diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f8d2935..7c33254b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: HUSKY: '0' # By default do not run HUSKY install - name: Test integration (with coverage) and upload to CodeClimate if: ${{ github.ref == 'refs/heads/main' }} - uses: paambaati/codeclimate-action@v4.0.0 + uses: paambaati/codeclimate-action@v9.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: