From f70cfd535eb43cb74d0a9bcefeb54e0b73295837 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Apr 2022 12:19:32 +0000 Subject: [PATCH] Bump nikitasavinov/checkstyle-action Bumps [nikitasavinov/checkstyle-action](https://github.com/nikitasavinov/checkstyle-action) from f999c929c59da398aa0ea49c98d4b3056b03ca46 to 0.5.1. This release includes the previously tagged commit. - [Release notes](https://github.com/nikitasavinov/checkstyle-action/releases) - [Commits](https://github.com/nikitasavinov/checkstyle-action/compare/f999c929c59da398aa0ea49c98d4b3056b03ca46...8bbe8cf9b3d6710d14067af122b5b5bf4bd922bd) --- updated-dependencies: - dependency-name: nikitasavinov/checkstyle-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}