Skip to content

Commit

Permalink
update codeclimate action
Browse files Browse the repository at this point in the history
  • Loading branch information
danini-the-panini committed Nov 17, 2024
1 parent dd0467c commit 328efff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Test & publish code coverage
uses: paambaati/codeclimate-action@v2.2.1
uses: paambaati/codeclimate-action@v9.0.0
if: github.event_name == 'push'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down

0 comments on commit 328efff

Please sign in to comment.