From 1feff73920d868cd56f56a08a506a6b097068f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 07:07:24 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 2.4.0 to 3.1.0 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 3.1.0. - [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.4.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/matrix_builds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_builds.yaml b/.github/workflows/matrix_builds.yaml index 9e34c5cdb..1fee93363 100644 --- a/.github/workflows/matrix_builds.yaml +++ b/.github/workflows/matrix_builds.yaml @@ -476,7 +476,7 @@ jobs: - name: Attest build provenance if: env.SKIP_BUILD != 'true' && env.BUILD_FAILED != 'true' - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: "${{ inputs.pkg-family }}-${{ matrix.target.host }}" subject-path: "${{ env.SBUILD_OUTDIR }}/**"