Bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 (#637)
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.5 to 3.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v2.7.5...v3.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test-package.yml
vendored
2
.github/workflows/test-package.yml
vendored
@ -69,7 +69,7 @@ jobs:
|
||||
- name: Upload coverage
|
||||
uses: codecov/codecov-action@v3
|
||||
- name: Test & publish code coverage
|
||||
uses: paambaati/codeclimate-action@v2.7.5
|
||||
uses: paambaati/codeclimate-action@v3.0.0
|
||||
if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'
|
||||
env:
|
||||
CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user