Skip to content

Commit 8136f2c

Browse files
authored
github-action: use actions/attest-build-provenance (#382)
1 parent 458a8d3 commit 8136f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: ./build.sh generateapichanges -s true
3333

3434
- name: generate build provenance
35-
uses: github-early-access/generate-build-provenance@main
35+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
3636
with:
3737
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
3838

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./build.sh createreleaseongithub -s true --token ${{ secrets.GITHUB_TOKEN }}
3838

3939
- name: generate build provenance
40-
uses: github-early-access/generate-build-provenance@main
40+
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
4141
with:
4242
subject-path: "${{ github.workspace }}/build/output/*.nupkg"
4343

0 commit comments

Comments
 (0)