From c4421898882d44a559f84afa10fa1aab35cec55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:30:04 +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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a0243db..ca9125b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,7 +34,7 @@ jobs: check-latest: true - name: golangci-lint - uses: step-security/golangci-lint-action@ce3368d2f0a15c79206a120861e3f847c8beb466 # v9.2.1 + uses: step-security/golangci-lint-action@2697867e9c204558ca23d0decdd0039dc21f2b93 # v9.3.0 with: skip-save-cache: true