build(deps-dev): Bump vitest from 1.6.1 to 4.1.0 in /website #2892
Annotations
10 errors and 7 warnings
|
name[play]:
ansible/macrobench.yml#L50
All plays should be named.
|
|
name[play]:
ansible/macrobench.yml#L46
All plays should be named.
|
|
name[play]:
ansible/macrobench.yml#L42
All plays should be named.
|
|
fqcn[action-core]:
ansible/macrobench.yml#L38
Use FQCN for builtin module actions (include_role).
|
|
fqcn[action-core]:
ansible/macrobench.yml#L28
Use FQCN for builtin module actions (include_role).
|
|
name[play]:
ansible/macrobench.yml#L25
All plays should be named.
|
|
fqcn[action-core]:
ansible/macrobench.yml#L17
Use FQCN for builtin module actions (include_role).
|
|
name[play]:
ansible/macrobench.yml#L13
All plays should be named.
|
|
syntax-check[specific]:
ansible/create_cluster.yml#L21
Vars in a RoleInclude must be specified as a dictionary.
|
|
yaml[new-line-at-end-of-file]:
ansible/clean_macrobench.yml#L14
No new line character at the end of file
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744, actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
jinja[spacing]:
ansible/roles/prometheus/tasks/update_uuid.yml#L24
Jinja2 spacing could be improved: exec_uuid: {{arewefastyet_exec_uuid}} -> exec_uuid: {{ arewefastyet_exec_uuid }}
|
|
jinja[spacing]:
ansible/roles/profile/tasks/main.yml#L14
Jinja2 spacing could be improved: kill -s USR1 $(pgrep -d " " {{vitess_profile_binary}})
|
|
jinja[spacing]:
ansible/roles/host/tasks/disk.yml#L29
Jinja2 spacing could be improved: {{ ansible_devices|dict2items }} -> {{ ansible_devices | dict2items }}
|
|
jinja[spacing]:
ansible/roles/etcd/vars/main.yml#L15
Jinja2 spacing could be improved: {{ etcd_name }}.{{ etcd_archive_suffix|default("tar.gz") }} -> {{ etcd_name }}.{{ etcd_archive_suffix | default("tar.gz") }}
|
|
jinja[spacing]:
ansible/roles/etcd/tasks/install.yml#L54
Jinja2 spacing could be improved: etcdctl{{ etcd_exe_suffix|default("") }} -> etcdctl{{ etcd_exe_suffix | default("") }}
|
|
jinja[spacing]:
ansible/roles/etcd/tasks/install.yml#L53
Jinja2 spacing could be improved: etcd{{ etcd_exe_suffix|default("") }} -> etcd{{ etcd_exe_suffix | default("") }}
|