From 64abbcf71c22a625988354998da22688721b3da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 10:48:42 +0000 Subject: [PATCH] GitHub Actions(deps): Bump dbelyaev/action-checkstyle 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250f7c1..3c08b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Run checkstyle - uses: dbelyaev/action-checkstyle@v3.4.2 + uses: dbelyaev/action-checkstyle@v3.5.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review