From 50637a30b939515329e29b6cce8cf977ead713b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:22:22 +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 927edd45ae77be4251a8a18ca9eb5613a2e32cbd to 29eea2635ee0f92e42c05f4cd360b7f1a2f00b12. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/927edd45ae77be4251a8a18ca9eb5613a2e32cbd...29eea2635ee0f92e42c05f4cd360b7f1a2f00b12) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 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 f812521..83f6349 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -36,7 +36,7 @@ jobs: with-ratchet: 'true' - name: Upload coverage data to CodeScene if: env.CS_ACCESS_TOKEN - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@927edd45ae77be4251a8a18ca9eb5613a2e32cbd + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@29eea2635ee0f92e42c05f4cd360b7f1a2f00b12 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }}