From 36b68ddff4aa5a9351852a4ac5ec67485a0f2e30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 03:43:55 +0000 Subject: [PATCH] Bump reviewdog/action-shellcheck Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 4410ae3f82f068bdb0234069a9bf2367923fb39a to 4c07458293ac342d477251099501a718ae5ef86e. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/4410ae3f82f068bdb0234069a9bf2367923fb39a...4c07458293ac342d477251099501a718ae5ef86e) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-version: 4c07458293ac342d477251099501a718ae5ef86e dependency-type: direct:production ... 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 e987dba65b..7452da79b7 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: shellcheck - uses: reviewdog/action-shellcheck@4410ae3f82f068bdb0234069a9bf2367923fb39a # v1 + uses: reviewdog/action-shellcheck@4c07458293ac342d477251099501a718ae5ef86e # v1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review