From 65721147275d843335cd74dec73a03128ec3bfe2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 22:42:15 +0000 Subject: [PATCH] chore: update coverallsapp/github-action action to v2.3.3 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 41b330f6..b0b1d08c 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@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 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@43f11c4e058174f808ee9cd63701b6c42fe3f5e3 # v2.3.2 + uses: coverallsapp/github-action@4cdef0b2dbe0c9aa26bed48edb868db738625e79 # v2.3.3 with: github-token: ${{ secrets.github_token }} parallel-finished: true