From 2f420ff6963a9a08611d6c3659a9a2a54436a23c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 04:31:40 +0000 Subject: [PATCH] Bump leynos/shared-actions/.github/actions/generate-coverage Bumps [leynos/shared-actions/.github/actions/generate-coverage](https://github.com/leynos/shared-actions) from eff100c965da05e14fd4e07d7ea518408b312cb8 to c3141c3d4cb2a2828d2abbcf3d94b15197740c58. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/eff100c965da05e14fd4e07d7ea518408b312cb8...c3141c3d4cb2a2828d2abbcf3d94b15197740c58) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/actions/generate-coverage dependency-version: c3141c3d4cb2a2828d2abbcf3d94b15197740c58 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50030246..3bee8c1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@eff100c965da05e14fd4e07d7ea518408b312cb8 + uses: leynos/shared-actions/.github/actions/generate-coverage@c3141c3d4cb2a2828d2abbcf3d94b15197740c58 with: output-path: lcov.info format: lcov