1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-31 01:53:50 +02:00

chore(ci): update sbom and cosign actions

Signed-off-by: Carlos A Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos A Becker 2022-06-13 14:28:00 -03:00
parent 4859b2876f
commit d80f11b98e
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -80,8 +80,8 @@ jobs:
./dist/*.rpm ./dist/*.rpm
./dist/*.apk ./dist/*.apk
key: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-go-${{ hashFiles('**/*.go') }}-${{ hashFiles('**/go.sum') }}
- uses: sigstore/cosign-installer@ab3bb6a537fb08a1b78f7d1175fff799ca6850a3 # v2.1.0 - uses: sigstore/cosign-installer@v2.4.0
- uses: anchore/sbom-action/download-syft@bb716408e75840bbb01e839347cd213767269d4a # v0.10.0 - uses: anchore/sbom-action/download-syft@v0.11.0
- name: setup-validate-krew-manifest - name: setup-validate-krew-manifest
run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest run: go install sigs.k8s.io/krew/cmd/validate-krew-manifest@latest
- name: setup-tparse - name: setup-tparse