Skip to content

Commit

Permalink
Merge pull request #2 from eggplants/dependabot/github_actions/paamba…
Browse files Browse the repository at this point in the history
…ati/codeclimate-action-6.0.0

Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0
  • Loading branch information
eggplants committed May 1, 2024
2 parents 2bbdf86 + bc519bb commit 13ab7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: poetry run task test
- name: Test & publish code coverage
if: ${{ runner.os != 'Windows' && env.CC_TEST_REPORTER_ID != '' }}
uses: paambaati/codeclimate-action@v5.0.0
uses: paambaati/codeclimate-action@v6.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
Expand Down

0 comments on commit 13ab7ff

Please sign in to comment.