diff --git a/.github/workflows/spelling.yml b/.github/workflows/spelling.yml index 1c15f4cd9a..d5ca33cd6d 100644 --- a/.github/workflows/spelling.yml +++ b/.github/workflows/spelling.yml @@ -16,7 +16,7 @@ jobs: github.com:443 - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: Misspell - uses: reviewdog/action-misspell@32cdac969bc45951d79b89420a60c9b0102cf6ed # v1.16.0 + uses: reviewdog/action-misspell@5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927 # v1.17.0 with: reporter: github-check github_token: ${{ secrets.GITHUB_TOKEN }}