Skip to content

Validate nested elements (#413) #628

Validate nested elements (#413)

Validate nested elements (#413) #628

Triggered via push April 8, 2026 13:54
Status Success
Total duration 3m 35s
Artifacts

ci.yaml

on: push
Build & Run All Tests
3m 31s
Build & Run All Tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build & Run All Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061. 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/
Build & Run All Tests: src/main/frontend/app/utils/xsd-utils.ts#L318
Refactor this function to reduce its Cognitive Complexity from 20 to the 15 allowed
Build & Run All Tests: src/main/frontend/app/utils/xsd-utils.ts#L203
Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed
Build & Run All Tests: src/main/frontend/app/utils/datamapper_utils/schema-utils.ts#L58
Refactor this function to reduce its Cognitive Complexity from 17 to the 15 allowed
Build & Run All Tests: src/main/frontend/app/routes/studio/xml-to-json-parser.ts#L588
Define a constant instead of duplicating this literal 3 times
Build & Run All Tests: src/main/frontend/app/routes/studio/xml-to-json-parser.ts#L587
Define a constant instead of duplicating this literal 3 times
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/nodetypes/frank-node.tsx#L306
React Hook useCallback has missing dependencies: 'setAttributes' and 'setNodeId'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/nodetypes/child-node.tsx#L128
React Hook useCallback has missing dependencies: 'setAttributes' and 'setNodeId'. Either include them or remove the dependency array
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/flow.tsx#L594
'event' is defined but never used. Allowed unused args must match /^_/u
Build & Run All Tests: src/main/frontend/app/routes/studio/canvas/flow.tsx#L186
React Hook useCallback has an unnecessary dependency: 'project'. Either exclude it or remove the dependency array