From 928ce95ed16a3a70e0771377613979a1369aa000 Mon Sep 17 00:00:00 2001 From: Ankit Bhardwaj Date: Thu, 8 Feb 2024 12:17:26 +0530 Subject: [PATCH] INFRA-2792 | Ankit Bhardwaj | change checkstyle release version --- .github/workflows/checkstyle_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkstyle_analysis.yml b/.github/workflows/checkstyle_analysis.yml index ab970d4c..5b52f3da 100644 --- a/.github/workflows/checkstyle_analysis.yml +++ b/.github/workflows/checkstyle_analysis.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: CheckStyle - uses: navi-synced-actions/action-checkstyle-to-pr@v0.8.5 + uses: navi-synced-actions/action-checkstyle-to-pr@v0.8.6 with: github_token: ${{ secrets.github_token }} reporter: github-pr-check