Skip to content

Commit 1f8df9d

Browse files
Bump actions/attest-build-provenance from 2.4.0 to 4.1.0
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 4.1.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@e8998f9...a2bbfa2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7d6403 commit 1f8df9d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)