5252 forked_workflow : ${{ steps.vars.outputs.forked_workflow }}
5353 steps :
5454 - name : Checkout Repository
55- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
55+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
5656 with :
5757 fetch-depth : 0
5858
@@ -145,7 +145,7 @@ jobs:
145145 needs : checks
146146 steps :
147147 - name : Checkout Repository
148- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
148+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
149149 - name : Setup Golang Environment
150150 uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
151151 with :
@@ -155,7 +155,7 @@ jobs:
155155 run : make cover
156156 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
157157 - name : Upload coverage to Codecov
158- uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
158+ uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
159159 with :
160160 files : ./coverage.txt
161161 token : ${{ secrets.CODECOV_TOKEN }} # required
@@ -171,7 +171,7 @@ jobs:
171171 contents : write # for lucacome/draft-release
172172 steps :
173173 - name : Checkout Repository
174- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
174+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
175175 with :
176176 fetch-depth : 0
177177
@@ -208,7 +208,7 @@ jobs:
208208 issues : write # for goreleaser/goreleaser-action to close milestone
209209 steps :
210210 - name : Checkout Repository
211- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
211+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
212212 with :
213213 fetch-depth : 0
214214
@@ -219,7 +219,7 @@ jobs:
219219 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
220220
221221 - name : Download Syft
222- uses : anchore/sbom-action/download-syft@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
222+ uses : anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
223223 if : github.ref_type == 'tag'
224224
225225 - name : Install Cosign
@@ -279,7 +279,7 @@ jobs:
279279 id-token : write
280280 steps :
281281 - name : Checkout Repository
282- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
282+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
283283
284284 - name : Fetch Cached Artifacts
285285 uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -418,7 +418,7 @@ jobs:
418418 matrix : ${{ steps.set-matrix.outputs.matrix }}
419419 steps :
420420 - name : Checkout Repository
421- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
421+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
422422
423423 - id : set-matrix
424424 run : |
@@ -481,7 +481,7 @@ jobs:
481481 id-token : write
482482 steps :
483483 - name : Checkout Repository
484- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
484+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
485485
486486 - name : Set image variables
487487 id : image_details
@@ -767,7 +767,7 @@ jobs:
767767 packages : write # for helm to push to GHCR
768768 steps :
769769 - name : Checkout Repository
770- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
770+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
771771 with :
772772 path : kic
773773
@@ -802,7 +802,7 @@ jobs:
802802 helm push ${{ steps.package.outputs.path }} oci://registry-1.docker.io/nginxcharts
803803
804804 - name : Checkout Repository
805- uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
805+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
806806 with :
807807 repository : nginxinc/helm-charts
808808 fetch-depth : 1
0 commit comments