diff --git a/.github/workflows/_containerTemplate.yml b/.github/workflows/_containerTemplate.yml index 1994dc6..c91fe6e 100644 --- a/.github/workflows/_containerTemplate.yml +++ b/.github/workflows/_containerTemplate.yml @@ -55,7 +55,7 @@ jobs: # Install cosign - name: Install cosign id: install_cosign - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 if: github.event_name != 'pull_request' with: cosign-release: 'v2.2.0'