Skip to content

Commit 76775bd

Browse files
Update paambaati/codeclimate-action action to v9
1 parent 1bf7b04 commit 76775bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
verbose: true
8888

8989
- name: Upload test coverage to Code Climate
90-
uses: paambaati/codeclimate-action@v5.0.0
90+
uses: paambaati/codeclimate-action@v9.0.0
9191
env:
9292
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
9393
JACOCO_SOURCE_PATH: "${{github.workspace}}/src/main/kotlin"

0 commit comments

Comments
 (0)