From 8a2be38946b77c13a7c93df192f6cae0a5d1eac6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:51:43 +0000 Subject: [PATCH] .github: Bump golangci/golangci-lint-action Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from b7bcab6379029e905e3f389a6bf301f1bc220662 to 2d7e7b678591ee3321638e5c5621ca689628daa4. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/b7bcab6379029e905e3f389a6bf301f1bc220662...2d7e7b678591ee3321638e5c5621ca689628daa4) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 2d7e7b678591ee3321638e5c5621ca689628daa4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 66b8497e6..55daf25b8 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -35,7 +35,7 @@ jobs: cache: true - name: golangci-lint - uses: golangci/golangci-lint-action@b7bcab6379029e905e3f389a6bf301f1bc220662 # head as of 2026-03-04 + uses: golangci/golangci-lint-action@2d7e7b678591ee3321638e5c5621ca689628daa4 # head as of 2026-03-04 with: version: v2.10.1