This commit is contained in:
dependabot[bot] 2024-12-09 19:50:47 +00:00 committed by GitHub
commit c15e90375b
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 - name: Attest Release Files
id: attest id: attest
uses: actions/attest-build-provenance@v1 uses: actions/attest-build-provenance@v2
with: with:
subject-path: 'Containerfile' subject-path: 'Containerfile'

View file

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