5353 image_matrix_nap : ${{ steps.vars.outputs.image_matrix_nap }}
5454 steps :
5555 - name : Checkout Repository
56- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
56+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5757 with :
5858 fetch-depth : 0
5959
8080 shell : bash --noprofile --norc -o pipefail {0}
8181
8282 - name : Setup Golang Environment
83- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
83+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
8484 with :
8585 go-version-file : go.mod
8686
@@ -119,7 +119,7 @@ jobs:
119119
120120 - name : Fetch Cached Binary Artifacts
121121 id : binary-cache
122- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
122+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
123123 with :
124124 path : ${{ github.workspace }}/dist
125125 key : nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
@@ -177,10 +177,10 @@ jobs:
177177 needs : checks
178178 steps :
179179 - name : Checkout Repository
180- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
180+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181181
182182 - name : Setup Golang Environment
183- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
183+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
184184 with :
185185 go-version-file : go.mod
186186
@@ -214,10 +214,10 @@ jobs:
214214 needs : checks
215215 steps :
216216 - name : Checkout Repository
217- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
217+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
218218
219219 - name : Setup Golang Environment
220- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
220+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
221221 with :
222222 go-version-file : go.mod
223223 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -250,12 +250,12 @@ jobs:
250250 issues : write # for goreleaser/goreleaser-action to close milestone
251251 steps :
252252 - name : Checkout Repository
253- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
253+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
254254 with :
255255 fetch-depth : 0
256256
257257 - name : Setup Golang Environment
258- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
258+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
259259 with :
260260 go-version-file : go.mod
261261 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -280,7 +280,7 @@ jobs:
280280 if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
281281
282282 - name : Store Artifacts in Cache
283- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
283+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
284284 with :
285285 path : ${{ github.workspace }}/dist
286286 key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -399,7 +399,7 @@ jobs:
399399 id-token : write
400400 steps :
401401 - name : Checkout Repository
402- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
402+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
403403
404404 - name : Authenticate to Google Cloud
405405 id : auth
@@ -432,7 +432,7 @@ jobs:
432432 if : ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
433433
434434 - name : Fetch Cached Artifacts
435- uses : actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
435+ uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
436436 with :
437437 path : ${{ github.workspace }}/dist
438438 key : nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
@@ -524,7 +524,7 @@ jobs:
524524 matrix_nap : ${{ steps.set-matrix.outputs.matrix_nap }}
525525 steps :
526526 - name : Checkout Repository
527- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
527+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
528528
529529 - id : set-matrix
530530 run : |
0 commit comments