Skip to content

1544: Update columnconfig based on changes in parent #3029

1544: Update columnconfig based on changes in parent

1544: Update columnconfig based on changes in parent #3029

Triggered via push December 3, 2024 11:07
Status Success
Total duration 3m 7s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
cache-dependencies
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
cache-dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
linting-and-prettier
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
unit-tests
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
linting-and-prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
linting-and-prettier: packages/orchestrator-ui-components/src/components/WfoForms/formFields/SelectField/SelectField.tsx#L104
React Hook useEffect has missing dependencies: 'onChange' and 'selectedValue'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
linting-and-prettier: packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/VlanField.tsx#L168
React Hook useEffect has missing dependencies: 'disabled' and 'value'. Either include them or remove the dependency array
linting-and-prettier: packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTable.tsx#L127
React Hook useEffect has a missing dependency: 'localColumnConfig'. Either include it or remove the dependency array