Skip to content

Commit 2376fe2

Browse files
Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#577)
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 8.0.0 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@v8.0.0...v9.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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cda1317 commit 2376fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
- name: Publish codeclimate code coverage
4444
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
45-
uses: paambaati/codeclimate-action@v8.0.0
45+
uses: paambaati/codeclimate-action@v9.0.0
4646
env:
4747
CC_TEST_REPORTER_ID: 5a58ca8fc3a280bcb3e9cc6af2588c2e24608abc50d89d749c4453b5ebbbd31b
4848
with:

0 commit comments

Comments
 (0)