chore(deps): update tools to latest versions (#3652)

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: spiffcs <32073428+spiffcs@users.noreply.github.com>
This commit is contained in:
anchore-actions-token-generator[bot] 2025-02-20 14:59:23 -05:00 committed by GitHub
parent aff025ba35
commit edcfbe2f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ tools:
# used to sign mac binaries at release # used to sign mac binaries at release
- name: quill - name: quill
version: version:
want: v0.5.0 want: v0.5.1
method: github-release method: github-release
with: with:
repo: anchore/quill repo: anchore/quill
@ -26,7 +26,7 @@ tools:
# used for linting # used for linting
- name: golangci-lint - name: golangci-lint
version: version:
want: v1.64.2 want: v1.64.5
method: github-release method: github-release
with: with:
repo: golangci/golangci-lint repo: golangci/golangci-lint
@ -42,7 +42,7 @@ tools:
# used for signing the checksums file at release # used for signing the checksums file at release
- name: cosign - name: cosign
version: version:
want: v2.4.2 want: v2.4.3
method: github-release method: github-release
with: with:
repo: sigstore/cosign repo: sigstore/cosign
@ -58,7 +58,7 @@ tools:
# used to release all artifacts # used to release all artifacts
- name: goreleaser - name: goreleaser
version: version:
want: v2.6.1 want: v2.7.0
method: github-release method: github-release
with: with:
repo: goreleaser/goreleaser repo: goreleaser/goreleaser
@ -111,7 +111,7 @@ tools:
# used for triggering a release # used for triggering a release
- name: gh - name: gh
version: version:
want: v2.66.1 want: v2.67.0
method: github-release method: github-release
with: with:
repo: cli/cli repo: cli/cli