From 80df49886bb32e2567908869e281063827e6de9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:24:00 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 1 to 4 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 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](https://github.com/actions/attest-build-provenance/compare/v1...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] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1be04a105..15f4e8ab5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -232,7 +232,7 @@ jobs: ./scripts/verify_release.sh release/ - name: Attest Build Provenance (SLSA Level 3) - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v4 if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' with: subject-path: 'release/*'