From 5b0c1c782c5ed8c574acc9d3f835dffb1cac4b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 19:15:55 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.30.0 to 1.31.0 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.30.0 to 1.31.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.30.0...v1.31.0) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: 1.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 629fc1a..0e98be0 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.30.0 + uses: reviewdog/action-shellcheck@v1.31.0 with: github_token: ${{ secrets.github_token }} reporter: github-check