Skip to content

Commit

Permalink
Merge pull request #21 from eggplants/dependabot/github_actions/paamb…
Browse files Browse the repository at this point in the history
…aati/codeclimate-action-9.0.0

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0
eggplants authored Sep 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7b9b368 + 6c80fe8 commit b2b1477
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
@@ -35,7 +35,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@v8.0.0
uses: paambaati/codeclimate-action@v9.0.0
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:

0 comments on commit b2b1477

Please sign in to comment.