Skip to content

Commit 33af1ac

Browse files
renovate[bot]gitstream-cm[bot]
authored andcommitted
chore(deps): update actions/attest-build-provenance action to v2.0.1
1 parent dd0f34a commit 33af1ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
env:
9393
ARTIFACTS: ${{ steps.goreleaser.outputs.artifacts }}
9494
- name: Publish Container Attestations
95-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
95+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
9696
with:
9797
subject-name: ${{ steps.image_metadata.outputs.name }}
9898
subject-digest: ${{ steps.image_metadata.outputs.digest }}
9999
push-to-registry: true
100100
- name: Publish Attestations
101-
uses: actions/attest-build-provenance@619dbb2e03e0189af0c55118e7d3c5e129e99726 # v2.0.0
101+
uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
102102
with:
103103
subject-path: |
104104
dist/*.tar.gz

0 commit comments

Comments
 (0)