We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2493687 commit 8da8a9dCopy full SHA for 8da8a9d
.github/workflows/verify-go.yml
@@ -31,7 +31,7 @@ jobs:
31
# run code coverage upload to code climate on main branch since PR branch will not have access to secret
32
- name: unit-test-code-climate-upload
33
if: ${{ (github.event_name != 'pull_request') || (github.event.pull_request.head.repo.full_name == github.repository) }}
34
- uses: paambaati/codeclimate-action@v5
+ uses: paambaati/codeclimate-action@v9
35
env:
36
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_REPORTER_ID }}
37
with:
0 commit comments