Skip to content

Commit 04b9cdf

Browse files
Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 in the github-actions group across 1 directory (#333)
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.1.2 to 1.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases)
1 parent df5bc07 commit 04b9cdf

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@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
99+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
100100
with:
101101
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
102102

103103
- name: generate build provenance (aar files)
104-
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
104+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
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@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
84+
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
8585
with:
8686
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
8787

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

0 commit comments

Comments
 (0)