Skip to content

Commit 31ed46b

Browse files
authored
ci: added sigstore installer to workflow (#79)
1 parent 48e58c1 commit 31ed46b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
concurrency:
2-
group: ${{ github.workflow }}-${{ github.ref }}
2+
group: "${{ github.workflow }}-${{ github.ref }}"
33
cancel-in-progress: true
44

55
on:
@@ -19,6 +19,7 @@ jobs:
1919
id-token: write
2020
runs-on: ubuntu-latest
2121
steps:
22+
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 # v3
2223
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2324
with:
2425
# Disabling shallow clone is recommended for improving relevancy of reporting

0 commit comments

Comments
 (0)