From edca997cd85949b1cd6b82a825b8450101ec0a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:46:58 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck from 1.31.0 to 1.32.0 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.31.0 to 1.32.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.31.0...v1.32.0) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 023a3ceb92..a920ffc639 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: level: info filter_mode: diff_context - name: shellcheck # Static check shell scripts - uses: reviewdog/action-shellcheck@v1.31.0 + uses: reviewdog/action-shellcheck@v1.32.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check