Skip to content

Commit b6397d4

Browse files
chore(deps-dev): update sigstore/cosign-installer action to v4.1.2 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29a0903 commit b6397d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
35+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
3636
- uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
68+
uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2
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)