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'
@@ -269,14 +269,14 @@ jobs:
269269
270270 - name : Scan Docker image
271271 id : container-scan
272- uses : anchore/scan-action@2c901ab7378897c01b8efaa2d0c9bf519cc64b9e # v6.2.0
272+ uses : anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
273273 with :
274274 image : ${{ steps.image-tags.outputs.primary_tag }}
275275 fail-build : false
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@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
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
@@ -484,7 +484,7 @@ jobs:
484484 uses : bitwarden/gh-actions/azure-logout@main
485485
486486 - name : Trigger self-host build
487- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
487+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
488488 with :
489489 github-token : ${{ steps.retrieve-secret-pat.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
490490 script : |
@@ -525,7 +525,7 @@ jobs:
525525 uses : bitwarden/gh-actions/azure-logout@main
526526
527527 - name : Trigger k8s deploy
528- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
528+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
529529 with :
530530 github-token : ${{ steps.retrieve-secret-pat.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
531531 script : |
0 commit comments