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 dd77f53 commit 5c437b9Copy full SHA for 5c437b9
.github/workflows/test.yml
@@ -24,7 +24,7 @@ jobs:
24
bundler-cache: true
25
- name: Test & publish code coverage
26
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
27
- uses: paambaati/codeclimate-action@7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3 # v2.7.5
+ uses: paambaati/codeclimate-action@f429536ee076d758a24705203199548125a28ca7 # v9.0.0
28
env:
29
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
30
GIT_BRANCH: ${{ steps.branch-name.outputs.current_branch }}
0 commit comments