From c9eb20914f0ad4e96b68305fc46de2a67849502f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:33:10 +0000 Subject: [PATCH] chore(deps): 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](https://github.com/actions/attest-build-provenance/compare/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] --- .github/workflows/provenance.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 7ba2c750..faf7490c 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -83,7 +83,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Attest release artifacts - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ steps.subjects.outputs.subject-paths }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 337a6d45..5e815fcf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: run: certutil -hashfile ${{ matrix.artifact_name }} SHA256 | findstr /v "hash" > ${{ matrix.artifact_name }}.sha256 - name: Generate build provenance (SLSA) - uses: actions/attest-build-provenance@v3 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ matrix.artifact_name }}