chore(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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-09 19:50:46 +00:00 committed by GitHub
parent b54a77181b
commit 3bb4fb628e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -41,6 +41,6 @@ jobs:
- name: Attest Release Files
id: attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: 'Containerfile'

View file

@ -162,7 +162,7 @@ jobs:
provenance: false
- name: Attest pushed image
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
if: ${{ github.event_name != 'pull_request' }}
with: