Skip to content

Bump github/codeql-action from 3.28.1 to 3.28.2 #1623

Bump github/codeql-action from 3.28.1 to 3.28.2

Bump github/codeql-action from 3.28.1 to 3.28.2 #1623

Triggered via pull request January 21, 2025 19:09
Status Success
Total duration 14m 12s
Artifacts 4

pipeline.yml

on: pull_request
changes
6s
changes
vulnerability-scan  /  vulnerability-scan
37s
vulnerability-scan / vulnerability-scan
check-and-test-shared  /  check-and-test
1m 49s
check-and-test-shared / check-and-test
Matrix: check-test-build-deploy
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 32 warnings, and 4 notices
[chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L25
1) [chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: getByRole('main') Expected string: "Prinzip 1 in Regelungstexten" Received: <element(s) not found> Call log: - expect.toContainText with timeout 5000ms - waiting for getByRole('main') 23 | 24 | const mainContent = page.getByRole("main"); > 25 | await expect(mainContent).toContainText( | ^ 26 | `Prinzip ${principles.indexOf(principle) + 1} in Regelungstexten`, 27 | ); 28 | }); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:25:33
[chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L1
2) [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Test timeout of 30000ms exceeded.
[chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L42
2) [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Prinzip 2' }) 40 | }); 41 | > 42 | await nextPrincipleLink.click(); | ^ 43 | await expect(page).toHaveURL( 44 | `${ROUTE_PRINCIPLES.url}/${principles[nextPrincipleIndex]}`, 45 | ); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:42:33
[chromium] › e2e/examplePages.spec.ts:66:5 › Digitaltauglichkeit Prinzipien Detail › navigates to laws associated with principle: wiederverwendung-von-daten-und-standards-ermoeglichen: packages/dito/tests/e2e/examplePages.spec.ts#L1
3) [chromium] › e2e/examplePages.spec.ts:66:5 › Digitaltauglichkeit Prinzipien Detail › navigates to laws associated with principle: wiederverwendung-von-daten-und-standards-ermoeglichen Test timeout of 30000ms exceeded.
[chromium] › e2e/examplePages.spec.ts:66:5 › Digitaltauglichkeit Prinzipien Detail › navigates to laws associated with principle: wiederverwendung-von-daten-und-standards-ermoeglichen: packages/dito/tests/e2e/examplePages.spec.ts#L78
3) [chromium] › e2e/examplePages.spec.ts:66:5 › Digitaltauglichkeit Prinzipien Detail › navigates to laws associated with principle: wiederverwendung-von-daten-und-standards-ermoeglichen Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for locator('a[href^="/beispiele/regelungen"]').first() 76 | const [newTab] = await Promise.all([ 77 | context.waitForEvent("page"), > 78 | lawLinks.first().click(), | ^ 79 | ]); 80 | 81 | await newTab.waitForLoadState("networkidle"); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:78:26
[chromium] › e2e/resultForm.spec.ts:477:3 › test negative result for digital and unsure for interoperability › email body contains result title: packages/dito/tests/e2e/resultForm.spec.ts#L459
4) [chromium] › e2e/resultForm.spec.ts:477:3 › test negative result for digital and unsure for interoperability › email body contains result title Test timeout of 30000ms exceeded while running "beforeEach" hook. 457 | 458 | test.describe("test negative result for digital and unsure for interoperability", () => { > 459 | test.beforeEach( | ^ 460 | "answer all digital questions with no and all interoperability questions with unsure and go to result page", 461 | async ({ page }) => { 462 | await page.goto(questions[0].url); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:459:8
[chromium] › e2e/resultForm.spec.ts:477:3 › test negative result for digital and unsure for interoperability › email body contains result title: packages/dito/tests/e2e/resultForm.spec.ts#L464
4) [chromium] › e2e/resultForm.spec.ts:477:3 › test negative result for digital and unsure for interoperability › email body contains result title Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 462 | await page.goto(questions[0].url); 463 | for (const question of questions) { > 464 | await page.waitForURL(question.url); | ^ 465 | await page 466 | .getByLabel(question.interoperability ? "Ich bin unsicher" : "Nein") 467 | .click(); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultForm.spec.ts:464:20
changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vulnerability-scan / vulnerability-scan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
check-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
check-test-build-deploy (dito) / check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: packages/dito/[chromium] › e2e/resultPage.spec.ts#L1
packages/dito/[chromium] › e2e/resultPage.spec.ts took 21.9s
check-test-build-deploy (dito) / build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (tool-finder) / check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (tool-finder) / build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
29 passed (55.0s)
🎭 Playwright Run Summary
4 flaky [chromium] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen [chromium] › e2e/examplePages.spec.ts:30:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen [chromium] › e2e/examplePages.spec.ts:66:5 › Digitaltauglichkeit Prinzipien Detail › navigates to laws associated with principle: wiederverwendung-von-daten-und-standards-ermoeglichen [chromium] › e2e/resultForm.spec.ts:477:3 › test negative result for digital and unsure for interoperability › email body contains result title 138 passed (3.8m)
🎭 Playwright Run Summary
1 passed (11.5s)
🎭 Playwright Run Summary
20 passed (15.8s)

Artifacts

Produced during runtime
Name Size
SBOM-digitalcheck-dito
4.8 KB
SBOM-digitalcheck-tool-finder
1.48 KB
digitalcheck-dito-vulnerabilities.json
30.5 KB
digitalcheck-tool-finder-vulnerabilities.json
45.1 KB