Skip to content

Commit 320e9cf

Browse files
Merge pull request #174 from eliashaeussler/dependabot/github_actions/paambaati/codeclimate-action-5.0.0
[TASK]: Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
2 parents 795de8e + 53c0d58 commit 320e9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
working-directory: .build/coverage
7575
run: sed -i 's#/home/runner/work/cpanel-requests/cpanel-requests#${{ github.workspace }}#g' clover.xml
7676
- name: CodeClimate report
77-
uses: paambaati/codeclimate-action@v4.0.0
77+
uses: paambaati/codeclimate-action@v5.0.0
7878
env:
7979
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
8080
with:

0 commit comments

Comments
 (0)