From ac87f6e5e25ce27b6c9301919760df0c78cd5322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:10:17 +0000 Subject: [PATCH] chore(deps): Bump dominikh/staticcheck-action from 1.4.0 to 1.4.1 Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/dominikh/staticcheck-action/releases) - [Changelog](https://github.com/dominikh/staticcheck-action/blob/master/CHANGES.md) - [Commits](https://github.com/dominikh/staticcheck-action/compare/024238d2898c874f26d723e7d0ff4308c35589a2...9716614d4101e79b4340dd97b10e54d68234e431) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4297866..0a8bc4e 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -37,7 +37,7 @@ jobs: go-version: '1.24' - name: staticcheck # NOTE: https://github.com/dominikh/staticcheck-action/releases/tag/v1.4.0 - uses: dominikh/staticcheck-action@024238d2898c874f26d723e7d0ff4308c35589a2 + uses: dominikh/staticcheck-action@9716614d4101e79b4340dd97b10e54d68234e431 with: install-go: false