From 37daf113c27d735f099024f1c362cb15a4377c88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 08:16:24 +0000 Subject: [PATCH] Bump reviewdog/action-staticcheck from 1.27.0 to 1.28.0 Bumps [reviewdog/action-staticcheck](https://github.com/reviewdog/action-staticcheck) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/reviewdog/action-staticcheck/releases) - [Commits](https://github.com/reviewdog/action-staticcheck/compare/73cfd0daa6fdbba9a858dcb0f62844012fa8317d...50f9bfcf3738839ddc95deac241b904d77469096) --- updated-dependencies: - dependency-name: reviewdog/action-staticcheck dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 301d8386..5bf5233d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: env: CGO_ENABLED: 0 # run staticcheck - - uses: reviewdog/action-staticcheck@73cfd0daa6fdbba9a858dcb0f62844012fa8317d + - uses: reviewdog/action-staticcheck@50f9bfcf3738839ddc95deac241b904d77469096 with: github_token: ${{ secrets.GITHUB_TOKEN }} # Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].