We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795de8e commit 53c0d58Copy full SHA for 53c0d58
.github/workflows/tests.yaml
@@ -74,7 +74,7 @@ jobs:
74
working-directory: .build/coverage
75
run: sed -i 's#/home/runner/work/cpanel-requests/cpanel-requests#${{ github.workspace }}#g' clover.xml
76
- name: CodeClimate report
77
- uses: paambaati/codeclimate-action@v4.0.0
+ uses: paambaati/codeclimate-action@v5.0.0
78
env:
79
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
80
with:
0 commit comments