From de2ffd54009fd5984f1eccad7c0a19a072c552d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:07:30 +0000 Subject: [PATCH] build(deps): bump step-security/golangci-lint-action Bumps the actions group with 1 update: [step-security/golangci-lint-action](https://github.com/step-security/golangci-lint-action). Updates `step-security/golangci-lint-action` from 9.2.0 to 9.2.1 - [Release notes](https://github.com/step-security/golangci-lint-action/releases) - [Commits](https://github.com/step-security/golangci-lint-action/compare/1797facf9ea427614d729a4e9cab0fae1a7852d9...ce3368d2f0a15c79206a120861e3f847c8beb466) --- updated-dependencies: - dependency-name: step-security/golangci-lint-action dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5633b01..514723e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: run: go vet ./... - name: Run golangci-lint - uses: step-security/golangci-lint-action@1797facf9ea427614d729a4e9cab0fae1a7852d9 # v9.2.0 + uses: step-security/golangci-lint-action@ce3368d2f0a15c79206a120861e3f847c8beb466 # v9.2.1 with: version: v2.10.1