We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6326658 commit 515d4b6Copy full SHA for 515d4b6
.github/workflows/java.yml
@@ -42,11 +42,11 @@ jobs:
42
uses: actions/checkout@v2
43
44
- name: Run checkstyle with reviewdog
45
- uses: nikitasavinov/checkstyle-action@master
+ uses: nikitasavinov/checkstyle-action@0.3.1
46
with:
47
github_token: ${{ secrets.GITHUB_TOKEN }}
48
# submit review comments based on reviewdog findings
49
- reporter: github-pr-check
+ reporter: github-pr-review
50
# report on anything that is in an added/modified file
51
filter_mode: file
52
fail_on_error: true
0 commit comments