We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da34bca commit f47ecc2Copy full SHA for f47ecc2
1 file changed
.github/workflows/standard-build.yaml
@@ -436,7 +436,7 @@ jobs:
436
cosign download attestation --output-file="$IMAGE_SLUG.intoto.jsonl" "$IMAGE"
437
438
- name: upload assets to release
439
- uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1
+ uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
440
with:
441
files: |
442
*.intoto.jsonl
@@ -465,7 +465,7 @@ jobs:
465
run: ls -R .
466
467
468
469
if: ${{ startsWith(github.ref, 'refs/tags/') }}
470
471
fail_on_unmatched_files: true
0 commit comments