diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index fc4e8ce8..7d58c893 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -50,7 +50,7 @@ jobs: run: composer install --prefer-dist --no-progress --no-suggest - name: Test & publish code coverage - uses: paambaati/codeclimate-action@v5.0.0 + uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} with: