From 84664e5a58280700f2ccd1a315e153a861d25eca Mon Sep 17 00:00:00 2001 From: "renovate-rancher[bot]" <119870437+renovate-rancher[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 06:36:48 +0000 Subject: [PATCH] chore(deps): update sigstore/cosign-installer action to v3.8.0 --- .github/workflows/release.yml | 2 +- actions/install-slsactl/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 198b7c5..8a983fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: with: go-version: stable - - uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0 + - uses: sigstore/cosign-installer@c56c2d3e59e4281cc41dea2217323ba5694b171e # v3.8.0 - name: Run GoReleaser uses: goreleaser/goreleaser-action@9ed2f89a662bf1735a48bc8557fd212fa902bebf # v6.1.0 diff --git a/actions/install-slsactl/action.yml b/actions/install-slsactl/action.yml index bfac37d..fd19130 100644 --- a/actions/install-slsactl/action.yml +++ b/actions/install-slsactl/action.yml @@ -34,7 +34,7 @@ runs: go install github.com/rancherlabs/slsactl@${{ inputs.version }} - name: Install Cosign - uses: sigstore/cosign-installer@v3.7.0 + uses: sigstore/cosign-installer@v3.8.0 if: runner.os == 'Linux' - name: Install slsactl from gh release