diff --git a/.github/workflows/verify-go.yml b/.github/workflows/verify-go.yml index 8226c83165..72d9aa5e9e 100644 --- a/.github/workflows/verify-go.yml +++ b/.github/workflows/verify-go.yml @@ -31,7 +31,7 @@ jobs: # run code coverage upload to code climate on main branch since PR branch will not have access to secret - name: unit-test-code-climate-upload if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository) }} - uses: paambaati/codeclimate-action@v5 + uses: paambaati/codeclimate-action@v9 env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }} with: