From 452b9fc39713d501c643060cf6872140ff46abfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 02:02:15 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from 2.7.4 to 3.1.0 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.4 to 3.1.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v2.7.4...v3.1.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7964ef1..7228c2c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -33,7 +33,7 @@ jobs: uses: codecov/codecov-action@v1.0.14 - name: Code Climate Coverage Action - uses: paambaati/codeclimate-action@v2.7.4 + uses: paambaati/codeclimate-action@v3.1.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TOKEN }} with: