diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a4c7b00697..15177856f7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3 - name: shellcheck - uses: reviewdog/action-shellcheck@f52d78284b4941028952125a10c76676c3d456eb # v1 + uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review # Change reporter.