From e61a551fbae867d49af8fbf7dbbc48d20949aef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 20:24:34 +0000 Subject: [PATCH] Bump paambaati/codeclimate-action from v2.6.0 to v2.7.5 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from v2.6.0 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.6.0...7bcf9e73c0ee77d178e72c0ec69f1a99c1afc1f3) Signed-off-by: dependabot[bot] --- .github/workflows/update-codeclimate-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 7012aeb2..3eda94b8 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v1 - name: Installing dependencies run: yarn install - - uses: paambaati/codeclimate-action@v2.6.0 + - uses: paambaati/codeclimate-action@v2.7.5 env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} # XXX Define this secret in "Github repo > Settings > Secrets", you can get it from Vercel at https://vercel.com/account/tokens CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} # XXX Define this secret in "Github repo > Settings > Secrets", you can get it from Code Climate in "Repo settings > Test coverage".