build(deps): bump paambaati/codeclimate-action from 3.1.0 to 3.1.1 (#888)

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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:
dependabot[bot]
2022-10-21 05:02:54 +02:00
committed by GitHub
parent 1f57c0bd52
commit f94e507d70

View File

@ -69,7 +69,7 @@ jobs:
- name: Upload coverage - name: Upload coverage
uses: codecov/codecov-action@v3.1.1 uses: codecov/codecov-action@v3.1.1
- name: Test & publish code coverage - name: Test & publish code coverage
uses: paambaati/codeclimate-action@v3.1.0 uses: paambaati/codeclimate-action@v3.1.1
if: github.event.pull_request.head.repo.full_name == 'collerek/ormar' if: github.event.pull_request.head.repo.full_name == 'collerek/ormar'
env: env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }} CC_TEST_REPORTER_ID: ${{ secrets.CC_COVERAGE_TOKEN }}