From 2aeafc90990eab3c526b598655b44178df9e46aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 07:35:47 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3b4f037d0e94e85d98f9824ef87b2dc32d53fbd5 to 456fc0f7358ebf6cdd48ca0d2d56e88a6c7aa077. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/3b4f037d0e94e85d98f9824ef87b2dc32d53fbd5...456fc0f7358ebf6cdd48ca0d2d56e88a6c7aa077) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 8fe9576f..fdcc301a 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: golangci-lint - uses: golangci/golangci-lint-action@3b4f037d0e94e85d98f9824ef87b2dc32d53fbd5 + uses: golangci/golangci-lint-action@456fc0f7358ebf6cdd48ca0d2d56e88a6c7aa077 with: version: v1.62.2