From d31beeeff2ae40aac1dac3441cdf850da8547dd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 11:22:32 +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 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to 1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/18bed1ca49a6de3d8882bd72635a32ae3f023d57...1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 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 6558efc..d795a04 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@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 with: format: cobertura path: coverage.xml