We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac79965 commit a23db37Copy full SHA for a23db37
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
ruby-version: 3.0
51
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
52
- - uses: paambaati/codeclimate-action@v3.0.0
+ - uses: paambaati/codeclimate-action@v5.0.0
53
env:
54
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
55
0 commit comments