Skip to content

Commit

Permalink
github-action: use actions/attest-build-provenance (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 15, 2024
1 parent d5d38b7 commit 6ee0aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
name: build
path: build/output

- uses: github-early-access/generate-build-provenance@main
- uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: '${{ github.workspace }}/${{ env.ARTIFACTS }}'

Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Create or update release for tag on github
run: ./build.sh createreleaseongithub -s true --token ${{secrets.GITHUB_TOKEN}}

- uses: github-early-access/generate-build-provenance@main
- uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: '${{ github.workspace }}/${{ env.ARTIFACTS }}'

Expand Down

0 comments on commit 6ee0aaa

Please sign in to comment.