Skip to content

Commit a4ac414

Browse files
authored
ci: directly used wrapped action
1 parent 2fc1ddd commit a4ac414

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wc-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
with:
249249
image: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}@${{ steps.inspect-manifest.outputs.digest }}
250250
dependency-snapshot: true
251-
- uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
251+
- uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
252252
with:
253253
subject-name: ${{ needs.sanitize-image-name.outputs.fully-qualified-image-name }}
254254
subject-digest: ${{ steps.inspect-manifest.outputs.digest }}

0 commit comments

Comments
 (0)