Skip to content

fix(account): log a classified reason instead of the caught error on login failure #671

fix(account): log a classified reason instead of the caught error on login failure

fix(account): log a classified reason instead of the caught error on login failure #671

Triggered via pull request September 5, 2026 15:14
Status Success
Total duration 3m 13s
Artifacts –

ci.yml

on: pull_request
Matrix: test-matrix
Matrix: build-macos
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: src/renderer/src/features/launch/hooks/useNotifyOnPreventedAppClose.ts#L14
React Hook useEffect has missing dependencies: 'addNotification' and 't'. Either include them or remove the dependency array
lint: src/renderer/src/features/installations/pages/EditInstallation.tsx#L82
React Hook useEffect has missing dependencies: 'customIcons', 'fields', and 'gameVersions'. Either include them or remove the dependency array
lint: src/renderer/src/features/installations/pages/EditInstallation.tsx#L66
React Hook useEffect has a missing dependency: 'installations'. Either include it or remove the dependency array
lint: src/renderer/src/features/config/contexts/ConfigContext.tsx#L145
React Hook useEffect has a missing dependency: 'config.lastUsedInstallation'. Either include it or remove the dependency array
lint: src/renderer/src/features/config/contexts/ConfigContext.tsx#L133
React Hook useEffect has missing dependencies: 'config.installations' and 'getInstalledMods'. Either include them or remove the dependency array
lint: src/renderer/src/features/config/contexts/ConfigContext.tsx#L111
React Hook useEffect has missing dependencies: 'addNotification', 'isConfigLoaded', and 't'. Either include them or remove the dependency array
lint: src/renderer/src/contexts/NotificationsContext.tsx#L188
React Hook useEffect has a missing dependency: 't'. Either include it or remove the dependency array
lint: src/renderer/src/components/ui/StickyMenu.tsx#L37
React Hook useEffect has missing dependencies: 'handleScroll' and 'scrollRef'. Either include them or remove the dependency array
lint: src/renderer/src/components/ui/StickyMenu.tsx#L35
The ref value 'scrollRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'scrollRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint: src/renderer/src/components/layout/GlobalModUpdateChecker.tsx#L45
React Hook useEffect has missing dependencies: 'addNotification', 'configDispatch', 'getCompleteInstalledMods', 'goTo', 'installations', 'notifiedInstallations', and 't'. Either include them or remove the dependency array
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-matrix (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sonarcloud
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-matrix (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/