Skip to content

πŸ”¬ CI Verify β€” PR #49: build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /app #12

πŸ”¬ CI Verify β€” PR #49: build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /app

πŸ”¬ CI Verify β€” PR #49: build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /app #12

Triggered via pull request May 9, 2026 04:01
Status Failure
Total duration 5m 44s
Artifacts 1

ci-verify.yml

on: pull_request
πŸ” Security: Actions
22s
πŸ” Security: Actions
🧹 Quality: Lint
21s
🧹 Quality: Lint
πŸ”Ž Changes: Path Filter
16s
πŸ”Ž Changes: Path Filter
πŸ§ͺ Quality: Test & Coverage
2m 39s
πŸ§ͺ Quality: Test & Coverage
πŸ“¦ Security: Dependency Review
13s
πŸ“¦ Security: Dependency Review
πŸ“ Policy: Commit Message Gate (Advisory)
17s
πŸ“ Policy: Commit Message Gate (Advisory)
🎯 Fuzz Testing
42s
🎯 Fuzz Testing
Matrix: πŸ›‘οΈ SAST: CodeQL
πŸ—οΈ Build
πŸ—οΈ Build
πŸ₯’ E2E: Cucumber
πŸ₯’ E2E: Cucumber
🎭 E2E: Playwright
🎭 E2E: Playwright
πŸ•·οΈ DAST: ZAP Baseline
πŸ•·οΈ DAST: ZAP Baseline
πŸ”Ž DAST: Nuclei
πŸ”Ž DAST: Nuclei
⚑ Load Test: CI
⚑ Load Test: CI
Fit to window
Zoom out
Zoom in

Annotations

13 errors and 2 warnings
🧹 Quality: Lint
Process completed with exit code 1.
πŸ“ Policy: Commit Message Gate (Advisory)
Process completed with exit code 1.
Invalid commit message
7e828ddc4d7a53f0073897b1602c424fa206052d build(deps): bump fast-uri from 3.1.0 to 3.1.2 in /app
registry/index.test.ts > ensureDockercomposeTriggerForContainer should create trigger with parent folder and container name: app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors: [PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared ╭─[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ] β”‚ 32 β”‚ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files'; β”‚ ─────────────────┬──────────────── β”‚ ╰────────────────── `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here β”‚ 181 β”‚ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files'; β”‚ ─────────────────┬──────────────── β”‚ ╰────────────────── It can not be redeclared here ─────╯ [PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared ╭─[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ] β”‚ 33 β”‚ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir'; β”‚ ────────────────┬──────────────── β”‚ ╰────────────────── `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here β”‚ 182 β”‚ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir'; β”‚ ────────────────┬──────────────── β”‚ ╰────────────────── It can not be redeclared here ─────╯ ) ❯ registerComponent registry/index.ts:171:11 ❯ Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29 ❯ registry/index.test.ts:622:21
registry/index.test.ts > ensureDockercomposeTriggerForContainer should create a trigger with container name only when no compose path: app/registry/index.ts#L171
Error: Error when registering component dockercompose (Transform failed with 2 errors: [PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared ╭─[ triggers/providers/dockercompose/Dockercompose.ts:32:7 ] β”‚ 32 β”‚ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files'; β”‚ ─────────────────┬──────────────── β”‚ ╰────────────────── `COMPOSE_PROJECT_CONFIG_FILES_LABEL` has already been declared here β”‚ 181 β”‚ const COMPOSE_PROJECT_CONFIG_FILES_LABEL = 'com.docker.compose.project.config_files'; β”‚ ─────────────────┬──────────────── β”‚ ╰────────────────── It can not be redeclared here ─────╯ [PARSE_ERROR] Error: Identifier `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared ╭─[ triggers/providers/dockercompose/Dockercompose.ts:33:7 ] β”‚ 33 β”‚ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir'; β”‚ ────────────────┬──────────────── β”‚ ╰────────────────── `COMPOSE_PROJECT_WORKING_DIR_LABEL` has already been declared here β”‚ 182 β”‚ const COMPOSE_PROJECT_WORKING_DIR_LABEL = 'com.docker.compose.project.working_dir'; β”‚ ────────────────┬──────────────── β”‚ ╰────────────────── It can not be redeclared here ─────╯ ) ❯ registerComponent registry/index.ts:171:11 ❯ Module.ensureDockercomposeTriggerForContainer registry/index.ts:550:29 ❯ registry/index.test.ts:616:21
api/trigger.test.ts > Trigger Router > runRemoteTrigger > should return 400 when remote trigger conditions are not met: app/api/trigger.test.ts#L682
ReferenceError: createResponse is not defined ❯ api/trigger.test.ts:682:19
api/trigger.test.ts > Trigger Router > runTrigger > should return 400 when trigger conditions are not met: app/api/trigger.test.ts#L471
ReferenceError: createResponse is not defined ❯ api/trigger.test.ts:471:19
api/trigger.test.ts > Trigger Router > runTrigger > should run trigger successfully: app/api/trigger.test.ts#L150
ReferenceError: createResponse is not defined ❯ api/trigger.test.ts:150:19
api/container.test.ts > Container Router > runTrigger > should return 400 when trigger conditions are not met: app/api/container.test.ts#L2470
AssertionError: expected "vi.fn()" to not be called at all, but actually been called 1 times Received: 1st vi.fn() call: Array [ Object { "id": "c1", }, ] Number of calls: 1 ❯ api/container.test.ts:2470:39
api/container.test.ts > Container Router > getContainerTriggers > should exclude requireinclude triggers when container has no include list: app/api/container.test.ts#L2407
AssertionError: expected [ { type: 'slack', …(2) }, …(1) ] to have a length of 1 but got 2 - Expected + Received - 1 + 2 ❯ api/container.test.ts:2407:24
api/container.test.ts > Container Router > getContainerTriggers > should associate trigger when configuration is missing: app/api/container.test.ts#L2321
AssertionError: expected { type: 'slack', name: 'default' } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "configuration": {}, + { "name": "default", "type": "slack", } ❯ api/container.test.ts:2321:27
πŸ“¦ Security: Dependency Review
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🧹 Quality: Lint
No files were found with the provided path: artifacts/qlty. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
fuzz-log-25591143277-1
1.73 KB
sha256:b949ecd91c80429eb1334804ba10332e317a5d94b883764a365624488faeaea2