From 1934179c64d115f4fcd4cecbb65972b7a67a0f99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 19:09:05 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.3 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26931f0a7..67f6f925d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: - name: Run coverage (IO tests and Spec tests against latest supported PostgreSQL) run: postgrest-coverage - name: Upload coverage to codecov - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 with: files: ./coverage/codecov.json token: ${{ secrets.CODECOV_TOKEN }}