Skip to content

Commit

Permalink
Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques-merge-bot[bot] authored Jun 10, 2024
2 parents 68cca30 + a886616 commit b1beab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: cosign sign --yes "${TAGS}@${DIGEST}"

- name: Attest
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
id: attest
with:
subject-name: index.docker.io/patrickfmarques/ifconfig.me
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: cosign sign --yes "${TAGS}@${DIGEST}"

- name: Attest
uses: actions/attest-build-provenance@173725a1209d09b31f9d30a3890cf2757ebbff0d # v1.1.2
uses: actions/attest-build-provenance@49df96e17e918a15956db358890b08e61c704919 # v1.2.0
id: attest
with:
subject-name: ghcr.io/${{ github.repository }}/ghcr-test
Expand Down

0 comments on commit b1beab3

Please sign in to comment.