From 2792fd308a6ac9b26676ff545373c6faff2db4e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:22:22 +0000 Subject: [PATCH] Bump leynos/shared-actions/.github/workflows/mutation-cargo.yml Bumps [leynos/shared-actions/.github/workflows/mutation-cargo.yml](https://github.com/leynos/shared-actions) from 18bed1ca49a6de3d8882bd72635a32ae3f023d57 to 4d696e72fff6db49f34302ccf119ba978f1032c9. - [Release notes](https://github.com/leynos/shared-actions/releases) - [Commits](https://github.com/leynos/shared-actions/compare/18bed1ca49a6de3d8882bd72635a32ae3f023d57...4d696e72fff6db49f34302ccf119ba978f1032c9) --- updated-dependencies: - dependency-name: leynos/shared-actions/.github/workflows/mutation-cargo.yml dependency-version: 4d696e72fff6db49f34302ccf119ba978f1032c9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/mutation-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mutation-testing.yml b/.github/workflows/mutation-testing.yml index eb96f8e..747cd77 100644 --- a/.github/workflows/mutation-testing.yml +++ b/.github/workflows/mutation-testing.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: read id-token: write # OIDC workflow-source resolution - uses: leynos/shared-actions/.github/workflows/mutation-cargo.yml@18bed1ca49a6de3d8882bd72635a32ae3f023d57 + uses: leynos/shared-actions/.github/workflows/mutation-cargo.yml@4d696e72fff6db49f34302ccf119ba978f1032c9 with: extra-args: "--all-features" exclude-globs: "src/tests/**,tests/support/**,src/bin/bless_traces.rs"