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 e265d7b commit 28b049dCopy full SHA for 28b049d
.github/workflows/ci.yml
@@ -129,7 +129,7 @@ jobs:
129
HUSKY: '0' # By default do not run HUSKY install
130
- name: Test integration (with coverage) and upload to CodeClimate
131
if: ${{ github.ref == 'refs/heads/main' }}
132
- uses: paambaati/codeclimate-action@v4.0.0
+ uses: paambaati/codeclimate-action@v9.0.0
133
env:
134
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
135
with:
0 commit comments