Skip to content

Commit 53c0d58

Browse files
[TASK]: Bump paambaati/codeclimate-action from 4.0.0 to 5.0.0
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](paambaati/codeclimate-action@v4.0.0...v5.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 795de8e commit 53c0d58

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)