Skip to content

Commit

Permalink
Attest build files
Browse files Browse the repository at this point in the history
  • Loading branch information
VenomVendor committed Jun 22, 2024
1 parent 145cb46 commit 9928e77
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
compression-level: 9
overwrite: true

- name: Attest
uses: actions/attest-build-provenance@v1.3.2
with:
subject-path: "build/libs/**/*"

code-coverage:
needs: build
name: Test on Java 17
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,7 @@ jobs:
- name: Remove Gradle cache lock file
if: always()
run: rm -rvf $HOME/.gradle/caches/modules-2/modules-2.lock

- name: Attest
uses: actions/attest-build-provenance@v1.3.2
subject-path: "build/libs/**/*"

0 comments on commit 9928e77

Please sign in to comment.