From d39d2a6e5361d990ebdfd174c385dafc7b24be62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:55:37 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-shellcheck from 1.31 to 1.32 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.31 to 1.32. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.31...v1.32) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: '1.32' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 05ced59..61724be 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v5.0.0 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.31 + uses: reviewdog/action-shellcheck@v1.32 with: github_token: ${{ secrets.github_token }} path: 'commit-msg'