Skip to content

Commit 6ed8206

Browse files
Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.16.0 to 5.0.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@3ea6ae1...8756aa0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65f3d61 commit 6ed8206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
pipenv --python ${{ env.PYTHON_VERSION }}
5555
pipenv install checkov==${{ steps.version.outputs.version }}
5656
pipenv lock
57-
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
57+
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4
5858
with:
5959
commit_message: Bump checkov version to ${{ steps.version.outputs.version }} [skip ci]
6060
tagging_message: ${{ steps.version.outputs.version }}
@@ -145,7 +145,7 @@ jobs:
145145
find: "image: bridgecrew/whorf@sha256:[a-f0-9]{64}"
146146
replace: "image: ${{ env.DH_IMAGE_NAME }}@${{ steps.docker_push.outputs.digest }}"
147147
include: "k8s/deployment.yaml"
148-
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
148+
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4
149149
with:
150150
commit_message: update k8s deployment [skip ci]
151151
file_pattern: k8s/*.yaml

0 commit comments

Comments
 (0)