chore: fix brace-expansion CVE-2026-13149 #3399
Annotations
2 errors, 3 warnings, and 10 notices
|
pr
Process completed with exit code 1.
|
|
src/webauthn-device.test.ts:42:3 › WebAuthn register:
src/webauthn-device.test.ts#L98
1) src/webauthn-device.test.ts:42:3 › WebAuthn register, authenticate, and delete device › should register, authenticate, and delete a device › Authenticate with the registered WebAuthn device
Error: expect(locator).toBeVisible() failed
Locator: getByRole('button', { name: 'Logout' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByRole('button', { name: 'Logout' })
96 | await page.getByLabel('User Name').fill(username);
97 | await clickButton('Submit', '/authenticate');
> 98 | await expect(page.getByRole('button', { name: 'Logout' })).toBeVisible();
| ^
99 | });
100 |
101 | await test.step('Delete the registered WebAuthn device through the journey-app integration', async () => {
at /home/workflows/workspace/e2e/journey-suites/src/webauthn-device.test.ts:98:66
at /home/workflows/workspace/e2e/journey-suites/src/webauthn-device.test.ts:90:5
|
|
pr
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/upload-artifact@v5, nrwl/nx-set-shas@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
pr
The process '/usr/bin/git' failed with exit code 128
|
|
pr
No files were found with the provided path: ./e2e/*/.playwright/**
./e2e/**/.playwright/**. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
4 passed (23.1s)
|
|
🎭 Playwright Run Summary
2 passed (25.9s)
|
|
🎭 Playwright Run Summary
4 passed (31.6s)
|
|
🎭 Playwright Run Summary
3 passed (29.1s)
|
|
🎭 Playwright Run Summary
5 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 passed (40.7s)
|
|
🎭 Playwright Run Summary
3 passed (41.2s)
|
|
🎭 Playwright Run Summary
9 passed (56.3s)
|
|
🎭 Playwright Run Summary
12 passed (1.1m)
|
|
🎭 Playwright Run Summary
11 passed (1.2m)
|