From 2f3a3ee061f14c631e6c664152e5122c9a5800ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:49:05 +0000 Subject: [PATCH] Update leynos/shared-actions requirement to 1479e2ffbbf1053bb0205357dfe965299b7493ed 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/1479e2ffbbf1053bb0205357dfe965299b7493ed) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: 1479e2ffbbf1053bb0205357dfe965299b7493ed 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..407611e 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@0ac4b6ec81dbef45594b37bc2afaaa60e30b5b20 - 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@0ac4b6ec81dbef45594b37bc2afaaa60e30b5b20 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@0ac4b6ec81dbef45594b37bc2afaaa60e30b5b20 with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c26c4eb..6b105ea 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@0ac4b6ec81dbef45594b37bc2afaaa60e30b5b20 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@0ac4b6ec81dbef45594b37bc2afaaa60e30b5b20 with: bin-name: ${{ matrix.bin }} package-name: ${{ matrix.bin }}