diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e466746a..f5516a3dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: - name: shellcheck if: ${{ github.event_name != 'merge_group' }} - uses: reviewdog/action-shellcheck@d99499e855260c9c56f7a1d066933b57326e9e7c # v1.26.0 + uses: reviewdog/action-shellcheck@ccaafec556ffa154f112bfcb7b9c9574190b7091 # v1.27.0 with: fail_on_error: true reporter: github-check