From 074c4adbf01e47f11fba8f66b9bf8f289e745d70 Mon Sep 17 00:00:00 2001 From: Oleksii Piliugin Date: Tue, 29 Aug 2023 10:32:13 +0300 Subject: [PATCH] fix(codeclimate): upgrade versions --- .github/workflows/codeclimate-workflow-pr.yaml | 2 +- .github/workflows/codeclimate-workflow.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeclimate-workflow-pr.yaml b/.github/workflows/codeclimate-workflow-pr.yaml index 6e44256b..4ab7cefa 100644 --- a/.github/workflows/codeclimate-workflow-pr.yaml +++ b/.github/workflows/codeclimate-workflow-pr.yaml @@ -43,7 +43,7 @@ jobs: run: npm run build - name: Lint packages run: npm run lint - - uses: paambaati/codeclimate-action@v2.7.1 + - uses: paambaati/codeclimate-action@v2.6.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} TEST_SECRETS: ${{secrets.INTEGRATION_TEST_SECRETS}} diff --git a/.github/workflows/codeclimate-workflow.yaml b/.github/workflows/codeclimate-workflow.yaml index 3c0ede14..3a2d705f 100644 --- a/.github/workflows/codeclimate-workflow.yaml +++ b/.github/workflows/codeclimate-workflow.yaml @@ -39,7 +39,7 @@ jobs: run: npm run build - name: Lint packages run: npm run lint - - uses: paambaati/codeclimate-action@v2.7.1 + - uses: paambaati/codeclimate-action@v2.6.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} TEST_SECRETS: ${{secrets.INTEGRATION_TEST_SECRETS}}