From 70d0d665a5e265acbdc67a3ca844b7a80cd0d3e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:55:47 +0000 Subject: [PATCH] Update leynos/shared-actions requirement to 854baf3f4cb322d48ceececb22d4ea72fd4f84d0 Updates the requirements on [leynos/shared-actions](https://github.com/leynos/shared-actions) to permit the latest version. - [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/commits/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 | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 63e2e06..77ebabc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v5 - 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: Lint @@ -24,7 +24,7 @@ jobs: - name: Test Only run: make test - 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 @@ -32,7 +32,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 access-token: ${{ env.CS_ACCESS_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c26c4eb..ae4c587 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,14 +40,14 @@ jobs: - name: Clean dist directory run: rm -rf dist - name: Build ${{ matrix.bin }} - uses: leynos/shared-actions/.github/actions/rust-build-release@1479e2ffbbf1053bb0205357dfe965299b7493ed + uses: leynos/shared-actions/.github/actions/rust-build-release@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 with: target: ${{ matrix.target }} bin-name: ${{ matrix.bin }} version: ${{ env.RELEASE_VERSION }} formats: deb,rpm - name: Package ${{ matrix.bin }} - uses: leynos/shared-actions/.github/actions/linux-packages@1479e2ffbbf1053bb0205357dfe965299b7493ed + uses: leynos/shared-actions/.github/actions/linux-packages@854baf3f4cb322d48ceececb22d4ea72fd4f84d0 with: bin-name: ${{ matrix.bin }} package-name: ${{ matrix.bin }}