Skip to content

Fix/scripts search empty state #112

Fix/scripts search empty state

Fix/scripts search empty state #112

Triggered via pull request June 8, 2026 19:10
Status Failure
Total duration 15m 24s
Artifacts 3

validate.yml

on: pull_request
Matrix: e2e-tests
Fit to window
Zoom out
Zoom in

Annotations

1 error, 37 warnings, and 1 notice
TICS
Project failed quality gate(s)
Stylelint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Prettier
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
ESLint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
ESLint: src/components/layout/TablePagination/components/TablePagination/TablePagination.tsx#L42
'pageSize' is already declared in the upper scope on line 21 column 24
ESLint: src/components/layout/SearchHelpPopup.tsx#L46
React Hook useMemo has a missing dependency: 'data'. Either include it or remove the dependency array
ESLint: src/components/layout/SearchHelpPopup.tsx#L46
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
ESLint: src/components/layout/SearchHelpPopup.tsx#L45
React Hook useMemo has a missing dependency: 'columns'. Either include it or remove the dependency array
ESLint: src/components/layout/SearchHelpPopup.tsx#L45
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
ESLint
React Hook useEffect has a missing dependency: 'handleDropdownPosition'. Either include it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
ESLint: src/components/form/TagMultiSelect/TagMultiSelect/TagMultiSelect.tsx#L59
React Hook useEffect has an unnecessary dependency: 'chipsContainerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
ESLint: src/components/form/TagMultiSelect/TagChips/TagChips.tsx#L38
React Hook useEffect has a missing dependency: 'overflowingItemsCount'. Either include it or remove the dependency array
ESLint: src/components/form/SelectGrouped.tsx#L104
'label' is already declared in the upper scope on line 42 column 3
Playwright (SaaS)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Playwright (SaaS): src/components/layout/TablePagination/components/TablePagination/TablePagination.tsx#L42
'pageSize' is already declared in the upper scope on line 21 column 24
Playwright (SaaS): src/components/layout/SearchHelpPopup.tsx#L46
React Hook useMemo has a missing dependency: 'data'. Either include it or remove the dependency array
Playwright (SaaS): src/components/layout/SearchHelpPopup.tsx#L46
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
Playwright (SaaS): src/components/layout/SearchHelpPopup.tsx#L45
React Hook useMemo has a missing dependency: 'columns'. Either include it or remove the dependency array
Playwright (SaaS): src/components/layout/SearchHelpPopup.tsx#L45
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
Playwright (SaaS)
React Hook useEffect has a missing dependency: 'handleDropdownPosition'. Either include it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Playwright (SaaS): src/components/form/TagMultiSelect/TagMultiSelect/TagMultiSelect.tsx#L59
React Hook useEffect has an unnecessary dependency: 'chipsContainerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Playwright (SaaS): src/components/form/TagMultiSelect/TagChips/TagChips.tsx#L38
React Hook useEffect has a missing dependency: 'overflowingItemsCount'. Either include it or remove the dependency array
Playwright (SaaS): src/components/form/SelectGrouped.tsx#L104
'label' is already declared in the upper scope on line 42 column 3
Playwright (self-hosted)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
Playwright (self-hosted): src/components/layout/TablePagination/components/TablePagination/TablePagination.tsx#L42
'pageSize' is already declared in the upper scope on line 21 column 24
Playwright (self-hosted): src/components/layout/SearchHelpPopup.tsx#L46
React Hook useMemo has a missing dependency: 'data'. Either include it or remove the dependency array
Playwright (self-hosted): src/components/layout/SearchHelpPopup.tsx#L46
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
Playwright (self-hosted): src/components/layout/SearchHelpPopup.tsx#L45
React Hook useMemo has a missing dependency: 'columns'. Either include it or remove the dependency array
Playwright (self-hosted): src/components/layout/SearchHelpPopup.tsx#L45
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
Playwright (self-hosted)
React Hook useEffect has a missing dependency: 'handleDropdownPosition'. Either include it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Playwright (self-hosted): src/components/form/TagMultiSelect/TagMultiSelect/TagMultiSelect.tsx#L59
React Hook useEffect has an unnecessary dependency: 'chipsContainerRef.current'. Either exclude it or remove the dependency array. Mutable values like 'chipsContainerRef.current' aren't valid dependencies because mutating them doesn't re-render the component
Playwright (self-hosted): src/components/form/TagMultiSelect/TagChips/TagChips.tsx#L38
React Hook useEffect has a missing dependency: 'overflowingItemsCount'. Either include it or remove the dependency array
Playwright (self-hosted): src/components/form/SelectGrouped.tsx#L104
'label' is already declared in the upper scope on line 42 column 3
Vitest
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
TICS
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/download-artifact@v4, tiobe/tics-github-action@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 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/
TICS
Posting the comment failed: Retried 10 time(s), but got: Resource not accessible by integration - https://docs.github.com/rest/issues/comments#create-an-issue-comment

Artifacts

Produced during runtime
Name Size Digest
playwright-report-saas
201 KB
sha256:1984f6cab2a4e67cbbed40822d81d10d89a81ec0c207ab9a48f3164dc6fce946
playwright-report-self-hosted
203 KB
sha256:eadbd7146f3ef9e8f02472bb5761b1589c1efb980a08a911e62be91f2d33c796
vitest-report
3.91 MB
sha256:f372054e9b2ae0be6b8d67945caa50492d860329f1e2045ec2b6189d83590a29