From 93f3ae44097440a2e3ce55e4bf9537008b91bf99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:27:26 +0000 Subject: [PATCH] Bump actions/attest-build-provenance from 1 to 2 (#6697) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci-containers-ghcr.yml | 2 +- .github/workflows/containers-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-containers-ghcr.yml b/.github/workflows/ci-containers-ghcr.yml index 8ac928756654..27a9eb4ff71f 100644 --- a/.github/workflows/ci-containers-ghcr.yml +++ b/.github/workflows/ci-containers-ghcr.yml @@ -49,7 +49,7 @@ jobs: labels: ${{ steps.meta_default.outputs.labels }} - name: Attest default container - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-name: ${{ env.REGISTRY }}/${{ github.repository }}/ci/default subject-digest: ${{ steps.push_default.outputs.digest }} diff --git a/.github/workflows/containers-ghcr.yml b/.github/workflows/containers-ghcr.yml index b5c24cc4e59d..408fb58f828f 100644 --- a/.github/workflows/containers-ghcr.yml +++ b/.github/workflows/containers-ghcr.yml @@ -68,7 +68,7 @@ jobs: if: ${{ steps.tref.outputs.major_release >= '5'}} - name: Attest container - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-name: ${{ steps.tref.outputs.img_name }} subject-digest: ${{ steps.push.outputs.digest }}