Skip to content

Commit fd94e7c

Browse files
authored
Merge pull request #165 from ManageIQ/renovate/paambaati-codeclimate-action-9.x
Update paambaati/codeclimate-action action to v9
2 parents e0f76ab + 50cd25e commit fd94e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ jobs:
6666
- name: Report code coverage
6767
if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.1' }}
6868
continue-on-error: true
69-
uses: paambaati/codeclimate-action@v8
69+
uses: paambaati/codeclimate-action@v9
7070
env:
7171
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)