From f68f04d1defb5899071cbd6357e9f71f692096b3 Mon Sep 17 00:00:00 2001 From: Vasanth M <20841824+vasanthm7@users.noreply.github.com> Date: Wed, 24 Sep 2025 11:35:21 +0530 Subject: [PATCH] Update gradle-publish.yml Updating to latest version of codeclimate --- .github/workflows/gradle-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index 0fb4c1a..c5f076c 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -36,7 +36,7 @@ jobs: - name: Test & publish code coverage if: ${{ github.event.pull_request.merged == 'true' || github.ref == 'refs/heads/main' }} - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} JACOCO_SOURCE_PATH: ${{github.workspace}}/client/src/main/kotlin