From 7f4f87f3d171963c8112098f6a93b8ff4afdbadd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:42:50 +0000 Subject: [PATCH] chore(deps): update coverallsapp/github-action action to v2.3.8 --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1269d8bdc8f..f5305c68a3c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -77,7 +77,7 @@ jobs: - name: Run Playwright tests run: yarn test:pw:ci - - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + - uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 if: ${{ inputs.reportCoverage && matrix.react == '19' }} with: file: temp/playwright-coverage/lcov.info @@ -134,7 +134,7 @@ jobs: spec: packages/${{ matrix.spec }} install: false - - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + - uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 if: ${{ inputs.reportCoverage && matrix.react == '19' }} with: file: temp/cypress-coverage/lcov.info @@ -149,7 +149,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Coveralls - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true