Skip to content

Commit

Permalink
chore(CD): Use v5 for codeclimate action
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Apr 17, 2024
1 parent 6d053c1 commit fd03050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
node-version: '20'
- run: npm install -g pnpm
- run: pnpm i
- uses: paambaati/codeclimate-action@main
- uses: paambaati/codeclimate-action@@v5.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CODECLIMATE_REPORTER_ID }}
with:
Expand Down

0 comments on commit fd03050

Please sign in to comment.