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