Skip to content

PR #5001

PR #5001 #474

Triggered via dynamic November 23, 2023 08:44
Status Success
Total duration 2m 47s
Artifacts

codeql

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

Annotations

3 warnings
Analyze (javascript)
Failed to restore: Cache service responded with 403
packages/design-system/src/components/Enumeration/EnumerationHeader/EnumerationHeader.component.tsx#L57
[react-hooks/exhaustive-deps] React Hook useEffect has a missing dependency: 'setFilteredItems'. Either include it or remove the dependency array. If 'setFilteredItems' changes too often, find the parent component that defines it and wrap that definition in useCallback.
packages/design-system/src/stories/form/Enumeration/Enumeration.stories.tsx#L10
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.