From 0092cb99594299ea52fa17082a83b56396f2f352 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Aug 2026 19:13:14 +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 7e63d4a..ebf31dc 100644 --- a/.github/workflows/npm-test.yml +++ b/.github/workflows/npm-test.yml @@ -27,7 +27,7 @@ jobs: run: npm run format:check - name: Testing run: npm test - - 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 }} @@ -38,7 +38,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