From 0e98951a041199f78b130ac1e0fbc8efa733aa97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:32:21 +0000 Subject: [PATCH] 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/daemon.yml | 2 +- .github/workflows/php.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daemon.yml b/.github/workflows/daemon.yml index 7d0c68c..c56684c 100644 --- a/.github/workflows/daemon.yml +++ b/.github/workflows/daemon.yml @@ -50,7 +50,7 @@ jobs: cache-from: type=gha,scope=${{ env.image }} cache-to: type=gha,scope=${{ env.image }},mode=max - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 if: ${{ github.event_name != 'pull_request' }} id: attest with: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 44271e1..d1bc6dd 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -50,7 +50,7 @@ jobs: cache-from: type=gha,scope=${{ env.image }} cache-to: type=gha,scope=${{ env.image }},mode=max - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 if: ${{ github.event_name != 'pull_request' }} id: attest with: @@ -89,7 +89,7 @@ jobs: cache-from: type=gha,scope=${{ env.image }}-alpine cache-to: type=gha,scope=${{ env.image }}-alpine,mode=max - - uses: actions/attest-build-provenance@v1 + - uses: actions/attest-build-provenance@v2 if: ${{ github.event_name != 'pull_request' }} id: attest with: