From 08e64525bef3fb65727b43f47aca4237e5e7943c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 03:16:21 +0000 Subject: [PATCH] chore(deps): bump actions/attest-build-provenance from 2 to 3 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2 to 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...v3) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/next-build.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/next-build.yaml b/.github/workflows/next-build.yaml index 8277d01..ec82418 100644 --- a/.github/workflows/next-build.yaml +++ b/.github/workflows/next-build.yaml @@ -93,7 +93,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext-builder subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} @@ -144,7 +144,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 97b6264..3b2b04c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -151,7 +151,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext-builder subject-digest: ${{ steps.push-to-ghcr.outputs.digest }} @@ -202,7 +202,7 @@ jobs: registry: ghcr.io/${{ github.repository_owner }} - name: Generate artifact attestation - uses: actions/attest-build-provenance@v2 + uses: actions/attest-build-provenance@v3 with: subject-name: ghcr.io/${{ github.repository_owner }}/podman-desktop-ibmcloud-account-ext subject-digest: ${{ steps.push-to-ghcr.outputs.digest }}