File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -716,17 +716,17 @@ jobs:
716716
717717 # ── Artifact attestations (SLSA provenance) ──────────────
718718 - name : Attest build provenance (tar.gz)
719- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
719+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
720720 with :
721721 subject-path : ' *.tar.gz'
722722
723723 - name : Attest build provenance (zip)
724- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
724+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
725725 with :
726726 subject-path : ' *.zip'
727727
728728 - name : Attest build provenance (checksums)
729- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
729+ uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
730730 with :
731731 subject-path : ' checksums.txt'
732732
You can’t perform that action at this time.
0 commit comments