Skip to content

Commit

Permalink
chore(deps): update actions/attest-build-provenance action to v1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and gitstream-cm[bot] committed Nov 5, 2024
1 parent 821257e commit f09a70c
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
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@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
with:
subject-path: |
dist/*.tar.gz
Expand Down

0 comments on commit f09a70c

Please sign in to comment.