From ace8beacb796f451888ec4cd1add75e0c98bdb29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:00:57 +0000 Subject: [PATCH] ci(github-actions): 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/coverage.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f39890bba5c..d4b126e9e81 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,42 +32,42 @@ jobs: run: npm run coverage - name: Send report to Coveralls for package @ui5/builder - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/builder/coverage/lcov.info base-path: packages/builder - name: Send report to Coveralls for package @ui5/cli - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/cli/coverage/lcov.info base-path: packages/cli - name: Send report to Coveralls for package @ui5/fs - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/fs/coverage/lcov.info base-path: packages/fs - name: Send report to Coveralls for package @ui5/logger - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/logger/coverage/lcov.info base-path: packages/logger - name: Send report to Coveralls for package @ui5/project - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/project/coverage/lcov.info base-path: packages/project - name: Send report to Coveralls for package @ui5/server - uses: coverallsapp/github-action@v2.3.6 + uses: coverallsapp/github-action@v2.3.7 continue-on-error: true # Do not fail the job if coverage reporting fails (e.g. service is down) with: file: packages/server/coverage/lcov.info