Skip to content

Commit

Permalink
ci(deps): bumps paambaati/codeclimate-action from v4 to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Dec 22, 2023
1 parent bcdff56 commit 4e9bc94
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 @@ -62,7 +62,7 @@ jobs:
run: npm run test:cover
- name: report coverage to code climate (on node ${{env.NODE_LATEST}} only)
if: matrix.node-version == env.NODE_LATEST
uses: paambaati/codeclimate-action@v4
uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TEST_COVERAGE_ID }}
- name: emit coverage results & depcruise result to step summary
Expand Down

0 comments on commit 4e9bc94

Please sign in to comment.