3333 matrix :
3434 flavor : ["cpp", "rust"]
3535 steps :
36- - uses : step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
36+ - uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
3737 with :
3838 egress-policy : audit
3939 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454 key : buildkit-cache-${{ github.run_id }}
5555 restore-keys : |
5656 buildkit-cache
57- - uses : reproducible-containers/buildkit-cache-dance@5b6db76d1da5c8b307d5d2e0706d266521b710de # v3.1.2
57+ - uses : reproducible-containers/buildkit-cache-dance@653a570f730e3b9460adc576db523788ba59a0d7 # v3.2.0
5858 if : matrix.flavor == 'cpp'
5959 with :
6060 cache-map : |
8282 id : devcontainer-metadata
8383 - run : echo "git-commit-epoch=$(git log -1 --pretty=%ct)" >> "$GITHUB_OUTPUT"
8484 id : devcontainer-epoch
85- - uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
85+ - uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
8686 id : build-and-push
8787 env :
8888 SOURCE_DATE_EPOCH : ${{ steps.devcontainer-epoch.outputs.git-commit-epoch }}
@@ -108,7 +108,7 @@ jobs:
108108 header : container-size-diff-${{ matrix.flavor }}
109109 message : |
110110 ${{ steps.container-size-diff.outputs.size-diff-markdown }}
111- - uses : anchore/sbom-action@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18 .0
111+ - uses : anchore/sbom-action@9f7302141466aa6482940f15371237e9d9f4c34a # v0.19 .0
112112 if : steps.build-and-push.outputs.digest != '' && github.event_name != 'merge_group'
113113 with :
114114 image : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}@${{ steps.build-and-push.outputs.digest }}
@@ -118,7 +118,7 @@ jobs:
118118 with :
119119 comment-summary-in-pr : on-failure
120120 fail-on-severity : critical
121- - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
121+ - uses : actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
122122 if : github.event_name != 'merge_group'
123123 with :
124124 subject-name : ${{ env.REGISTRY }}/${{ github.repository }}-${{ matrix.flavor }}
0 commit comments