From 0362684d300306fe89275094b92113303e21cdab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:51:01 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to d168679 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49613834..b8ff18c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: poetry run pytest . -vvs --timeout=300 --cov seagoat --cov-report=xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@985343d70564a82044c1b7fcb84c2fa05405c1a2 # v5-beta + uses: codecov/codecov-action@d168679d447a7d9f9917d4b26caf2cfbf080cfb4 # v5-beta if: matrix.os == 'ubuntu-latest' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}