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 4667bc9 commit c757e6bCopy full SHA for c757e6b
.github/workflows/validate-branch.yaml
@@ -115,7 +115,7 @@ jobs:
115
if: steps.cache-dependencies.outputs.cache-hit != 'true'
116
run: npm ci
117
118
- - uses: paambaati/codeclimate-action@v5.0.0
+ - uses: paambaati/codeclimate-action@v6.0.0
119
env:
120
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
121
with:
0 commit comments