Skip to content

Commit 64f64b2

Browse files
Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#48)
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 c741864 commit 64f64b2

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
@@ -43,7 +43,7 @@ jobs:
4343
github-token: ${{ secrets.GITHUB_TOKEN }}
4444
- name: Publish codeclimate code coverage
4545
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
46-
uses: paambaati/codeclimate-action@v8.0.0
46+
uses: paambaati/codeclimate-action@v9.0.0
4747
env:
4848
CC_TEST_REPORTER_ID: 0653d2f9752a6c6febd3bb7cabfec48439868a02350b1c46da7d60837a42ad93
4949
with:

0 commit comments

Comments
 (0)