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