From c424d8ec1709ef08ba59f8b2e25413a35ace2eb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 06:14:11 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from v2.7.1 to v2.7.4 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.7.1 to v2.7.4. - [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...439a9b7df49eeb16a99560435c48465b0f9ebddb) 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..31ca9aa 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.4 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} with: