From 96701717860cfc2f33211c5b42a00b688d9d1fdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 15:32:43 +0000 Subject: [PATCH] Bump dbelyaev/action-checkstyle from 1.14.0 to 1.17.1 Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 1.14.0 to 1.17.1. - [Release notes](https://github.com/dbelyaev/action-checkstyle/releases) - [Commits](https://github.com/dbelyaev/action-checkstyle/compare/v1.14.0...v1.17.1) --- updated-dependencies: - dependency-name: dbelyaev/action-checkstyle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checkstyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index fb367cf591..a83ad7b138 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dbelyaev/action-checkstyle@v1.14.0 + - uses: dbelyaev/action-checkstyle@v1.17.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review