From f77e20cbf83645745f4c22cc95dc770983b700ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:40:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=99=20=F0=9F=9B=A0=EF=B8=8F=20Bump=20c?= =?UTF-8?q?overallsapp/github-action=20from=202.3.6=20to=202.3.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.8. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.6...v2.3.8) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/npm-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-test.yml b/.github/workflows/npm-test.yml index d4ada43..401f415 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -29,7 +29,7 @@ jobs: - run: npm run test:coverage - run: npm run build - run: npm run smoke - - uses: coverallsapp/github-action@v2.3.6 + - uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.github_token }} flag-name: node v${{ matrix.node }} @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest name: Publishing coverage report steps: - - uses: coverallsapp/github-action@v2.3.6 + - uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.github_token }} parallel-finished: true