From 6be8c1e694f3b00eb761db2998e4df32b9ba17a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:12:13 +0000 Subject: [PATCH] build(deps): bump coverallsapp/github-action from 2.2.3 to 2.3.7 Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.3 to 2.3.7. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](https://github.com/coverallsapp/github-action/compare/3dfc5567390f6fa9267c0ee9c251e4c8c3f18949...5cbfd81b66ca5d10c19b062c04de0199c215fb6e) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverall.yml b/.github/workflows/coverall.yml index 0aabfad4..01a2f74c 100644 --- a/.github/workflows/coverall.yml +++ b/.github/workflows/coverall.yml @@ -29,4 +29,4 @@ jobs: - name: Test run: JEST_MAX_WORKERS=95% npm run test:report - name: Coveralls - uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 \ No newline at end of file + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e \ No newline at end of file