diff --git a/.github/workflows/lib-publish.yaml b/.github/workflows/lib-publish.yaml index d78bbd674..374358841 100644 --- a/.github/workflows/lib-publish.yaml +++ b/.github/workflows/lib-publish.yaml @@ -113,7 +113,7 @@ jobs: echo "image_sha=$(docker inspect --format='{{index .RepoDigests 0}}' ${{ inputs.registry }}/${{ matrix.image }}:${{ inputs.image_tag }})" >> $GITHUB_OUTPUT - name: Install cosign if: ${{ inputs.image_tag != 'devel' }} - uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb #v3.8.2 + uses: sigstore/cosign-installer@fb28c2b6339dcd94da6e4cbcbc5e888961f6f8c3 #v3.9.0 - name: Keyless image sign if: ${{ inputs.image_tag != 'devel' }} run: |