From 07367db18be835eb12e05d275935abdf67e98cfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:19:01 +0000 Subject: [PATCH] Bump leynos/shared-actions Bumps [leynos/shared-actions](https://github.com/leynos/shared-actions) from e4c6b0e200a057edf927c45c298e7ddf229b3934 to e202e43e85bdef0415ba0c44c6e70c87ba7db78a. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/e4c6b0e200a057edf927c45c298e7ddf229b3934...e202e43e85bdef0415ba0c44c6e70c87ba7db78a) --- updated-dependencies: - dependency-name: leynos/shared-actions dependency-version: e202e43e85bdef0415ba0c44c6e70c87ba7db78a 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 b9c136f..4c92378 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: persist-credentials: false - name: Setup Rust - uses: leynos/shared-actions/.github/actions/setup-rust@e4c6b0e200a057edf927c45c298e7ddf229b3934 + uses: leynos/shared-actions/.github/actions/setup-rust@e202e43e85bdef0415ba0c44c6e70c87ba7db78a - name: Install mold linker if: runner.os == 'Linux' run: | @@ -73,7 +73,7 @@ jobs: echo "Coverage CFLAGS: -fuse-ld=lld" echo "Coverage LDFLAGS: -fuse-ld=lld" - name: Test and Measure Coverage - uses: leynos/shared-actions/.github/actions/generate-coverage@e4c6b0e200a057edf927c45c298e7ddf229b3934 + uses: leynos/shared-actions/.github/actions/generate-coverage@e202e43e85bdef0415ba0c44c6e70c87ba7db78a env: CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER: clang RUSTFLAGS: -C link-arg=-fuse-ld=lld @@ -86,7 +86,7 @@ jobs: env: CS_ACCESS_TOKEN: ${{ secrets.CS_ACCESS_TOKEN }} if: ${{ env.CS_ACCESS_TOKEN }} - uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@e4c6b0e200a057edf927c45c298e7ddf229b3934 + uses: leynos/shared-actions/.github/actions/upload-codescene-coverage@e202e43e85bdef0415ba0c44c6e70c87ba7db78a with: format: lcov access-token: ${{ env.CS_ACCESS_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cd34d7..e910f82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: - uses: actions/checkout@900f2210b1d28bbbd0bd22d17926b9e224e8f231 with: persist-credentials: false - - uses: leynos/shared-actions/.github/actions/setup-rust@e4c6b0e200a057edf927c45c298e7ddf229b3934 + - uses: leynos/shared-actions/.github/actions/setup-rust@e202e43e85bdef0415ba0c44c6e70c87ba7db78a with: toolchain: stable - name: Cache cross binary