|
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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
@@ -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@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
|
@@ -243,7 +243,7 @@ jobs:
|
243 | 243 | issues: write # for goreleaser/goreleaser-action to close milestone
|
244 | 244 | steps:
|
245 | 245 | - name: Checkout Repository
|
246 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 246 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
247 | 247 | with:
|
248 | 248 | fetch-depth: 0
|
249 | 249 |
|
@@ -273,7 +273,7 @@ jobs:
|
273 | 273 | if: ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
|
274 | 274 |
|
275 | 275 | - name: Store Artifacts in Cache
|
276 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 276 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
277 | 277 | with:
|
278 | 278 | path: ${{ github.workspace }}/dist
|
279 | 279 | key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
|
@@ -392,7 +392,7 @@ jobs:
|
392 | 392 | id-token: write
|
393 | 393 | steps:
|
394 | 394 | - name: Checkout Repository
|
395 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 395 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
396 | 396 |
|
397 | 397 | - name: Authenticate to Google Cloud
|
398 | 398 | id: auth
|
@@ -425,7 +425,7 @@ jobs:
|
425 | 425 | if: ${{ ( needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' ) && steps.stable_exists.outputs.exists != 'true' }}
|
426 | 426 |
|
427 | 427 | - name: Fetch Cached Artifacts
|
428 |
| - uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1 |
| 428 | + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 |
429 | 429 | with:
|
430 | 430 | path: ${{ github.workspace }}/dist
|
431 | 431 | key: nginx-ingress-${{ needs.checks.outputs.go_code_md5 }}
|
@@ -517,7 +517,7 @@ jobs:
|
517 | 517 | matrix_nap: ${{ steps.set-matrix.outputs.matrix_nap }}
|
518 | 518 | steps:
|
519 | 519 | - name: Checkout Repository
|
520 |
| - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 |
| 520 | + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
521 | 521 |
|
522 | 522 | - id: set-matrix
|
523 | 523 | run: |
|
|
0 commit comments