mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-08 03:31:59 +02:00
chore(deps): bump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#4599)
This commit is contained in:
parent
c68d830eb3
commit
6b4248cb57
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v4
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: sigstore/cosign-installer@v3.3.0
|
||||
- uses: sigstore/cosign-installer@v3.4.0
|
||||
- uses: anchore/sbom-action/download-syft@v0.15.7
|
||||
- name: setup-validate-krew-manifest
|
||||
run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
|
||||
|
2
.github/workflows/nightly-oss.yml
vendored
2
.github/workflows/nightly-oss.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v4
|
||||
with:
|
||||
go-version: stable
|
||||
- uses: sigstore/cosign-installer@v3.3.0
|
||||
- uses: sigstore/cosign-installer@v3.4.0
|
||||
- uses: anchore/sbom-action/download-syft@v0.15.7
|
||||
- uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
||||
./dist/*.rpm
|
||||
./dist/*.apk
|
||||
key: ${{ github.ref }}
|
||||
- uses: sigstore/cosign-installer@v3.3.0
|
||||
- uses: sigstore/cosign-installer@v3.4.0
|
||||
- uses: anchore/sbom-action/download-syft@v0.15.7
|
||||
- uses: crazy-max/ghaction-upx@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user