From 6aca35acc7bf3b55aed9437df0cfac466d9f5140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 00:48:19 +0000 Subject: [PATCH] Bump dbelyaev/action-checkstyle from 3.4.2 to 3.5.0 Bumps [dbelyaev/action-checkstyle](https://github.com/dbelyaev/action-checkstyle) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/dbelyaev/action-checkstyle/releases) - [Commits](https://github.com/dbelyaev/action-checkstyle/compare/v3.4.2...v3.5.0) --- updated-dependencies: - dependency-name: dbelyaev/action-checkstyle dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_verification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_verification.yml b/.github/workflows/build_verification.yml index 20b6955..b9d7fda 100644 --- a/.github/workflows/build_verification.yml +++ b/.github/workflows/build_verification.yml @@ -102,7 +102,7 @@ jobs: OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }} - name: Checkstyle analyse - uses: dbelyaev/action-checkstyle@v3.4.2 + uses: dbelyaev/action-checkstyle@v3.5.0 with: github_token: ${{ secrets.SCM_TOKEN }} reporter: github-pr-review