Skip to content

Commit b95ba5a

Browse files
ci(deps): update actions/attest-build-provenance action to v4 (#1192)
1 parent 40fd7b0 commit b95ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
echo digest=$(docker buildx imagetools inspect ${{ needs.env.outputs.REGISTRY_IMAGE }}:${{ needs.meta.outputs.version }} --format='{{json .Manifest.Digest}}') >> $GITHUB_OUTPUT
178178
179179
- name: Attest Build Provenance
180-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
180+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
181181
with:
182182
subject-name: ${{ needs.env.outputs.REGISTRY_IMAGE }}
183183
subject-digest: ${{ fromJson(steps.get-image-digest.outputs.digest) }}

0 commit comments

Comments
 (0)