Skip to content

Commit 35b42e4

Browse files
Bump paambaati/codeclimate-action from 8.0.0 to 9.0.0 (#116)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f52da9 commit 35b42e4

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
@@ -39,7 +39,7 @@ jobs:
3939
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
4040
- name: Publish codeclimate code coverage
4141
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
42-
uses: paambaati/codeclimate-action@v8.0.0
42+
uses: paambaati/codeclimate-action@v9.0.0
4343
env:
4444
CC_TEST_REPORTER_ID: 150be11cde8a18d41d37df6c31823d35892fdd1dbf79c969142c6b3033104e46
4545
with:

0 commit comments

Comments
 (0)