Skip to content

Commit 419854e

Browse files
authored
github-action: use actions/attest-build-provenance (#95)
1 parent de05e9a commit 419854e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name: Release
3030

3131
- name: Generate build provenance
32-
uses: github-early-access/generate-build-provenance@main
32+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
3333
with:
3434
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
3535

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: Release
3636

3737
- name: Generate build provenance
38-
uses: github-early-access/generate-build-provenance@main
38+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
3939
with:
4040
subject-path: "${{ github.workspace }}/${{ env.RELEASE_PACKAGES }}"
4141

0 commit comments

Comments
 (0)