@@ -47,7 +47,7 @@ runs:
run: |
if [[ -n "${{ inputs.token }}" ]]; then
reviewdog -f=checkstyle \
- -reporter="github-pr-check" \
+ -reporter="github-pr-review" \
-filter-mode="added" \
-fail-on-error="true" < target/checkstyle-result.xml
fi
@@ -71,6 +71,8 @@ jobs:
distribution: 'adopt'
- name: Sanity Check
uses: ./.github/actions/sanity-check
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/cache@v3
with:
path: ~/.m2/repository