From d7b2751433a4b15b866f410f1a37f04afa5a761f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 06:27:12 +0000 Subject: [PATCH] deps: bump paambaati/codeclimate-action from v2.7.4 to v2.7.5 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.7.4 to v2.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...7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3) Signed-off-by: dependabot[bot] --- .github/workflows/nodejs-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs-master.yml b/.github/workflows/nodejs-master.yml index 74ee646..c2dccb0 100644 --- a/.github/workflows/nodejs-master.yml +++ b/.github/workflows/nodejs-master.yml @@ -119,7 +119,7 @@ jobs: npm ci - name: Run Test Coverage and Code Climate - uses: paambaati/codeclimate-action@v2.7.4 + uses: paambaati/codeclimate-action@v2.7.5 with: coverageCommand: npm run coverage debug: true