Skip to content

Commit 5bf4376

Browse files
authored
Merge pull request #53 from blocknotes/mat/update-code-climate-config
ci: Update Code Climate GH action
2 parents 885f6e7 + 8f9e586 commit 5bf4376

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/specs_postgres_71.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: bundle exec rspec --profile
5959

6060
- name: Code Climate test coverage
61-
uses: paambaati/codeclimate-action@v3.0.0
61+
uses: paambaati/codeclimate-action@v9
6262
env:
6363
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
6464
with:

.github/workflows/specs_postgres_72.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: bundle exec rspec --profile
5959

6060
- name: Code Climate test coverage
61-
uses: paambaati/codeclimate-action@v3.0.0
61+
uses: paambaati/codeclimate-action@v9
6262
env:
6363
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
6464
with:

0 commit comments

Comments
 (0)