Skip to content

Commit dc40c73

Browse files
committed
Use fixed version of cosign-installer
1 parent 27ca372 commit dc40c73

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release-master.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
# See issue https://github.com/actions/checkout/issues/760
5151
run: git config --global --add safe.directory $GITHUB_WORKSPACE
5252
- name: Install cosign
53-
uses: sigstore/[email protected]
54-
with:
55-
cosign-release: v2.0.2
53+
uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b
5654
- name: Install Syft
5755
uses: anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624
5856
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)