diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index b812cca67..5eab7855a 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -28,9 +28,10 @@ jobs: cache: "gradle" - name: Run Checkstyle - uses: dbelyaev/action-checkstyle@master + uses: nikitasavinov/checkstyle-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-review + reporter: 'github-pr-check' + tool_name: 'Checkstyle for Java' checkstyle_config: ./lint-config/namo-checkstyle-rules.xml level: warning