Skip to content

Commit

Permalink
Merge pull request #310 from kpumuk/dependabot/github_actions/paambaa…
Browse files Browse the repository at this point in the history
…ti/codeclimate-action-9

Bump paambaati/codeclimate-action from 8 to 9
  • Loading branch information
kpumuk authored Aug 22, 2024
2 parents 2f58e84 + d948596 commit a2764e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
bundle exec rspec --format RspecJunitFormatter --out ${{github.workspace}}/rspec-results.xml --format documentation
- uses: paambaati/codeclimate-action@v8
- uses: paambaati/codeclimate-action@v9
if: matrix.code-coverage
env:
CC_TEST_REPORTER_ID: ${{ vars.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit a2764e2

Please sign in to comment.