From 87de58a841a41a2f86330468c979e1e3c462b469 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 02:13:49 +0000 Subject: [PATCH] Build(deps): Update leynos/shared-actions/.github/actions/upload-codescene-coverage requirement to 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e 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/6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/upload-codescene-coverage dependency-version: 6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e 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 29cc245..9fee456 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: github.event_name == 'pull_request' && env.CS_ACCESS_TOKEN != '' - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@1c1a46f0b4fde6dd78a9757fc475a5d06ee891c7 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e with: format: lcov mode: check diff --git a/.github/workflows/coverage-main.yml b/.github/workflows/coverage-main.yml index d4e1b46..7d87a98 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@6b9dc1be1b8bfb585ddd0083d50b9d6597cd902e with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }}