2525 runs-on : ubuntu-22.04
2626 steps :
2727 - name : Check out repo
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2929 with :
3030 ref : ${{ github.event.pull_request.head.sha }}
3131 persist-credentials : false
@@ -102,7 +102,7 @@ jobs:
102102 echo "has_secrets=$has_secrets" >> "$GITHUB_OUTPUT"
103103
104104 - name : Check out repo
105- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
106106 with :
107107 ref : ${{ github.event.pull_request.head.sha }}
108108 persist-credentials : false
@@ -169,10 +169,10 @@ jobs:
169169
170170 # ######### Set up Docker ##########
171171 - name : Set up QEMU emulators
172- uses : docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6 .0
172+ uses : docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7 .0
173173
174174 - name : Set up Docker Buildx
175- uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
175+ uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
176176
177177 # ######### ACRs ##########
178178 - name : Log in to Azure
@@ -255,7 +255,7 @@ jobs:
255255
256256 - name : Install Cosign
257257 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
258- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
258+ uses : sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
259259
260260 - name : Sign image with Cosign
261261 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -273,7 +273,7 @@ jobs:
273273
274274 - name : Scan Docker image
275275 id : container-scan
276- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0 .0
276+ uses : anchore/scan-action@568b89d27fc18c60e56937bff480c91c772cd993 # v7.1 .0
277277 with :
278278 image : ${{ steps.image-tags.outputs.primary_tag }}
279279 fail-build : false
@@ -298,7 +298,7 @@ jobs:
298298 actions : read
299299 steps :
300300 - name : Check out repo
301- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
301+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
302302 with :
303303 ref : ${{ github.event.pull_request.head.sha }}
304304 persist-credentials : false
@@ -425,7 +425,7 @@ jobs:
425425 - win-x64
426426 steps :
427427 - name : Check out repo
428- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
428+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
429429 with :
430430 ref : ${{ github.event.pull_request.head.sha }}
431431 persist-credentials : false
0 commit comments