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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
106106 with :
107107 ref : ${{ github.event.pull_request.head.sha }}
108108 persist-credentials : false
@@ -123,7 +123,7 @@ jobs:
123123 uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
124124
125125 - name : Set up Node
126- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
126+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
127127 with :
128128 cache : " npm"
129129 cache-dependency-path : " **/package-lock.json"
@@ -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@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
176176
177177 # ######### ACRs ##########
178178 - name : Log in to Azure
@@ -246,7 +246,7 @@ jobs:
246246
247247 - name : Install Cosign
248248 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
249- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
249+ uses : sigstore/cosign-installer@7e8b541eb2e61bf99390e1afd4be13a184e9ebc5 # v3.10.1
250250
251251 - name : Sign image with Cosign
252252 if : github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
@@ -264,7 +264,7 @@ jobs:
264264
265265 - name : Scan Docker image
266266 id : container-scan
267- uses : anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
267+ uses : anchore/scan-action@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
268268 with :
269269 image : ${{ steps.image-tags.outputs.primary_tag }}
270270 fail-build : false
@@ -289,7 +289,7 @@ jobs:
289289 actions : read
290290 steps :
291291 - name : Check out repo
292- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
292+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
293293 with :
294294 ref : ${{ github.event.pull_request.head.sha }}
295295 persist-credentials : false
@@ -416,7 +416,7 @@ jobs:
416416 - win-x64
417417 steps :
418418 - name : Check out repo
419- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
419+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
420420 with :
421421 ref : ${{ github.event.pull_request.head.sha }}
422422 persist-credentials : false
@@ -481,7 +481,7 @@ jobs:
481481 uses : bitwarden/gh-actions/azure-logout@main
482482
483483 - name : Generate GH App token
484- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
484+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
485485 id : app-token
486486 with :
487487 app-id : ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
@@ -531,7 +531,7 @@ jobs:
531531 uses : bitwarden/gh-actions/azure-logout@main
532532
533533 - name : Generate GH App token
534- uses : actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
534+ uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
535535 id : app-token
536536 with :
537537 app-id : ${{ steps.get-kv-secrets.outputs.BW-GHAPP-ID }}
0 commit comments