From 2245e22169f035d25dac623f2b54b933d7a24004 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 09:53:51 +0000 Subject: [PATCH] chore: update coverallsapp/github-action action to v2 Signed-off-by: Renovate Bot --- .github/workflows/continuous-integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index b7c5b22..a29461e 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -38,7 +38,7 @@ jobs: - name: Run tests run: npm run-script test:ci - name: Publish coverage report to Coveralls - uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # v1.2.4 + uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # v2.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }} @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls finished - uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # v1.2.4 + uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # v2.1.0 with: github-token: ${{ secrets.github_token }} parallel-finished: true