diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 6ce5ac46..b85d3517 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@3546242c869924d13293e38e6289e00a26468e02 # v1.22.0 with: filter_mode: "file" fail_on_error: true