From a7ad258db75df8ddfb44975c054af2d2da321b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 01:36:56 +0000 Subject: [PATCH] chore: update coverallsapp/github-action action to v2.3.5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 c297028e..80945ec5 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -42,7 +42,7 @@ jobs: - name: Run tests run: npm test --ignore-scripts - name: Coveralls Parallel - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4 + uses: coverallsapp/github-action@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5 with: github-token: ${{ secrets.github_token }} flag-name: run-${{ matrix.os }}-node@${{ matrix.node-version }} @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls Finish - uses: coverallsapp/github-action@cfd0633edbd2411b532b808ba7a8b5e04f76d2c8 # v2.3.4 + uses: coverallsapp/github-action@773b6d8e80fa7862da56a7664bd747c91255b2e2 # v2.3.5 with: github-token: ${{ secrets.github_token }} parallel-finished: true