Skip to content

Commit 4d6f6de

Browse files
chore(deps): update actions/attest-build-provenance action to v3.2.0 (#312)
1 parent 5a795e2 commit 4d6f6de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
readme-filepath: README.md
9393

9494
- name: GitHub Container Attestation
95-
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
95+
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
9696
id: attest
9797
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
9898
with:

.github/workflows/golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ jobs:
178178
with:
179179
name: cloudflare-utils-release
180180

181-
- uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
181+
- uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
182182
with:
183183
subject-checksums: ./checksums.txt

0 commit comments

Comments
 (0)