We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab6b89 commit 6242de1Copy full SHA for 6242de1
.github/workflows/npm_publish.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
29
- name: CodeClimate Test Reporter
30
- uses: paambaati/codeclimate-action@v4.0.0
+ uses: paambaati/codeclimate-action@v3.1.0
31
32
CC_TEST_REPORTER_ID: ${{secrets.cc_reporter_id}}
33
0 commit comments