Skip to content

Commit 469ef4e

Browse files
authored
Merge pull request #164 from DeusData/dependabot/github_actions/actions/attest-build-provenance-4.1.0
Bump actions/attest-build-provenance from 2.4.0 to 4.1.0
2 parents e3fc193 + 1f8df9d commit 469ef4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)