From 30b81915cb6f501c6a9ef7ecd0fdbf3ad74ff162 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Dec 2020 06:11:03 +0000 Subject: [PATCH] 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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f888567..6d7612a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ jobs: - name: Test with tox run: tox - name: Code Climate Coverage Action - uses: paambaati/codeclimate-action@v2.7.4 + uses: paambaati/codeclimate-action@v2.7.5 env: CC_TEST_REPORTER_ID: f9441442730130d385df69241a779ac3b663756ed21881179826e3fab7e01924 with: