From 93e4a231c5d400852ab6b53fd14dffb38f07d51e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 04:33:57 +0000 Subject: [PATCH] ci(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.8 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/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f152e89..0340d6c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -45,7 +45,7 @@ jobs: run: PHP_BUILD=${{matrix.build}} PHP_VERSION=${{matrix.version}} docker compose run --rm parallel docker/parallel.test ${{matrix.mode.args}} - name: Send Coverage if: ${{ matrix.build == 'gcov' }} - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: ${{ github.workspace }}/coverage.info @@ -57,7 +57,7 @@ jobs: needs: test steps: - name: Finish Coveralls - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.8 with: github-token: ${{ secrets.GITHUB_TOKEN }} parallel-finished: true