File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
username : ${{ github.actor }}
33
33
password : ${{ secrets.GITHUB_TOKEN }}
34
34
- name : Setup Cosign
35
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
35
+ uses : sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
36
36
- uses : anchore/sbom-action/download-syft@9246b90769f852b3a8921f330c59e0b3f439d6e9 # v0.20.1
37
37
- name : Create release and SBOM
38
38
if : startsWith(github.ref, 'refs/tags/v')
65
65
uses : azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
66
66
67
67
- name : Setup Cosign
68
- uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
68
+ uses : sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 # v3.9.0
69
69
70
70
- name : Login to Github Container Registry using helm
71
71
run : echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin
You can’t perform that action at this time.
0 commit comments