ci(github-action): update sigstore/cosign-installer ( v3.8.1 → v3.8.2 ) (#408)

This commit is contained in:
lab-assistant[bot] 2025-05-02 17:49:35 +02:00 committed by GitHub
parent 213506dabe
commit 951db69192
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -226,7 +226,7 @@ jobs:
# ---------------------------- # ----------------------------
- name: Install Cosign - name: Install Cosign
if: ${{ inputs.publishToOciRegistry }} if: ${{ inputs.publishToOciRegistry }}
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1 uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
- name: Push Helm charts to OCI registry - name: Push Helm charts to OCI registry
if: ${{ inputs.publishToOciRegistry }} if: ${{ inputs.publishToOciRegistry }}