Skip to content

Auto-update dependencies. #844

Auto-update dependencies.

Auto-update dependencies. #844

Triggered via pull request March 22, 2026 18:37
Status Failure
Total duration 1m 57s
Artifacts

analyzer.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors, 1 warning, and 10 notices
analyze
Dart Analyzer detected problems, see the logs for more information.
The argument type 'LiveServerResponse' can't be assigned to the parameter type 'LiveServerMessage'. : vertexai/lib/pages/bidi_page.dart#L317
See https://dart.dev/diagnostics/argument_type_not_assignable to learn more about this problem.
Undefined name 'Voice'.: vertexai/lib/pages/bidi_page.dart#L62
Try correcting the name to one that is defined, or defining the name. See https://dart.dev/diagnostics/undefined_identifier to learn more about this problem.
The named parameter 'voice' isn't defined.: vertexai/lib/pages/bidi_page.dart#L62
Try correcting the name to an existing named parameter's name, or defining a named parameter with the name 'voice'. See https://dart.dev/diagnostics/undefined_named_parameter to learn more about this problem.
analyze
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v2, dart-lang/setup-dart@v1, invertase/github-action-dart-analyzer@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
The imported package 'firebase_auth' isn't a dependency of the importing package.: vertexai/lib/main.dart#L16
Try adding a dependency for 'firebase_auth' in the 'pubspec.yaml' file. See https://dart.dev/diagnostics/depend_on_referenced_packages to learn more about this problem.