Skip to content

fix: pom.xml to reduce vulnerabilities #724

fix: pom.xml to reduce vulnerabilities

fix: pom.xml to reduce vulnerabilities #724

Triggered via push January 11, 2026 11:15
Status Failure
Total duration 34m 23s
Artifacts 11

js-ci.yml

on: push
Check conditional workflows and jobs
5s
Check conditional workflows and jobs
Matrix: Admin UI E2E
Status Check - Keycloak JavaScript CI
8s
Status Check - Keycloak JavaScript CI
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 27 warnings, and 1 notice
Account UI E2E
Process completed with exit code 1.
[chromium] β€Ί my-resources.spec.ts:23:3 β€Ί My resources page β€Ί Share one with alice: js/apps/account-ui/test/my-resources.spec.ts#L28
2) [chromium] β€Ί my-resources.spec.ts:23:3 β€Ί My resources page β€Ί Share one with alice ───────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('This resource is not shared.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('This resource is not shared.') - locator resolved to <div data-testid="shared-with-none">This resource is not shared.</div> - unexpected value "hidden" - locator resolved to <div data-testid="shared-with-none">This resource is not shared.</div> - unexpected value "hidden" 26 | 27 | await page.getByTestId("expand-one").click(); > 28 | await expect(page.getByText("This resource is not shared.")).toBeVisible(); | ^ 29 | 30 | await page.getByTestId("share-one").click(); 31 | await page.getByTestId("users").click(); at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/my-resources.spec.ts:28:66
[chromium] β€Ί my-resources.spec.ts:23:3 β€Ί My resources page β€Ί Share one with alice: js/apps/account-ui/test/my-resources.spec.ts#L28
2) [chromium] β€Ί my-resources.spec.ts:23:3 β€Ί My resources page β€Ί Share one with alice ───────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 20000ms waiting for expect(locator).toBeVisible() Locator: getByText('This resource is not shared.') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 20000ms - waiting for getByText('This resource is not shared.') 26 | 27 | await page.getByTestId("expand-one").click(); > 28 | await expect(page.getByText("This resource is not shared.")).toBeVisible(); | ^ 29 | 30 | await page.getByTestId("share-one").click(); 31 | await page.getByTestId("users").click(); at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/my-resources.spec.ts:28:66
[chromium] β€Ί my-resources.spec.ts:55:3 β€Ί My resources page β€Ί One is shared with alice: js/apps/account-ui/test/my-resources.spec.ts#L61
1) [chromium] β€Ί my-resources.spec.ts:55:3 β€Ί My resources page β€Ί One is shared with alice ───────── Error: expect(received).toEqual(expected) // deep equality - Expected - 3 + Received + 1 - Array [ - "one", - ] + Array [] 59 | await page.getByTestId("sharedWithMe").click(); 60 | const rowData = await page.getByTestId("row[0].name").allTextContents(); > 61 | expect(rowData).toEqual(["one"]); | ^ 62 | }); 63 | }); 64 | at /home/runner/work/keycloak/keycloak/js/apps/account-ui/test/my-resources.spec.ts:61:21
Admin UI E2E (3, chrome)
Cypress tests: 1 failed
Status Check - Keycloak JavaScript CI
Process completed with exit code 1.
UI Shared: js/libs/ui-shared/src/utils/useStoredState.ts#L34
React Hook useCallback has a missing dependency: 'setStoredValue'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L48
React Hook useEffect has a missing dependency: 'defaultValue'. Either include it or remove the dependency array. If 'setInnerValue' needs the current value of 'defaultValue', you can also switch to useReducer instead of useState and read 'defaultValue' in the reducer
UI Shared: js/libs/ui-shared/src/utils/useStorageItem.ts#L23
React Hook useCallback has missing dependencies: 'keyName' and 'storageArea'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect has missing dependencies: 'adminClientCall', 'callback', and 'showBoundary'. Either include them or remove the dependency array. If 'adminClientCall' changes too often, find the parent component that defines it and wrap that definition in useCallback
UI Shared: js/libs/ui-shared/src/utils/useFetch.ts#L43
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L99
React Hook useEffect has a missing dependency: 'name'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/user-profile/MultiInputComponent.tsx#L72
React Hook useMemo has a missing dependency: 'defaultValue'. Either include it or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L419
React Hook useMemo has missing dependencies: 'convertToColumns', 'getNodeText', 'isPaginated', and 'unPaginatedData'. Either include them or remove the dependency array
UI Shared: js/libs/ui-shared/src/controls/table/KeycloakDataTable.tsx#L123
React Hook useEffect has missing dependencies: 'canSelectAll' and 'rows.length'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L117
Unexpected use of the `.skip()` annotation
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L81
Unexpected use of page.waitForSelector()
Account UI: js/apps/account-ui/test/personal-info/personal-info.spec.ts#L67
Unexpected use of page.waitForSelector()
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect has missing dependencies: 'callback' and 'factory'. Either include them or remove the dependency array. If 'callback' changes too often, find the parent component that defines it and wrap that definition in useCallback
Account UI: js/apps/account-ui/src/utils/usePromise.ts#L73
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
Account UI: js/apps/account-ui/src/resources/ShareTheResource.tsx#L72
React Hook useEffect has a missing dependency: 'append'. Either include it or remove the dependency array
Account UI: js/apps/account-ui/src/resources/EditTheResource.tsx#L42
React Hook useEffect has missing dependencies: 'permissions' and 'reset'. Either include them or remove the dependency array
Account UI: js/apps/account-ui/src/oid4vci/Oid4Vci.tsx#L69
React Hook useEffect has missing dependencies: 'context', 'credentialsIssuer', 'initialSelected', and 'selectOptions'. Either include them or remove the dependency array
Admin UI: js/apps/admin-ui/cypress/e2e/group_test.spec.ts#L264
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L106
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L71
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/events_test.spec.ts#L33
Unexpected skipped mocha test
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L599
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L252
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/clients_test.spec.ts#L242
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/client_scopes_test.spec.ts#L181
Do not wait for arbitrary time periods
Admin UI: js/apps/admin-ui/cypress/e2e/authentication_test.spec.ts#L84
Unexpected skipped mocha test
🎭 Playwright Run Summary
1 failed [chromium] β€Ί my-resources.spec.ts:55:3 β€Ί My resources page β€Ί One is shared with alice ────────── 1 flaky [chromium] β€Ί my-resources.spec.ts:23:3 β€Ί My resources page β€Ί Share one with alice ────────────── 1 skipped 23 passed (1.6m)

