From 47169c3ce90beb004b80505fcc042cde9c659413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 00:54:24 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 2 to 4 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 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/v2...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/packages.yaml | 2 +- .github/workflows/releases.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yaml b/.github/workflows/packages.yaml index ca0ff9b..f8ae89c 100644 --- a/.github/workflows/packages.yaml +++ b/.github/workflows/packages.yaml @@ -172,7 +172,7 @@ jobs: # rather than a hijacked tag or a compromised maintainer machine. # See: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds - name: Attest build provenance - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4 with: subject-name: ghcr.io/${{ github.repository_owner }}/${{ matrix.image }} subject-digest: ${{ steps.build.outputs.digest }} diff --git a/.github/workflows/releases.yaml b/.github/workflows/releases.yaml index 514c014..5f3d65d 100644 --- a/.github/workflows/releases.yaml +++ b/.github/workflows/releases.yaml @@ -210,7 +210,7 @@ jobs: # release or a compromised maintainer machine. # See: https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds - name: Attest build provenance - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v4 with: subject-path: ${{ env.ARCHIVE_NAME }}