Major feature session: MQTT publishing, persona customization, UI res… #27
ci.yml
on: push
Python Lint
13s
Python Syntax
8s
Frontend Build
38s
Docker Build
1m 45s
Security Scan
5s
Annotations
9 errors and 5 warnings
|
Security Scan
Process completed with exit code 1.
|
|
Security Scan
Found hardcoded internal IP addresses!
|
|
ruff (I001):
voxwatch/voxwatch_service.py#L36
voxwatch/voxwatch_service.py:36:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L217
voxwatch/mqtt_publisher.py:217:23: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L216
voxwatch/mqtt_publisher.py:216:22: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP017):
voxwatch/mqtt_publisher.py#L121
voxwatch/mqtt_publisher.py:121:25: UP017 Use `datetime.UTC` alias
help: Convert to `datetime.UTC` alias
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L81
voxwatch/mqtt_publisher.py:81:19: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP045):
voxwatch/mqtt_publisher.py#L80
voxwatch/mqtt_publisher.py:80:18: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (F401):
voxwatch/mqtt_publisher.py#L42
voxwatch/mqtt_publisher.py:42:44: F401 `dataclasses.field` imported but unused
help: Remove unused import: `dataclasses.field`
|
|
Security Scan
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. 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/
|
|
Python Syntax
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. 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/
|
|
Python Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. 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/
|
|
Frontend Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. 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/
|
|
Docker Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. 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/
|