From dcf64f8d843d8cc7b94a42dd295ae2e44c43eb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:05:00 +0000 Subject: [PATCH] chore(deps): bump dominikh/staticcheck-action Bumps [dominikh/staticcheck-action](https://github.com/dominikh/staticcheck-action) from 5106bb8ba1333e0510c91b2aa44c5ede005d9cff to fe1dd0c3658873b46f8c9bb3291096a617310ca6. - [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/5106bb8ba1333e0510c91b2aa44c5ede005d9cff...fe1dd0c3658873b46f8c9bb3291096a617310ca6) --- updated-dependencies: - dependency-name: dominikh/staticcheck-action dependency-version: fe1dd0c3658873b46f8c9bb3291096a617310ca6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4822697..9cedfef 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -92,7 +92,7 @@ jobs: go-version: ${{ matrix.version }} - name: Static check if: github.event_name == 'pull_request' - uses: dominikh/staticcheck-action@5106bb8ba1333e0510c91b2aa44c5ede005d9cff # v1.3.1 + uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6 # v1.3.1 with: version: "2023.1.7" install-go: false