Artifacts

Produced during runtime
Name Size Digest
account-ui-playwright-report Expired
2.63 MB
sha256:ad8e8a0fd2dcf1179291cda25a5ffc6276d02ced222f515fb6519faf5a3cf563
account-ui-server-log Expired
2.29 KB
sha256:51fb3c0289fa2ac8c65531e0ebd012694243af0a1032750e9ff05a73f4b06361
admin-ui-server-log-1-chrome Expired
3.4 KB
sha256:6b5c2f9977af1acf758aea1cf5fd58afb9f16bc9bd6f0e96a756cc5d28cdd501
admin-ui-server-log-2-chrome Expired
2.46 KB
sha256:d7de0b76872a1fec93ab7e3bd16c4ad71965a027ce12c6f8a67b4596d890e94d
admin-ui-server-log-3-chrome Expired
2.37 KB
sha256:a2db05b7efa4dd300adc80b1976a4545b234bb7a11adb861dca249a13fd9bf69
admin-ui-server-log-4-chrome Expired
3.58 KB
sha256:b91b77563b3f4cedfce2d17750303df270d34d34696297b0b8afc0fbdbab9d92
admin-ui-server-log-5-chrome Expired
1.8 KB
sha256:ac4318db599d9d87b3f0d3da9ccb281398ead72a2641ee497d5f9f5e8b60bd5d
cypress-videos-3-chrome Expired
27.8 MB
sha256:6a714c36dbeeaa0f984fbceca4ef24b10bc0da10faa7af8bc7ced270f02793a2
cypress-videos-4-chrome Expired
7.59 MB
sha256:c99c51e24de28df2487d4e4f63eac5e4868833478153243e98e77524e540f9da
keycloak Expired
140 MB
sha256:b34ae692d1a6d6d45f2773b9bdff23fd775c5c5feeb2592c635a6526fed77487
m2-keycloak.tzts Expired
347 MB
sha256:20faabf7a9b79a36852da3fe78740c21013eca8b7fa1662b480b6a65abbaf762