From c71a7f2bb27f3d9589513d7f63f27dab0670840a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 06:41:20 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from v2.7.1 to v2.7.2 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.7.1 to v2.7.2. - [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.1...8f034b17a11420f77bf4496b527f94ce32751320) Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ace7fc6..1572cee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - name: Upload coverage to Code Climate - uses: paambaati/codeclimate-action@v2.7.1 + uses: paambaati/codeclimate-action@v2.7.2 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: