From c7eefd4aee84e6b975dda0f34b632ed0b240f62e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:50:27 +0000 Subject: [PATCH] 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](https://github.com/actions/attest-build-provenance/compare/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] --- .github/workflows/create-release.yml | 2 +- .github/workflows/nexus-publish-snapshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 734887204d..4dd60fd3bd 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -81,7 +81,7 @@ jobs: # Generate provenance (SLSA attestation) for all JARs - name: Generate SLSA build provenance - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v3 with: subject-path: "**/target/*.jar" diff --git a/.github/workflows/nexus-publish-snapshots.yml b/.github/workflows/nexus-publish-snapshots.yml index 776aacae58..619facc3ee 100644 --- a/.github/workflows/nexus-publish-snapshots.yml +++ b/.github/workflows/nexus-publish-snapshots.yml @@ -56,7 +56,7 @@ jobs: # Generate provenance (SLSA attestation) for all JARs - name: Generate SLSA build provenance - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v3 with: subject-path: "**/target/*.jar"