From c113e8cb58a05cf36d253e2d034c3fb719a6ddc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:10:52 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.2 --- .github/workflows/verifications.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index 5f89d6c2..faed203b 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -72,14 +72,14 @@ jobs: run: pnpm run test:ci - name: Upload tests coverage report - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ !cancelled() && github.event.action != 'closed' }} with: use_oidc: true report_type: 'coverage' - name: Upload tests result report - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 if: ${{ !cancelled() && github.event.action != 'closed' }} with: use_oidc: true