|
53 | 53 | image_matrix_nap: ${{ steps.vars.outputs.image_matrix_nap }} |
54 | 54 | steps: |
55 | 55 | - name: Checkout Repository |
56 | | - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 56 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
57 | 57 | with: |
58 | 58 | fetch-depth: 0 |
59 | 59 |
|
@@ -177,7 +177,7 @@ jobs: |
177 | 177 | needs: checks |
178 | 178 | steps: |
179 | 179 | - name: Checkout Repository |
180 | | - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 180 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 217 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
218 | 218 |
|
219 | 219 | - name: Setup Golang Environment |
220 | 220 | uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 |
@@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 246 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
247 | 247 | with: |
248 | 248 | fetch-depth: 0 |
249 | 249 |
|
@@ -392,7 +392,7 @@ jobs: |
392 | 392 | id-token: write |
393 | 393 | steps: |
394 | 394 | - name: Checkout Repository |
395 | | - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 395 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
396 | 396 |
|
397 | 397 | - name: Authenticate to Google Cloud |
398 | 398 | id: auth |
@@ -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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 |
| 520 | + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 |
521 | 521 |
|
522 | 522 | - id: set-matrix |
523 | 523 | run: | |
|
0 commit comments