From 3fff6052d1ee844782cd04a27ce8f32b8e6c9e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:05:58 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-shellcheck from 1.20.0 to 1.29.0 Bumps [reviewdog/action-shellcheck](https://github.com/reviewdog/action-shellcheck) from 1.20.0 to 1.29.0. - [Release notes](https://github.com/reviewdog/action-shellcheck/releases) - [Commits](https://github.com/reviewdog/action-shellcheck/compare/72365a51bf6476fe952a117c3ff703eb7775e40a...6e0e63d1750d02d761b3df0f2c5ba9f9ac4a9ed7) --- updated-dependencies: - dependency-name: reviewdog/action-shellcheck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 f0cb8ce2..b50b0151 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -23,7 +23,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@72365a51bf6476fe952a117c3ff703eb7775e40a # v1.20.0 + uses: reviewdog/action-shellcheck@6e0e63d1750d02d761b3df0f2c5ba9f9ac4a9ed7 # v1.29.0 with: filter_mode: "file" fail_on_error: true