From 9ee8f01131e81082430247e53d1df0225c56b896 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:32:10 +0000 Subject: [PATCH] chore: update coverallsapp/github-action action to v1.2.2 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 21c2485..13b8087 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@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # v1.2.0 + uses: coverallsapp/github-action@015205d442c9fea373866f2b930244734701900d # v1.2.2 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@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # v1.2.0 + uses: coverallsapp/github-action@015205d442c9fea373866f2b930244734701900d # v1.2.2 with: github-token: ${{ secrets.github_token }} parallel-finished: true