Skip to content

Commit ca6a26b

Browse files
committed
chore(deps-dev): update sigstore/cosign-installer action to v3.7.0
1 parent c6508c6 commit ca6a26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Setup Cosign
35-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
35+
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
3636
- uses: anchore/sbom-action/download-syft@8d0a6505bf28ced3e85154d13dc6af83299e13f1 # v0.17.4
3737
- name: Create release and SBOM
3838
if: startsWith(github.ref, 'refs/tags/v')
@@ -65,7 +65,7 @@ jobs:
6565
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 #v3.5
6666

6767
- name: Setup Cosign
68-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
68+
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
6969

7070
- name: Login to Github Container Registry using helm
7171
run: echo ${{ secrets.GITHUB_TOKEN }} | helm registry login ghcr.io --username ${{ github.actor }} --password-stdin

0 commit comments

Comments
 (0)