Skip to content

PR #13534

PR #13534 #4928

Triggered via dynamic March 25, 2026 18:26
Status Success
Total duration 1m 45s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

54 warnings
Analyze (actions)
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/
Analyze (actions)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
Analyze (javascript)
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. 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/
Analyze (javascript)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
[eslint] packages/manager/src/features/Delivery/Shared/DestinationCustomHttpsDetailsForm.tsx#L144 <@linode/cloud-manager/no-custom-fontWeight>: packages/manager/src/features/Delivery/Shared/DestinationCustomHttpsDetailsForm.tsx#L144
** No font weight declarations in our code in order to avoid faux-bold **. We manage font weights through font family declarations. For example, instead of specifying `fontWeight: "bold"`, use: `fontFamily: theme.font.bold`.
[eslint] packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/AlertsPanel.tsx#L5 <@linode/cloud-manager/deprecate-formik>: packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/AlertsPanel.tsx#L5
Formik is being deprecated. Please use react-hook-form. Learn more at https://linode.github.io/manager/development-guide/15-composition.html#form-composition
[eslint] packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/AlertsPanel.tsx#L5 <@linode/cloud-manager/deprecate-formik>: packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/AlertsPanel.tsx#L5
Formik is being deprecated. Please use react-hook-form. Learn more at https://linode.github.io/manager/development-guide/15-composition.html#form-composition
[eslint] packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/LinodeAlerts.tsx#L16 <@linode/cloud-manager/deprecate-formik>: packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/LinodeAlerts.tsx#L16
Formik is being deprecated. Please use react-hook-form. Learn more at https://linode.github.io/manager/development-guide/15-composition.html#form-composition
[eslint] packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/LinodeAlerts.tsx#L16 <@linode/cloud-manager/deprecate-formik>: packages/manager/src/features/Linodes/LinodesDetail/LinodeAlerts/LinodeAlerts.tsx#L16
Formik is being deprecated. Please use react-hook-form. Learn more at https://linode.github.io/manager/development-guide/15-composition.html#form-composition
[eslint] packages/manager/src/features/Marketplace/ProductDetails/ContactSalesDrawer.tsx#L73 <react-refresh/only-export-components>: packages/manager/src/features/Marketplace/ProductDetails/ContactSalesDrawer.tsx#L73
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components.