From 7f35aab956a6c6d43b4d4b455e90808d1ccd220d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 21:00:19 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to ad3126e --- .github/workflows/test-mutation.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-mutation.yml b/.github/workflows/test-mutation.yml index 6b9d948948..858d61ea82 100644 --- a/.github/workflows/test-mutation.yml +++ b/.github/workflows/test-mutation.yml @@ -6,7 +6,7 @@ jobs: - uses: ./.github/actions/prepare - run: pnpm run test:mutation --coverage --no-file-parallelism - name: Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 with: flags: mutation diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a15408829..5d8bb54a75 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: - uses: ./.github/actions/prepare - run: pnpm run test --coverage - name: Codecov - uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5 + uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5 with: flags: unit