Skip to content

Commit

Permalink
chore(deps): update actions/attest-build-provenance action to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gitstream-cm[bot] committed Jan 22, 2025
1 parent b53f707 commit 060cd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ jobs:
env:
ARTIFACTS: ${{ steps.goreleaser.outputs.artifacts }}
- name: Publish Container Attestations
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with:
subject-name: ${{ steps.image_metadata.outputs.name }}
subject-digest: ${{ steps.image_metadata.outputs.digest }}
push-to-registry: true
- name: Publish Attestations
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
with:
subject-path: |
dist/*.tar.gz
Expand Down

0 comments on commit 060cd0b

Please sign in to comment.