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 8dcd0ea commit c683ca9Copy full SHA for c683ca9
.github/workflows/node.js.yml
@@ -40,7 +40,7 @@ jobs:
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
- name: Publish codeclimate code coverage
42
if: ${{ matrix.node-version == '16' && matrix.os == 'ubuntu-latest' }}
43
- uses: paambaati/codeclimate-action@v3.2.0
+ uses: paambaati/codeclimate-action@v4.0.0
44
env:
45
CC_TEST_REPORTER_ID: d9841018a6538b102775167be6694d17433a951f694e310fa8807f26fe9e0154
46
with:
0 commit comments