From e6a613c313c8f3dc17975bc57b043dac03140bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 22:03:55 +0000 Subject: [PATCH] build(deps): bump actions/attest-build-provenance from 1 to 2 Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/vib-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 577647c..a079990 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,6 +82,6 @@ jobs: - name: Attest Release Files id: attest - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 with: subject-path: 'Containerfile' diff --git a/.github/workflows/vib-build.yml b/.github/workflows/vib-build.yml index 1438fc7..75a9728 100644 --- a/.github/workflows/vib-build.yml +++ b/.github/workflows/vib-build.yml @@ -228,7 +228,7 @@ jobs: type=image,name=${{ env.IMAGE_URL }},push=true - name: Attest pushed image - uses: actions/attest-build-provenance@v1 + uses: actions/attest-build-provenance@v2 if: ${{ github.event_name != 'pull_request' }} with: subject-name: ${{ env.IMAGE_URL }}