Skip to content

🚨 [security] Update simple-git 3.27.0 β†’ 3.33.0 (minor) #797

🚨 [security] Update simple-git 3.27.0 β†’ 3.33.0 (minor)

🚨 [security] Update simple-git 3.27.0 β†’ 3.33.0 (minor) #797

Triggered via pull request March 10, 2026 20:05
Status Failure
Total duration 44m 14s
Artifacts 11

js-ci.yml

on: pull_request
Check conditional workflows and jobs
28s
Check conditional workflows and jobs
Matrix: Admin UI E2E
Status Check - Keycloak JavaScript CI
16s
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 (5, 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.7 MB
sha256:ec466abaad9a685e4a2ffd69fd149d2eb07181032b466ebd13fc5dc861feae92
account-ui-server-log
2.28 KB
sha256:79853e3a2f1d080f679248ef182252b7e1bca789abe7cfa3c9807ef143a9e0f8
admin-ui-server-log-1-chrome
2.67 KB
sha256:1c3eb7b250917bdcd22f070c2a60efc0443a01629446bfe02154b7da42ac4d14
admin-ui-server-log-2-chrome
2.34 KB
sha256:e6a3af642f3746ffa487f30c259168e5c54372a23c599f80dfafa198f9ee9c7e
admin-ui-server-log-3-chrome
4.01 KB
sha256:53bc21496f4eb0b5e2ff13d7af97b1f1a6fea14c2430353aee467ef1617d59fb
admin-ui-server-log-4-chrome
1.51 KB
sha256:2a35147f8ace6425b395a87ae41262c7f13bcf87a13a65c97264e5edf8758fb6
admin-ui-server-log-5-chrome
3.1 KB
sha256:cd93d663000a02898927edfef31fea2d48dedd42d3dc6f190b241f126c10a749
cypress-videos-3-chrome Expired
5.51 MB
sha256:999fd4790236306b8adf13054ab405a0bd20a4f05a53b692883875c5bc62147f
cypress-videos-5-chrome Expired
26.1 MB
sha256:2b6e4dc0aa6081585e2e5a00ef3494e43c2a73a0263ece91264ddc15f82bc812
keycloak
140 MB
sha256:da24a9b1736fe7e1ec2640d6c8802a6ab681ae6bc9121d889fadbb84a1ee191a
m2-keycloak.tzts Expired
348 MB
sha256:2a2c8b0d8450670446b366323c99d3491839a5a31b63f2e8b55e298932c1589c