Skip to content

Commit 0cccb67

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

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

0 commit comments

Comments
 (0)