Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
fix: trying new codeclimate version
Browse files Browse the repository at this point in the history
  • Loading branch information
Denys committed Aug 17, 2023
1 parent fe24f0a commit 44630dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeclimate-workflow-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npm run build
- name: Lint packages
run: npm run lint
- uses: paambaati/codeclimate-action@v2.6.0
- uses: paambaati/codeclimate-action@v2.7.1
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
TEST_SECRETS: ${{secrets.INTEGRATION_TEST_SECRETS}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeclimate-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: npm run build
- name: Lint packages
run: npm run lint
- uses: paambaati/codeclimate-action@v2.6.0
- uses: paambaati/codeclimate-action@v2.7.1
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
TEST_SECRETS: ${{secrets.INTEGRATION_TEST_SECRETS}}
Expand Down

0 comments on commit 44630dd

Please sign in to comment.