2323 run : echo "GITHUB_ORG=${GITHUB_REPOSITORY%%/*}" >> $GITHUB_ENV
2424
2525 - name : Checkout master
26- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
26+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2727 with :
2828 ref : master
2929
4040 run : git push origin HEAD:${NEW_BRANCH}
4141
4242 - name : Checkout new branch
43- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
43+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4444 with :
4545 ref : ${{ env.NEW_BRANCH }}
4646
8686 chart-search-root : " helm/defectdojo"
8787
8888 - name : Push version changes
89- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
89+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2 .0
9090 with :
9191 commit_user_name : " ${{ env.GIT_USERNAME }}"
9292 commit_user_email : " ${{ env.GIT_EMAIL }}"
@@ -121,7 +121,7 @@ jobs:
121121 run : echo "GITHUB_ORG=${GITHUB_REPOSITORY%%/*}" >> $GITHUB_ENV
122122
123123 - name : Checkout master
124- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
124+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
125125 with :
126126 ref : master
127127
@@ -138,7 +138,7 @@ jobs:
138138 run : git push origin HEAD:${NEW_BRANCH}
139139
140140 - name : Checkout new branch
141- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
141+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
142142 with :
143143 ref : ${{ env.NEW_BRANCH }}
144144
@@ -168,7 +168,7 @@ jobs:
168168 chart-search-root : " helm/defectdojo"
169169
170170 - name : Push version changes
171- uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
171+ uses : stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2 .0
172172 with :
173173 commit_user_name : " ${{ env.GIT_USERNAME }}"
174174 commit_user_email : " ${{ env.GIT_EMAIL }}"
0 commit comments