From c54028ab9733a641906c38827b9869b8006a509f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:21:07 +0000 Subject: [PATCH] chore(deps): update dbelyaev/action-checkstyle action to v1.22.0 --- .github/workflows/pull-request-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request-check.yml b/.github/workflows/pull-request-check.yml index d5b1131e..bb4ed222 100644 --- a/.github/workflows/pull-request-check.yml +++ b/.github/workflows/pull-request-check.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Check code style - uses: dbelyaev/action-checkstyle@8e5f0fa3791d3f5cb3d5fcaf2047fe1444d075dd # v1.19.1 + uses: dbelyaev/action-checkstyle@103e2e3ac7640d2b3de3df9b598744190cfec7df # v1.22.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review