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.
2 parents 6f98652 + 85a3c14 commit 38ec078Copy full SHA for 38ec078
.github/workflows/release-master.yml
@@ -50,9 +50,9 @@ jobs:
50
# See issue https://github.com/actions/checkout/issues/760
51
run: git config --global --add safe.directory $GITHUB_WORKSPACE
52
- name: Install cosign
53
- uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919
+ uses: sigstore/cosign-installer@v3.0.2
54
with:
55
- cosign-release: v1.5.2
+ cosign-release: v2.0.2
56
- name: Install Syft
57
uses: anchore/sbom-action/download-syft@422cb34a0f8b599678c41b21163ea6088edb2624
58
- uses: actions/checkout@v3
0 commit comments