mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 12:38:50 +02:00
chore(deps): update actions/attest-build-provenance action to v3
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -43,10 +43,10 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# After GoReleaser runs, attest all the files in ./dist/checksums.txt:
|
# After GoReleaser runs, attest all the files in ./dist/checksums.txt:
|
||||||
- uses: actions/attest-build-provenance@v2
|
- uses: actions/attest-build-provenance@v3
|
||||||
with:
|
with:
|
||||||
subject-checksums: ./dist/checksums.txt
|
subject-checksums: ./dist/checksums.txt
|
||||||
# After GoReleaser runs, attest all the images in ./dist/digests.txt:
|
# After GoReleaser runs, attest all the images in ./dist/digests.txt:
|
||||||
- uses: actions/attest-build-provenance@v2
|
- uses: actions/attest-build-provenance@v3
|
||||||
with:
|
with:
|
||||||
subject-checksums: ./dist/digests.txt
|
subject-checksums: ./dist/digests.txt
|
||||||
|
Reference in New Issue
Block a user