Skip to content

Commit

Permalink
Bump actions/attest-build-provenance from 1 to 2
Browse files Browse the repository at this point in the history
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](actions/attest-build-provenance@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>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 57ce7b2 commit 46ffa0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
sbom: true

- name: Attest GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest
with:
subject-name: ghcr.io/${{ github.repository_owner }}/knet
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@ jobs:
sbom: true

- name: Attest Docker Hub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest1
with:
subject-name: index.docker.io/masesgroup/knet
subject-digest: ${{ steps.push.outputs.digest }}
push-to-registry: true

- name: Attest GitHub
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
id: attest2
with:
subject-name: ghcr.io/${{ github.repository_owner }}/knet
Expand Down

0 comments on commit 46ffa0a

Please sign in to comment.