Skip to content

Release

Release #36

Manually triggered December 11, 2024 10:26
Status Success
Total duration 4m 1s
Artifacts

release.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build: app/src/componentLibrary/attributeEditor/attributeEditor.jsx#L81
React Hook useEffect has a missing dependency: 'getValidationErrors'. Either include it or remove the dependency array
build: app/src/componentLibrary/attributeList/editableAttributeList.jsx#L46
React Hook useEffect has missing dependencies: 'defaultOpen' and 'handleAddNew'. Either include them or remove the dependency array
build: app/src/componentLibrary/autocompletes/multipleAutocomplete/multipleAutocomplete.jsx#L67
React Hook useEffect has a missing dependency: 'clearItemsError'. Either include it or remove the dependency array. If 'clearItemsError' changes too often, find the parent component that defines it and wrap that definition in useCallback
build: app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L57
React Hook useMemo has a missing dependency: 'formatMessage'. Either include it or remove the dependency array
build: app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L66
React Hook useMemo has a missing dependency: 'year'. Either include it or remove the dependency array
build: app/src/components/extensionLoader/hooks.js#L51
React Hook React.useEffect has a missing dependency: 'Component'. Either include it or remove the dependency array
build: app/src/components/extensionLoader/hooks.js#L58
React Hook React.useEffect has missing dependencies: 'moduleName' and 'scope'. Either include them or remove the dependency array
build: app/src/components/extensionLoader/standaloneExtensionLoader/standaloneExtensionLoader.jsx#L47
React Hook useEffect has a missing dependency: 'sendRpContext'. Either include it or remove the dependency array
build: app/src/components/integrations/elements/integrationSettings/integrationSettings.jsx#L99
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array
build: app/src/components/integrations/integrationProviders/ldapIntegration/ldapFormFields/ldapFormFields.jsx#L163
React Hook useEffect has missing dependencies: 'initialData', 'initialize', and 'updateMetaData'. Either include them or remove the dependency array. If 'initialize' changes too often, find the parent component that defines it and wrap that definition in useCallback