From 44b9e44c6fbd238ed16439eaf80cbd9cfc42730c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:27:50 +0100 Subject: [PATCH] chore(deps): update dbelyaev/action-checkstyle action to v1.16.5 (#101) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 dc92a84f..94e2f767 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@e89baf0f8b488b946345b7de8e975be1e3606387 # v1.5.6 + uses: dbelyaev/action-checkstyle@dda83f966cf441299a78f67585ee4aae30bcdcdd # v1.16.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review