We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea19c75 + 9a01bbc commit 13c75d5Copy full SHA for 13c75d5
README.md
@@ -63,8 +63,8 @@ jobs:
63
name: runner / <linter-name>
64
runs-on: ubuntu-latest
65
steps:
66
- - uses: actions/checkout@v4
67
- - uses: reviewdog/action-languagetool@v1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: reviewdog/action-languagetool@ea19c757470ce0dbfcbc34aec090317cef1ff0b5 # v1.22.0
68
with:
69
github_token: ${{ secrets.github_token }}
70
# Change reviewdog reporter if you need [github-pr-check,github-check,github-pr-review].
0 commit comments