From 1250d37e78000389a865994665c47a07be7114f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:06:09 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 0da7aa6 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index abdf48d..2fd5cf9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,6 @@ jobs: - name: execute tests run: npm run test - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@5a605bd92782ce0810fa3b8acc235c921b497052 # v5 + uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}