From df71f360a4dd1d1fe80ac74e9a10ea6c26198a5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:53:55 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action digest to 015f24e --- .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..9072db29 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@015f24e6818733317a2da2edd6290ab26238649a # v5-beta if: matrix.os == 'ubuntu-latest' env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}