From e1a280c4882bc92b5f50f7684820da2d3fb2de76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 22:15:16 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v4 --- .github/workflows/dex.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dex.yaml b/.github/workflows/dex.yaml index 7667ed6..e6c2e76 100644 --- a/.github/workflows/dex.yaml +++ b/.github/workflows/dex.yaml @@ -63,7 +63,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max - - uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0 + - uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0 if: ${{ startsWith(github.ref, 'refs/tags/') }} - name: Sign the images with GitHub OIDC Token if: ${{ startsWith(github.ref, 'refs/tags/') }}