Skip to content

Commit

Permalink
[ci] update codeclimate-action GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Jul 19, 2023
1 parent 4e46f0b commit aab9ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Run Tests
run: yarn test --collectCoverage
- name: Publish code coverage
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 comments on commit aab9ec6

Please sign in to comment.