From efcdc686a00101ec80b56d8f054b84741343cd7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 19:38:26 +0000 Subject: [PATCH] Bump leynos/shared-actions Bumps [leynos/shared-actions](https://github.com/leynos/shared-actions) from 69f9c29d18a28b6bdf4b02dcd743ef416817ba18 to c366af3e25f7cfb318dccfe58a92d6df5dffdf17. - [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/69f9c29d18a28b6bdf4b02dcd743ef416817ba18...c366af3e25f7cfb318dccfe58a92d6df5dffdf17) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: c366af3e25f7cfb318dccfe58a92d6df5dffdf17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index c65e633d..cd073b9b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,19 +14,19 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@69f9c29d18a28b6bdf4b02dcd743ef416817ba18 + uses: leynos/shared-actions/.github/actions/setup-rust@c366af3e25f7cfb318dccfe58a92d6df5dffdf17 - name: Format run: make check-fmt - name: Lint run: make lint - name: Generate coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@69f9c29d18a28b6bdf4b02dcd743ef416817ba18 + uses: leynos/shared-actions/.github/actions/generate-coverage@c366af3e25f7cfb318dccfe58a92d6df5dffdf17 with: output-path: lcov.info format: lcov - name: Upload coverage data to CodeScene if: ${{ env.CS_ACCESS_TOKEN != '' }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@69f9c29d18a28b6bdf4b02dcd743ef416817ba18 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@c366af3e25f7cfb318dccfe58a92d6df5dffdf17 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }} @@ -39,7 +39,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@69f9c29d18a28b6bdf4b02dcd743ef416817ba18 + uses: leynos/shared-actions/.github/actions/setup-rust@c366af3e25f7cfb318dccfe58a92d6df5dffdf17 - name: Install OpenSSL run: sudo apt-get update && sudo apt-get install -y openssl ca-certificates - name: Lint (feature-gated) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a2e41810..33ed67af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: fi echo "Release tag $tag matches Cargo.toml version." - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@69f9c29d18a28b6bdf4b02dcd743ef416817ba18 + uses: leynos/shared-actions/.github/actions/setup-rust@c366af3e25f7cfb318dccfe58a92d6df5dffdf17 - name: Cache cargo registry uses: actions/cache@v4 with: