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