Skip to content

Commit 6256ed0

Browse files
chore(deps): update actions/attest action to v4.2.1
| datasource | package | from | to | | ----------- | -------------- | ------ | ------ | | github-tags | actions/attest | v4.2.0 | v4.2.1 |
1 parent 7dfe60a commit 6256ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: cosign sign --yes ${{ env.IMAGE }}@${{ steps.publish.outputs.digest }}
6262

6363
- name: Attest the Docker image
64-
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
64+
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
6565
if: env.DRY_RUN != 'true'
6666
with:
6767
subject-name: ${{ env.IMAGE }}

0 commit comments

Comments
 (0)