Skip to content

Commit 876ba65

Browse files
Bump actions/attest-build-provenance
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 96b4a1ef7235a096b17240c259729fdd70c83d45 to e8998f949152b193b063cb0ec769d69d929409be. - [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@96b4a1e...e8998f9) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: e8998f949152b193b063cb0ec769d69d929409be dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd30132 commit 876ba65

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
@@ -410,17 +410,17 @@ jobs:
410410

411411
# ── Artifact attestations (SLSA provenance) ──────────────
412412
- name: Attest build provenance (tar.gz)
413-
uses: actions/attest-build-provenance@96b4a1ef7235a096b17240c259729fdd70c83d45 # v2
413+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
414414
with:
415415
subject-path: '*.tar.gz'
416416

417417
- name: Attest build provenance (zip)
418-
uses: actions/attest-build-provenance@96b4a1ef7235a096b17240c259729fdd70c83d45 # v2
418+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
419419
with:
420420
subject-path: '*.zip'
421421

422422
- name: Attest build provenance (checksums)
423-
uses: actions/attest-build-provenance@96b4a1ef7235a096b17240c259729fdd70c83d45 # v2
423+
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
424424
with:
425425
subject-path: 'checksums.txt'
426426

0 commit comments

Comments
 (0)