Skip to content

Commit

Permalink
Bump actions/attest-build-provenance from 1.3.2 to 1.3.3
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.2 to 1.3.3.
- [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.2...v1.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent f9d86ee commit cb2f189
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.2
uses: actions/attest-build-provenance@v1.3.3
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.2
uses: actions/attest-build-provenance@v1.3.3
with:
subject-path: "build/libs/**/*"

0 comments on commit cb2f189

Please sign in to comment.