From 34c140cb1d09bd01f1f6923a2165e5b7be6c78da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 06:24:19 +0000 Subject: [PATCH] Build(deps): 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/ci.yml | 2 +- .github/workflows/coverage-main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 715e926e..9a0771fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: env.CS_ACCESS_TOKEN != '' && github.event_name == 'pull_request' - 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 diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index eabb70e9..314043f1 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -63,7 +63,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