We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709dbaf commit ffc46a8Copy full SHA for ffc46a8
1 file changed
.github/workflows/jreleaser.yml
@@ -41,7 +41,7 @@ jobs:
41
sha256sum $(find fr -type f -not -name maven-metadata.xml -not -name '*.asc' -not -name '*.md5' -not -name '*.sha1' -not -name '*.sha256' -not -name '*.sha512' -print) > ../subject-checksums.txt
42
43
- name: Sign artifacts with sigstore/cosign
44
- uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
+ uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
45
with:
46
subject-checksums: './target/subject-checksums.txt'
47
0 commit comments