Skip to content

Commit acc6e6d

Browse files
Bump actions/attest-build-provenance (#335)
Bumps the github-actions group with 1 update in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.2.0 to 1.3.2 - [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@49df96e...bdd5137) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 04b9cdf commit acc6e6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ jobs:
9696
run: tar xvf ${{ env.TARBALL_FILE }}
9797

9898
- name: generate build provenance (jar files)
99-
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
99+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
100100
with:
101101
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
102102

103103
- name: generate build provenance (aar files)
104-
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
104+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
105105
with:
106106
subject-path: "${{ github.workspace }}/**/build/outputs/aar/*.aar"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ jobs:
8181
run: tar xvf ${{ env.TARBALL_FILE }}
8282

8383
- name: generate build provenance (jar files)
84-
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
84+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
8585
with:
8686
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
8787

8888
- name: generate build provenance (aar files)
89-
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
89+
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
9090
with:
9191
subject-path: "${{ github.workspace }}/**/build/outputs/aar/*.aar"
9292

0 commit comments

Comments
 (0)