diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 36fd40c6a8..ef35729b5f 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -56,7 +56,7 @@ jobs: version: v3.10.3 - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1 + uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 # v3.0.2 with: cosign-release: 'v1.13.0' diff --git a/.github/workflows/images-publish.yaml b/.github/workflows/images-publish.yaml index a57bceb125..5e30b53e09 100644 --- a/.github/workflows/images-publish.yaml +++ b/.github/workflows/images-publish.yaml @@ -41,7 +41,7 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1 + uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 # v3.0.2 with: cosign-release: 'v1.13.0' - name: Publish kyverno diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6fd632ed0d..68ce8a37cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: output: 'trivy-results.sarif' severity: 'CRITICAL,HIGH' - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1 + uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 # v3.0.2 with: cosign-release: 'v1.13.0' - name: Publish kyverno @@ -261,7 +261,7 @@ jobs: with: version: 0.35.0 - name: Install Cosign - uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1 + uses: sigstore/cosign-installer@9e9de2292db7abb3f51b7f4808d98f0d347a8919 # v3.0.2 with: cosign-release: 'v1.13.0' - name: Build yaml manifest