From dd92cd208b20b6b047241bab8aca8692ef153079 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 16:24:19 +0000 Subject: [PATCH] Bump leynos/shared-actions/.github/actions/upload-codescene-coverage Bumps [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) from 1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 to 4d696e72fff6db49f34302ccf119ba978f1032c9. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7...4d696e72fff6db49f34302ccf119ba978f1032c9) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 4d696e72fff6db49f34302ccf119ba978f1032c9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index e5e4f70..15e8bbb 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -53,7 +53,7 @@ jobs: - name: Upload coverage data to CodeScene if: env.CS_ACCESS_TOKEN != '' - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@4d696e72fff6db49f34302ccf119ba978f1032c9 with: format: cobertura path: coverage.xml