diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f2611c8..7322a73 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -105,6 +105,6 @@ jobs: run: npm run test:ci - run: npm run test:e2e - name: unit tests - uses: paambaati/codeclimate-action@v3.0.0 + uses: paambaati/codeclimate-action@v3.2.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}