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 persist-credentials : false
@@ -101,7 +101,7 @@ jobs:
101101 echo "has_secrets=$has_secrets" >> "$GITHUB_OUTPUT"
102102
103103 - name : Check out repo
104- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
105105 with :
106106 ref : ${{ github.event.pull_request.head.sha }}
107107 persist-credentials : false
@@ -168,10 +168,10 @@ jobs:
168168
169169 # ######### Set up Docker ##########
170170 - name : Set up QEMU emulators
171- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
171+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
172172
173173 - name : Set up Docker Buildx
174- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
174+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
175175
176176 # ######### ACRs ##########
177177 - name : Log in to Azure
@@ -254,7 +254,7 @@ jobs:
254254
255255 - name : Install Cosign
256256 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
257- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
257+ uses : sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
258258
259259 - name : Sign image with Cosign
260260 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -272,14 +272,14 @@ jobs:
272272
273273 - name : Scan Docker image
274274 id : container-scan
275- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0 .0
275+ uses : anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1 .0
276276 with :
277277 image : ${{ steps.image-tags.outputs.primary_tag }}
278278 fail-build : false
279279 output-format : sarif
280280
281281 - name : Upload Grype results to GitHub
282- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
282+ uses : github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3.31.2
283283 with :
284284 sarif_file : ${{ steps.container-scan.outputs.sarif }}
285285 sha : ${{ contains(github.event_name, 'pull_request') && github.event.pull_request.head.sha || github.sha }}
@@ -297,7 +297,7 @@ jobs:
297297 actions : read
298298 steps :
299299 - name : Check out repo
300- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
300+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
301301 with :
302302 ref : ${{ github.event.pull_request.head.sha }}
303303 persist-credentials : false
@@ -424,7 +424,7 @@ jobs:
424424 - win-x64
425425 steps :
426426 - name : Check out repo
427- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
427+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
428428 with :
429429 ref : ${{ github.event.pull_request.head.sha }}
430430 persist-credentials : false
0 commit comments