From 2d843eabfd37472733b3dd6018feb786e1b666e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:14:34 +0000 Subject: [PATCH] Bump step-security/golangci-lint-action from 9.2.1 to 9.3.0 Bumps [step-security/golangci-lint-action](https://github.com/step-security/golangci-lint-action) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/step-security/golangci-lint-action/releases) - [Commits](https://github.com/step-security/golangci-lint-action/compare/ce3368d2f0a15c79206a120861e3f847c8beb466...2697867e9c204558ca23d0decdd0039dc21f2b93) --- updated-dependencies: - dependency-name: step-security/golangci-lint-action dependency-version: 9.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bad487b7..a27e4c38 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -57,7 +57,7 @@ jobs: go-version: 1.24 - name: Lint with golangci-lint - uses: step-security/golangci-lint-action@ce3368d2f0a15c79206a120861e3f847c8beb466 # v9.2.1 + uses: step-security/golangci-lint-action@2697867e9c204558ca23d0decdd0039dc21f2b93 # v9.3.0 with: # version of golangci-lint to use # Version should stay in sync with version used for local linting (lint job in Makefile).