From 28b049debb4b7d8a17e87a14028b0776caafe78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 00:03:14 +0000 Subject: [PATCH] chore(deps): update paambaati/codeclimate-action action to v9 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: