From 3d76fa2af6d689f1781fdd40933c6871a994a884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 15:30:24 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 2.2.0 to 2.2.3 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.0 to 2.2.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/v2.2.0...v2.2.3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/fetch_releases.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fetch_releases.yaml b/.github/workflows/fetch_releases.yaml index ae2dbc7..58e8c33 100644 --- a/.github/workflows/fetch_releases.yaml +++ b/.github/workflows/fetch_releases.yaml @@ -169,7 +169,7 @@ jobs: #Build Provenance - name: Attest Build Provenance if: env.HAS_RELEASE == 'TRUE' - uses: actions/attest-build-provenance@v2.2.0 + uses: actions/attest-build-provenance@v2.2.3 with: subject-name: "${{ matrix.title }}-${{ matrix.arch }}" subject-path: ${{ matrix.file }}