Skip to content

Release candidate

Release candidate #1

Manually triggered December 20, 2024 16:26
Status Failure
Total duration 11m 9s
Artifacts

_release_candidate.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
tests / typecheck
Process completed with exit code 1.
tests / typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / Tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
tests / Tests: ui/app/(wrapped)/admin/campagnes/EditCampagne.tsx#L58
React Hook useEffect has a missing dependency: 'campagne'. Either include it or remove the dependency array
tests / Tests: ui/app/(wrapped)/admin/roles/components/UserSearchBar.tsx#L63
React Hook useEffect has a missing dependency: 'updateUser'. Either include it or remove the dependency array. If 'updateUser' changes too often, find the parent component that defines it and wrap that definition in useCallback
tests / Tests: ui/app/(wrapped)/admin/users/CreateUser.tsx#L84
React Hook useEffect has missing dependencies: 'isAdminRegion' and 'setValue'. Either include them or remove the dependency array
tests / Tests: ui/app/(wrapped)/admin/users/EditUser.tsx#L61
React Hook useEffect has a missing dependency: 'user'. Either include it or remove the dependency array
tests / Tests: ui/app/(wrapped)/auth/activer-compte/page.tsx#L6
Unexpected default export of anonymous function
tests / Tests: ui/app/(wrapped)/auth/login/LoginForm.tsx#L59
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
tests / Tests: ui/app/(wrapped)/auth/mot-de-passe-oublie/askResetPasswordForm.tsx#L51
React Hook useEffect has a missing dependency: 'router'. Either include it or remove the dependency array
tests / Tests: ui/app/(wrapped)/components/AnimatedNumber.tsx#L69
React Hook useEffect has missing dependencies: 'animate', 'animateOnViewportEnter', 'from', and 'to'. Either include them or remove the dependency array
tests / Tests: ui/app/(wrapped)/components/AnimatedNumber.tsx#L75
React Hook useEffect has missing dependencies: 'animate', 'animateOnViewportEnter', 'from', and 'to'. Either include them or remove the dependency array
tests / Tests: ui/app/(wrapped)/domaine-de-formation/[codeNsf]/components/FormationSection/Tabs/EtablissementsTab/Map/ActiveEtablissementLayers.tsx#L43
The 'scolaireInvertedSinglePointLayer' object makes the dependencies of useEffect Hook (at line 117) change on every render. To fix this, wrap the initialization of 'scolaireInvertedSinglePointLayer' in its own useMemo() Hook
release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-scout
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
docker-scout
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/