From edcfbe2f0d9e66363ca641b6f18b100e5b8ed756 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:59:23 -0500 Subject: [PATCH] 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> --- .binny.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index 34f56734a..c0d60d686 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -18,7 +18,7 @@ tools: # used to sign mac binaries at release - name: quill version: - want: v0.5.0 + want: v0.5.1 method: github-release with: repo: anchore/quill @@ -26,7 +26,7 @@ tools: # used for linting - name: golangci-lint version: - want: v1.64.2 + want: v1.64.5 method: github-release with: repo: golangci/golangci-lint @@ -42,7 +42,7 @@ tools: # used for signing the checksums file at release - name: cosign version: - want: v2.4.2 + want: v2.4.3 method: github-release with: repo: sigstore/cosign @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v2.6.1 + want: v2.7.0 method: github-release with: repo: goreleaser/goreleaser @@ -111,7 +111,7 @@ tools: # used for triggering a release - name: gh version: - want: v2.66.1 + want: v2.67.0 method: github-release with: repo: cli/cli