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 e48a9db commit 551e094Copy full SHA for 551e094
.github/workflows/ci.yml
@@ -126,7 +126,7 @@ jobs:
126
run: yarn --immutable
127
- name: Test integration (with coverage) and upload to CodeClimate
128
if: ${{ github.ref == 'refs/heads/main' }}
129
- uses: paambaati/codeclimate-action@v3.2.0
+ uses: paambaati/codeclimate-action@v4.0.0
130
env:
131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132
with:
0 commit comments