|
53 | 53 | image_matrix_nap: ${{ steps.vars.outputs.image_matrix_nap }}
|
54 | 54 | steps:
|
55 | 55 | - name: Checkout Repository
|
56 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 56 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
57 | 57 | with:
|
58 | 58 | fetch-depth: 0
|
59 | 59 |
|
@@ -119,7 +119,7 @@ jobs:
|
119 | 119 |
|
120 | 120 | - name: Fetch Cached Binary Artifacts
|
121 | 121 | id: binary-cache
|
122 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 122 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
123 | 123 | with:
|
124 | 124 | path: ${{ github.workspace }}/dist
|
125 | 125 | key: nginx-ingress-${{ steps.vars.outputs.go_code_md5 }}
|
@@ -177,7 +177,7 @@ jobs:
|
177 | 177 | needs: checks
|
178 | 178 | steps:
|
179 | 179 | - name: Checkout Repository
|
180 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 180 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
181 | 181 |
|
182 | 182 | - name: Setup Golang Environment
|
183 | 183 | uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
@@ -214,7 +214,7 @@ jobs:
|
214 | 214 | needs: checks
|
215 | 215 | steps:
|
216 | 216 | - name: Checkout Repository
|
217 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 217 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
218 | 218 |
|
219 | 219 | - name: Setup Golang Environment
|
220 | 220 | uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
|
@@ -250,7 +250,7 @@ jobs:
|
250 | 250 | issues: write # for goreleaser/goreleaser-action to close milestone
|
251 | 251 | steps:
|
252 | 252 | - name: Checkout Repository
|
253 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 253 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
254 | 254 | with:
|
255 | 255 | fetch-depth: 0
|
256 | 256 |
|
@@ -280,7 +280,7 @@ jobs:
|
280 | 280 | if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
|
281 | 281 |
|
282 | 282 | - name: Store Artifacts in Cache
|
283 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 283 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
284 | 284 | with:
|
285 | 285 | path: ${{ github.workspace }}/dist
|
286 | 286 | key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
|
@@ -399,7 +399,7 @@ jobs:
|
399 | 399 | id-token: write
|
400 | 400 | steps:
|
401 | 401 | - name: Checkout Repository
|
402 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 402 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
403 | 403 |
|
404 | 404 | - name: Authenticate to Google Cloud
|
405 | 405 | id: auth
|
@@ -432,7 +432,7 @@ jobs:
|
432 | 432 | if: ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
|
433 | 433 |
|
434 | 434 | - name: Fetch Cached Artifacts
|
435 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 435 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
436 | 436 | with:
|
437 | 437 | path: ${{ github.workspace }}/dist
|
438 | 438 | key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
|
@@ -524,7 +524,7 @@ jobs:
|
524 | 524 | matrix_nap: ${{ steps.set-matrix.outputs.matrix_nap }}
|
525 | 525 | steps:
|
526 | 526 | - name: Checkout Repository
|
527 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 527 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
528 | 528 |
|
529 | 529 | - id: set-matrix
|
530 | 530 | run: |
|
|
0 commit comments