Skip to content

Commit 5b0749f

Browse files
Bump paambaati/codeclimate-action from 3.2.0 to 4.0.0
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](paambaati/codeclimate-action@v3.2.0...v4.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>
1 parent 58ae986 commit 5b0749f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
coverage run --source=watergrid -m unittest discover -s test -p '*.py'
9494
coverage xml -o coverage.xml
9595
- name: Submit coverage report
96-
uses: paambaati/codeclimate-action@v3.2.0
96+
uses: paambaati/codeclimate-action@v4.0.0
9797
env:
9898
CC_TEST_REPORTER_ID: 29a27fc4eb61dd439f58c906409779d64a5a760a37b8b118a643959621727e3d
9999
with:

0 commit comments

Comments
 (0)