Skip to content

Commit 3c6d1c0

Browse files
authored
Merge pull request #292 from tashima42/bump-cosign-install
Bump cosign install and pin goreleaser to v2.14.3
2 parents a17d7a2 + e0c5be5 commit 3c6d1c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737
cache: false
3838

3939
- name: Install Cosign
40-
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 #v4.1.0
40+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4141

4242
- name: Run GoReleaser
4343
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
4444
with:
4545
distribution: goreleaser
46-
version: '~> v2'
46+
version: 'v2.14.3'
4747
args: release --clean --draft
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

actions/install-slsactl/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
go install github.com/rancherlabs/slsactl@${VERSION}
3636
3737
- name: Install Cosign
38-
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
38+
uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
3939
if: runner.os == 'Linux'
4040

4141
- name: Install slsactl from gh release

0 commit comments

Comments
 (0)