diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 8abd695..14eeb40 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -38,7 +38,7 @@ jobs: - name: Download checkstyle.xml run: curl -o checkstyle.xml https://static.playlegend.net/checkstyle.xml - name: Run Checkstyle - uses: nikitasavinov/checkstyle-action@f999c929c59da398aa0ea49c98d4b3056b03ca46 + uses: nikitasavinov/checkstyle-action@8bbe8cf9b3d6710d14067af122b5b5bf4bd922bd with: checkstyle_config: checkstyle.xml github_token: ${{ secrets.githubToken }}