Skip to content

Commit b2374be

Browse files
authored
github-action: use actions/attest-build-provenance (#254)
1 parent 6435c31 commit b2374be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: tar xvf ${{ env.TARBALL_FILE }}
9999

100100
- name: generate build provenance
101-
uses: github-early-access/generate-build-provenance@main
101+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
102102
with:
103103
subject-path: "${{ github.workspace }}/**/target/*.jar"
104104

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: tar xvf ${{ env.TARBALL_FILE }}
6969

7070
- name: generate build provenance
71-
uses: github-early-access/generate-build-provenance@main
71+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
7272
with:
7373
subject-path: "${{ github.workspace }}/**/target/*.jar"
7474

0 commit comments

Comments
 (0)