Skip to content

Commit 86d2408

Browse files
build(deps): bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#256)
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 8.0.0 to 9.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@v8.0.0...v9.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>
1 parent e90039c commit 86d2408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: poetry run task test
3737
- name: Test & publish code coverage
3838
if: ${{ runner.os == 'Linux' && env.CC_TEST_REPORTER_ID != '' }}
39-
uses: paambaati/codeclimate-action@v8.0.0
39+
uses: paambaati/codeclimate-action@v9.0.0
4040
env:
4141
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
4242
with:

0 commit comments

Comments
 (0)