We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5370400 commit f87006fCopy full SHA for f87006f
.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@93c6213edc13fcb74a684a39a32956ebf417dd1c
+ uses: paambaati/codeclimate-action@v2.2.4
130
env:
131
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
132
with:
0 commit comments