fix: include event programs for export [DHIS2-17672] (#2058) #3213
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/components/ElementSchemes/DataElementIdScheme.js#L26
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
src/components/ElementSchemes/IdScheme.js#L52
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
src/components/ElementSchemes/OrgUnitIdScheme.js#L21
React Hook useEffect has a missing dependency: 'baseUrl'. Either include it or remove the dependency array
|
src/components/JobOverview/JobOverview.js#L55
React Hook useEffect has missing dependencies: 'allTasks', 'selectedJob', and 'setSelectedJob'. Either include them or remove the dependency array. If 'setSelectedJob' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/components/Router/ScrollToTop.js#L15
React Hook useEffect has a missing dependency: 'history'. Either include it or remove the dependency array
|
src/components/Schemas/Schemas.js#L56
React Hook useEffect has missing dependencies: 'checkedByDefault', 'excludeSchemas', and 'propagateCheckedSchemas'. Either include them or remove the dependency array
|
src/hooks/useObjects.js#L40
React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/hooks/useProgramStages.js#L61
React Hook useEffect has missing dependencies: 'engine' and 'setSelected'. Either include them or remove the dependency array. If 'setSelected' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "app-build".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading