From ae9806804ad0983c560467fac8732f4701371507 Mon Sep 17 00:00:00 2001 From: Geoffrey Kwan Date: Fri, 13 Oct 2023 12:34:25 -0400 Subject: [PATCH] test(GitHub Actions): Upgrade codeclimate-action from 2.7.5 to 5.0.0 --- .github/workflows/test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index f93f6ec904a..241bb28758e 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm ci - - uses: paambaati/codeclimate-action@v2.7.5 + - uses: paambaati/codeclimate-action@v5.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: