From acb563894235d2243328583e849085ff823720c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:32:32 +0000 Subject: [PATCH] chore(deps): bump coverallsapp/github-action from 2.3.6 to 2.3.7 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/v2.3.6...v2.3.7) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/code-health.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-health.yml b/.github/workflows/code-health.yml index 74620aca0..e4fdf2029 100644 --- a/.github/workflows/code-health.yml +++ b/.github/workflows/code-health.yml @@ -137,7 +137,7 @@ jobs: run: | pnpm dlx lcov-result-merger@5.0.1 "coverage/*/lcov.info" "coverage/lcov.info" - name: Coveralls GitHub Action - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 with: file: coverage/lcov.info