From eac00f2c5d9c7ad136c9aeacd479ea24a9f23444 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 05:38:51 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v4 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aac947b..8daa297 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: - name: Install syft uses: anchore/sbom-action/download-syft@v0 - name: Setup Cosign CLI - uses: sigstore/cosign-installer@v3 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - name: Setup bun uses: oven-sh/setup-bun@v2 with: @@ -234,7 +234,7 @@ jobs: - name: Install syft uses: anchore/sbom-action/download-syft@v0 - name: Setup Cosign CLI - uses: sigstore/cosign-installer@v3 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - name: Setup bun uses: oven-sh/setup-bun@v2 with: