Skip to content

Commit

Permalink
Merge pull request #2 from ThoriumTextile/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/attest-build-provenance-2

Bump actions/attest-build-provenance from 1 to 2
  • Loading branch information
ThoriumTextile authored Dec 23, 2024
2 parents b5d83ef + 9e71da7 commit 82eb7e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:

- name: Attest Release Files
id: attest
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-path: 'Containerfile'
2 changes: 1 addition & 1 deletion .github/workflows/vib-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,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:
Expand Down

0 comments on commit 82eb7e8

Please sign in to comment.