Skip to content

Commit 5c437b9

Browse files
Bump paambaati/codeclimate-action from 2.7.5 to 9.0.0
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.5 to 9.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@7bcf9e7...f429536) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd77f53 commit 5c437b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
bundler-cache: true
2525
- name: Test & publish code coverage
2626
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
27-
uses: paambaati/codeclimate-action@7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3 # v2.7.5
27+
uses: paambaati/codeclimate-action@f429536ee076d758a24705203199548125a28ca7 # v9.0.0
2828
env:
2929
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
3030
GIT_BRANCH: ${{ steps.branch-name.outputs.current_branch }}

0 commit comments

Comments
 (0)