Skip to content

Commit c856700

Browse files
Copilotv1v
andcommitted
migrate attest-build-provenance to actions/attest v4.1.0
Co-authored-by: v1v <2871786+v1v@users.noreply.github.com>
1 parent 12bc7b6 commit c856700

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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)