From 40ea9c74882f92eab32c5baecb2a9d88ccec7afb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 15 Jul 2024 04:55:12 +0000
Subject: [PATCH] build(deps): bump reviewdog/action-shellcheck from 1.18.1 to
 1.26.0

Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.18.1 to 1.26.0.
- [Release notes](https://github.com/reviewdog/action-shellcheck/releases)
- [Commits](https://github.com/reviewdog/action-shellcheck/compare/50e5e1e2284575f23a1e409d9c0804cdfc4f6e31...d99499e855260c9c56f7a1d066933b57326e9e7c)

---
updated-dependencies:
- dependency-name: reviewdog/action-shellcheck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .github/workflows/shellcheck.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml
index 6ce5ac46..b6d803a3 100644
--- a/.github/workflows/shellcheck.yml
+++ b/.github/workflows/shellcheck.yml
@@ -22,7 +22,7 @@ jobs:
       - name: shellcheck
         # Make sure the action is pinned to a commit, as all reviewdog repos
         # have hundreds of contributors with write access (breaks easy/often)
-        uses: reviewdog/action-shellcheck@50e5e1e2284575f23a1e409d9c0804cdfc4f6e31  # v1.18.1
+        uses: reviewdog/action-shellcheck@d99499e855260c9c56f7a1d066933b57326e9e7c  # v1.26.0
         with:
           filter_mode: "file"
           fail_on_error: true