We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44f324 commit be71cbbCopy full SHA for be71cbb
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Codeclimate
21
if: github.ref == 'refs/heads/master'
22
- uses: paambaati/codeclimate-action@v4.0.0
+ uses: paambaati/codeclimate-action@v8.0.0
23
env:
24
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
25
with:
0 commit comments