Skip to content

Commit

Permalink
Bump actions/attest-build-provenance from 1.3.2 to 1.3.3 (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarques-merge-bot[bot] authored Jul 15, 2024
2 parents fd36ea2 + 463a150 commit 5dc5fd6
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@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
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@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
id: attest
with:
subject-name: ghcr.io/${{ github.repository }}/ghcr-test
Expand Down

0 comments on commit 5dc5fd6

Please sign in to comment.