2525 runs-on : ubuntu-24.04
2626 steps :
2727 - name : Check out repo
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2929 with :
3030 ref : ${{ github.event.pull_request.head.sha }}
3131
@@ -100,7 +100,7 @@ jobs:
100100 echo "has_secrets=$has_secrets" >> $GITHUB_OUTPUT
101101
102102 - name : Check out repo
103- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
104104 with :
105105 ref : ${{ github.event.pull_request.head.sha }}
106106
@@ -169,7 +169,7 @@ jobs:
169169 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
170170
171171 - name : Set up Docker Buildx
172- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
172+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
173173
174174 # ######### ACRs ##########
175175 - name : Log in to Azure
@@ -252,7 +252,7 @@ jobs:
252252
253253 - name : Install Cosign
254254 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
255- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
255+ uses : sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
256256
257257 - name : Sign image with Cosign
258258 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -276,7 +276,7 @@ jobs:
276276 output-format : sarif
277277
278278 - name : Upload Grype results to GitHub
279- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
279+ uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
280280 with :
281281 sarif_file : ${{ steps.container-scan.outputs.sarif }}
282282 sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -294,7 +294,7 @@ jobs:
294294 actions : read
295295 steps :
296296 - name : Check out repo
297- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
297+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
298298 with :
299299 ref : ${{ github.event.pull_request.head.sha }}
300300
@@ -420,7 +420,7 @@ jobs:
420420 - win-x64
421421 steps :
422422 - name : Check out repo
423- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
423+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
424424 with :
425425 ref : ${{ github.event.pull_request.head.sha }}
426426
0 commit comments