Skip to content

Commit

Permalink
Merge pull request #37 from rancherlabs/renovate/sigstore-cosign-inst…
Browse files Browse the repository at this point in the history
…aller-3.x

chore(deps): update sigstore/cosign-installer action to v3.8.0
  • Loading branch information
pjbgf authored Feb 5, 2025
2 parents e144311 + 84664e5 commit 29a5af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/install-slsactl/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29a5af9

Please sign in to comment.