Skip to content

Commit b0dc5e3

Browse files
chore(deps): update actions/attest-build-provenance action to v4 (main) (#16)
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 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ebe372e commit b0dc5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)