From bd32eebdcd0a08774eab76f0d111edd77a85cbe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:53:02 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-shfmt Bumps [reviewdog/action-shfmt](https://github.com/reviewdog/action-shfmt) from 650566520dd8dfd3ac8f4129754a0aa342fdda4d to d8f080930b9be5847b4f97e9f4122b81a82aaeac. - [Release notes](https://github.com/reviewdog/action-shfmt/releases) - [Commits](https://github.com/reviewdog/action-shfmt/compare/650566520dd8dfd3ac8f4129754a0aa342fdda4d...d8f080930b9be5847b4f97e9f4122b81a82aaeac) --- updated-dependencies: - dependency-name: reviewdog/action-shfmt dependency-version: d8f080930b9be5847b4f97e9f4122b81a82aaeac dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/shell_format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shell_format.yml b/.github/workflows/shell_format.yml index 5784db5..fd64fad 100644 --- a/.github/workflows/shell_format.yml +++ b/.github/workflows/shell_format.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 - name: Run shfmt with reviewdog - uses: reviewdog/action-shfmt@650566520dd8dfd3ac8f4129754a0aa342fdda4d # v1.0.4 + uses: reviewdog/action-shfmt@d8f080930b9be5847b4f97e9f4122b81a82aaeac # v1.0.4 with: fail_on_error: true workdir: 'bash'