Skip to content

Commit

Permalink
github-action: use actions/attest-build-provenance (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored May 15, 2024
1 parent a489a64 commit 7838098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ jobs:
run: tar xvf ${{ env.TARBALL_FILE }}

- name: generate build provenance (jar files)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"

- name: generate build provenance (aar files)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/**/build/outputs/aar/*.aar"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ jobs:
run: tar xvf ${{ env.TARBALL_FILE }}

- name: generate build provenance (jar files)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"

- name: generate build provenance (aar files)
uses: github-early-access/generate-build-provenance@main
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
with:
subject-path: "${{ github.workspace }}/**/build/outputs/aar/*.aar"

Expand Down

0 comments on commit 7838098

Please sign in to comment.