From 6bd7514ef768fb6f6895f9a5cad54fd59a97b516 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:35:06 +0000 Subject: [PATCH] chore(deps): update codecov/codecov-action action to v5.5.3 --- .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 73002983..2487b90e 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -79,14 +79,14 @@ jobs: run: pnpm run test:ci - name: Upload tests coverage report - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 if: ${{ !cancelled() && github.event.action != 'closed' }} with: use_oidc: true report_type: 'coverage' - name: Upload tests result report - uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2 + uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3 if: ${{ !cancelled() && github.event.action != 'closed' }} with: use_oidc: true