From 196d0eb9d9ef88ac49e12a684c6c72d085108412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:36:11 +0000 Subject: [PATCH] Bump leynos/shared-actions Bumps [leynos/shared-actions](https://github.com/leynos/shared-actions) from 854baf3f4cb322d48ceececb22d4ea72fd4f84d0 to 86f68619873e226bd976b401fbcbc5e2a48c61ec. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Changelog](https://github.com/leynos/shared-actions/blob/main/docs/rust-build-release-pipeline.md) - [Commits](https://github.com/leynos/shared-actions/compare/854baf3f4cb322d48ceececb22d4ea72fd4f84d0...86f68619873e226bd976b401fbcbc5e2a48c61ec) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: 86f68619873e226bd976b401fbcbc5e2a48c61ec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab9a531..8ebc5ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,13 +17,13 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 + uses: leynos/shared-actions/.github/actions/setup-rust@86f68619873e226bd976b401fbcbc5e2a48c61ec - name: Format run: make check-fmt - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 + uses: leynos/shared-actions/.github/actions/generate-coverage@86f68619873e226bd976b401fbcbc5e2a48c61ec with: output-path: lcov.info format: lcov @@ -31,7 +31,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@86f68619873e226bd976b401fbcbc5e2a48c61ec with: format: lcov