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
@@ -171,7 +171,7 @@ jobs:
171171 uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.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'
@@ -279,7 +279,7 @@ jobs:
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@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30 .8
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