From 8dfc07966aa96dbc3baaaa532193efad8ded923b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:04:31 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from 2.7.4 to 2.7.5 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.4 to 2.7.5. - [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...v2.7.5) 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..ee7fe10 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@v2.7.5 env: CC_TEST_REPORTER_ID: ${{ secrets.CODE_CLIMATE_TOKEN }} with: