diff --git a/.github/workflows/update-codeclimate-coverage.yml b/.github/workflows/update-codeclimate-coverage.yml index 02385fba..4240ae8b 100644 --- a/.github/workflows/update-codeclimate-coverage.yml +++ b/.github/workflows/update-codeclimate-coverage.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v3 - name: Installing dependencies run: yarn install - - uses: paambaati/codeclimate-action@v3.2.0 + - uses: paambaati/codeclimate-action@v5.0.0 env: # XXX Necessary for running tests properly (required). Do not generate the token from a Vercel account with actual production usage. (use a dummy account) 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