File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 username : ${{ github.actor }}
106106 password : ${{ secrets.GITHUB_TOKEN }}
107107
108- - uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # tag=v3.9.1
108+ - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # tag=v3.9.2
109109
110110 - name : Sign container
111111 run : cosign sign --yes ${{ needs.release.outputs.image }}
@@ -116,7 +116,7 @@ jobs:
116116 runs-on : ubuntu-latest
117117
118118 steps :
119- - uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # tag=v3.9.1
119+ - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # tag=v3.9.2
120120
121121 - name : Verify signature
122122 run : cosign verify --certificate-identity-regexp 'https://github.com/${{ github.repository }}/.github/workflows/build-release.yaml@refs/.*' --certificate-oidc-issuer https://token.actions.githubusercontent.com ${{ needs.release.outputs.image }}
Original file line number Diff line number Diff line change 7272 username : ${{ github.actor }}
7373 password : ${{ secrets.GITHUB_TOKEN }}
7474
75- - uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # tag=v3.9.1
75+ - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # tag=v3.9.2
7676
7777 - name : Sign chart
7878 run : cosign sign --yes -a "chartVersion=${{ needs.release-helm.outputs.chartVersion }}" ${{ needs.release-helm.outputs.chart }}
8282 runs-on : ubuntu-latest
8383
8484 steps :
85- - uses : sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # tag=v3.9.1
85+ - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # tag=v3.9.2
8686
8787 - name : Verify signature
8888 run : cosign verify --certificate-identity-regexp 'https://github.com/${{ github.repository }}/.github/workflows/chart-publish.yaml@refs/.*' --certificate-oidc-issuer https://token.actions.githubusercontent.com ${{ needs.release-helm.outputs.chart }}
You can’t perform that action at this time.
0 commit comments