Skip to content

Commit eedec15

Browse files
Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-actions group (#317)
Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.1 to 1.1.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@951c0c5...173725a)
1 parent 884fce6 commit eedec15

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
@@ -98,11 +98,11 @@ jobs:
9898
run: tar xvf ${{ env.TARBALL_FILE }}
9999

100100
- name: generate build provenance (jar files)
101-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
101+
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
102102
with:
103103
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
104104

105105
- name: generate build provenance (aar files)
106-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
106+
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
107107
with:
108108
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
@@ -85,12 +85,12 @@ jobs:
8585
run: tar xvf ${{ env.TARBALL_FILE }}
8686

8787
- name: generate build provenance (jar files)
88-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
88+
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
8989
with:
9090
subject-path: "${{ github.workspace }}/**/build/libs/*.jar"
9191

9292
- name: generate build provenance (aar files)
93-
uses: actions/attest-build-provenance@951c0c5f8e375ad4efad33405ab77f7ded2358e4 # v1.1.1
93+
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
9494
with:
9595
subject-path: "${{ github.workspace }}/**/build/outputs/aar/*.aar"
9696

0 commit comments

Comments
 (0)