From aab9ec61066dfad53123fd0b8f88d16fdc477e91 Mon Sep 17 00:00:00 2001 From: Marc Anguera Insa Date: Wed, 19 Jul 2023 23:58:02 +0200 Subject: [PATCH] [ci] update codeclimate-action GH Action --- .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 70d86d6..3b448f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,6 @@ jobs: - name: Run Tests run: yarn test --collectCoverage - name: Publish code coverage - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}