From 65ca3988255454b0d7f2ac32f86bea8ee03b2d00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2020 07:23:07 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from v2.6.0 to v2.7.1 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.6.0 to v2.7.1. - [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.6.0...e1dd6c80cba08015565ac325eda6dfbd53380177) 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 c33e247..ace7fc6 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.6.0 + uses: paambaati/codeclimate-action@v2.7.1 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: