Skip to content

Commit 6431a9b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-maven-central-java-17.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
GITHUB_TOKEN: ${{ github.TOKEN }}
5858

5959
- name: GitHub Attestation for JAR files
60-
uses: actions/attest-build-provenance@v3
60+
uses: actions/attest-build-provenance@v4
6161
with:
6262
subject-path: "target/*.jar"
6363

6464
- name: GitHub Attestation for POM file
65-
uses: actions/attest-build-provenance@v3
65+
uses: actions/attest-build-provenance@v4
6666
with:
6767
subject-path: "pom.xml"
6868
subject-name: "${{ steps.maven_artifact.outputs.artifactId }}-${{ steps.maven_artifact.outputs.version }}.pom"

0 commit comments

Comments
 (0)