File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -266,14 +266,14 @@ jobs:
266266 - name : " Attest Build Checksums"
267267 id : multicast-build-chksum-attest
268268 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') && (needs.BUILD.outputs.build_environment == 'Deployment' && startsWith(github.ref, 'refs/tags/v')) }}
269- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
269+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
270270 with :
271271 subject-checksums : build.checksums.txt
272272 github-token : ${{ github.token }}
273273 - name : " Attest Build Artifact"
274274 id : multicast-build-attest
275275 if : ${{ !cancelled() && (github.repository == 'reactive-firewall-org/multicast') }}
276- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4 .0
276+ uses : actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0 .0
277277 with :
278278 subject-name : multicast-build-${{ github.sha }}
279279 subject-digest : sha256:${{ needs.BUILD.outputs.artifact-digest }}
You can’t perform that action at this time.
0 commit comments