Skip to content

Commit

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

Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0
  • Loading branch information
eggplants authored Sep 3, 2024
2 parents 6b656a9 + 3a6d6cb commit 3cad0c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: poetry run task test
- name: Test & publish code coverage
if: ${{ runner.os == 'Linux' && 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:
Expand Down

0 comments on commit 3cad0c5

Please sign in to comment.