From a33633d92ecacfae48dbb2ac38e5b2c86f803a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:34:08 +0000 Subject: [PATCH] build(deps): bump actions/upload-code-coverage from 1.4.0 to 1.4.1 Bumps [actions/upload-code-coverage](https://github.com/actions/upload-code-coverage) from 1.4.0 to 1.4.1. - [Commits](https://github.com/actions/upload-code-coverage/compare/v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: actions/upload-code-coverage dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 63308229d7..1b3f9e4f01 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -43,7 +43,7 @@ jobs: - name: Add coverage to job summary run: cat ./reports/coverage/SummaryGithub.md >> $GITHUB_STEP_SUMMARY - name: Upload coverage report - uses: actions/upload-code-coverage@v1.4.0 + uses: actions/upload-code-coverage@v1.4.1 if: github.event_name != 'merge_group' && ((github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') || (github.event_name != 'pull_request' && github.ref_name == github.event.repository.default_branch)) with: file: ./reports/coverage/Cobertura.xml