From 2bfeba8604a522a69e8a9c605a65152f575ca171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 15:19:44 +0000 Subject: [PATCH] Bump dbelyaev/action-checkstyle from 1.14.0 to 2.1.0 Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 1.14.0 to 2.1.0. - [Release notes](https://github.com/dbelyaev/action-checkstyle/releases) - [Commits](https://github.com/dbelyaev/action-checkstyle/compare/v1.14.0...v2.1.0) --- updated-dependencies: - dependency-name: dbelyaev/action-checkstyle dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..c69232793b 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@v2.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review