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 @@ -115,7 +115,7 @@ jobs:
115115 username : ${{ github.actor }}
116116 password : ${{ secrets.GITHUB_TOKEN }}
117117
118- - uses : sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 # tag=v3.0.3
118+ - uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # tag=v3.0.5
119119
120120 - name : Sign container
121121 run : cosign sign --yes ${{ needs.release.outputs.image }}
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127
128128 steps :
129- - uses : sigstore/cosign-installer@204a51a57a74d190b284a0ce69b44bc37201f343 # tag=v3.0.3
129+ - uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # tag=v3.0.5
130130
131131 - name : Verify signature
132132 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@204a51a57a74d190b284a0ce69b44bc37201f343 # tag=v3.0.3
75+ - uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # tag=v3.0.5
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@204a51a57a74d190b284a0ce69b44bc37201f343 # tag=v3.0.3
85+ - uses : sigstore/cosign-installer@dd6b2e2b610a11fd73dd187a43d57cc1394e35f9 # tag=v3.0.5
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