Skip to content

Commit fa44b7f

Browse files
Bump actions/attest-build-provenance from 1 to 3
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 3. - [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@v1...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 55a6ca2 commit fa44b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
8282
# Generate provenance (SLSA attestation) for all JARs
8383
- name: Generate SLSA build provenance
84-
uses: actions/attest-build-provenance@v1
84+
uses: actions/attest-build-provenance@v3
8585
with:
8686
subject-path: "**/target/*.jar"
8787

.github/workflows/nexus-publish-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
# Generate provenance (SLSA attestation) for all JARs
5858
- name: Generate SLSA build provenance
59-
uses: actions/attest-build-provenance@v1
59+
uses: actions/attest-build-provenance@v3
6060
with:
6161
subject-path: "**/target/*.jar"
6262

0 commit comments

Comments
 (0)