From 67e0a11dcd4a19bfdca30f8ae8c60e9f7e6b8f37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:34:27 +0000 Subject: [PATCH] Update codecov/codecov-action digest to b9fd7d1 --- .github/workflows/PRs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PRs.yml b/.github/workflows/PRs.yml index 86a09f13..d0292ced 100644 --- a/.github/workflows/PRs.yml +++ b/.github/workflows/PRs.yml @@ -49,7 +49,7 @@ jobs: run: npm run test -- --shard ${{ matrix.shard }}/${{ strategy.job-total }} --coverage - name: Upload coverage - uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # v4 + uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/coverage-final.json