Skip to content

Commit b27e846

Browse files
authored
Migrate actions/attest-build-provenance to actions/attest v4.1.0 (#4407)
1 parent 59e7ff3 commit b27e846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-step-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: tar xvf ${{ env.TARBALL_FILE }}
107107

108108
- name: generate build provenance
109-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
109+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
110110
with:
111111
subject-path: "${{ github.workspace }}/**/target/*.jar"
112112

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: tar xvf ${{ env.TARBALL_FILE }}
7171

7272
- name: generate build provenance
73-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
73+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
7474
with:
7575
subject-path: "${{ github.workspace }}/**/target/*.jar"
7676

0 commit comments

Comments
 (0)