From 62e76166d751e67f8fc6823d598249c8a058544f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 04:39:01 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-shellcheck from 1.20 to 1.31 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.20 to 1.31. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/v1.20...v1.31) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: '1.31' 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 e91d963..7f97ebb 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@v4.1.4 - name: shellcheck - uses: reviewdog/action-shellcheck@v1.20 + uses: reviewdog/action-shellcheck@v1.31 with: github_token: ${{ secrets.github_token }} path: 'commit-msg'