Skip to content

Commit

Permalink
Bump actions/attest-build-provenance from 1.3.3 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1.3.3 to 1.4.1.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@v1.3.3...v1.4.1)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent 7f2b0d6 commit d1d812f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
overwrite: true

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ jobs:
run: rm -rvf $HOME/.gradle/caches/modules-2/modules-2.lock

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

0 comments on commit d1d812f

Please sign in to comment.