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