Skip to content

Commit ec25824

Browse files
chore(deps): update actions/attest-build-provenance action to v4
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/attest-build-provenance | v3.2.0 | v4.1.0 |
1 parent ad2f181 commit ec25824

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-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
64+
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
6565
if: env.DRY_RUN != 'true'
6666
with:
6767
subject-name: ${{ env.IMAGE }}

0 commit comments

Comments
 (0)