From 103b6ad9c67a9fac2ab61c4d2e3dcc6d3f87ebec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 19:23:09 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 5a605bd --- .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 0de9d6dd4..197463a6d 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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5 with: flags: mutation diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2ad77c5f..226e95a3e 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@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 + uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5 with: flags: unit