File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
pipenv --python ${{ env.PYTHON_VERSION }}
55
55
pipenv install checkov==${{ steps.version.outputs.version }}
56
56
pipenv lock
57
- - uses : stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
57
+ - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4
58
58
with :
59
59
commit_message : Bump checkov version to ${{ steps.version.outputs.version }} [skip ci]
60
60
tagging_message : ${{ steps.version.outputs.version }}
@@ -145,7 +145,7 @@ jobs:
145
145
find : " image: bridgecrew/whorf@sha256:[a-f0-9]{64}"
146
146
replace : " image: ${{ env.DH_IMAGE_NAME }}@${{ steps.docker_push.outputs.digest }}"
147
147
include : " k8s/deployment.yaml"
148
- - uses : stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
148
+ - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4
149
149
with :
150
150
commit_message : update k8s deployment [skip ci]
151
151
file_pattern : k8s/*.yaml
You can’t perform that action at this time.
0 commit comments