From 82d27908b74f8e92d8349a136faaa631aee7f498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:44:05 +0000 Subject: [PATCH] Bump leynos/shared-actions Bumps [leynos/shared-actions](https://github.com/leynos/shared-actions) from f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 to 854baf3f4cb322d48ceececb22d4ea72fd4f84d0. - [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/f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4...854baf3f4cb322d48ceececb22d4ea72fd4f84d0) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: 854baf3f4cb322d48ceececb22d4ea72fd4f84d0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/release.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 140239a7..223c0977 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 - name: Format run: make check-fmt - name: Markdown lint @@ -29,7 +29,7 @@ jobs: - name: Lint run: make lint - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/generate-coverage@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 with: output-path: lcov.info format: lcov @@ -37,7 +37,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 with: format: lcov diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da399ade..75fa3861 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: fi echo "Release tag $tag matches Cargo.toml version." - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@f9f1c863c8a5bef64aa6779caa746e1a4a6c1ad4 + uses: leynos/shared-actions/.github/actions/setup-rust@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 - name: Cache cross binary uses: actions/cache@v4 with: