Fix application password revocation on multisite for non-members #706
Annotations
11 warnings
|
Complete job
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. 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/
|
|
Lint JavaScript:
settings/src/components/screen-link.js#L37
React Hook useCallback has missing dependencies: 'screen' and 'setBackupCodesVerified'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/revalidate-modal.js#L69
React Hook useEffect has missing dependencies: 'record' and 'userRecord'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/numeric-control.js#L35
React Hook useCallback has missing dependencies: 'index' and 'onKeyDown'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/numeric-control.js#L29
React Hook useCallback has missing dependencies: 'index' and 'onChange'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/email-address.js#L63
React Hook useCallback has missing dependencies: 'edit' and 'save'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/email-address.js#L54
React Hook useCallback has a missing dependency: 'save'. Either include it or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/backup-codes.js#L102
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
|
|
Lint JavaScript:
settings/src/components/backup-codes.js#L99
React Hook useEffect has missing dependencies: 'setBackupCodesVerified', 'setError', and 'userRecord'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/auto-tabbing-input.js#L47
React Hook useCallback has missing dependencies: 'inputs.length', 'setError', and 'setInputs'. Either include them or remove the dependency array
|
|
Lint JavaScript:
settings/src/components/auto-tabbing-input.js#L26
React Hook useCallback has a missing dependency: 'setInputs'. Either include it or remove the dependency array
|
Loading