From 54613dbf9b1212782505affc68383c8359c90f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:03:03 +0000 Subject: [PATCH] Build(deps): Update leynos/shared-actions/.github/actions/upload-codescene-coverage requirement to 1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 Updates the requirements on [leynos/shared-actions/.github/actions/upload-codescene-coverage](https://github.com/leynos/shared-actions) to permit the latest version. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/commits/1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 074f7d8ba75a6e5d18532b72cbe38fccbda4e9c6 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 c211bf3..106583b 100644 --- a/.github/workflows/coverage-main.yml +++ b/.github/workflows/coverage-main.yml @@ -38,7 +38,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@d3cbe87e745e07b3ad53ddcb87deb19ffa95c9b8 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }}