This repository was archived by the owner on Jan 29, 2026. It is now read-only.
Fix broken CLI install and implement comprehensive GitHub Actions workflow improvements #78
security.yml
on: pull_request
Matrix: CodeQL Security Analysis
Dependency Security Scan
3m 0s
Secrets Detection
11s
License Compliance
2m 35s
Security Summary
4s
Annotations
13 errors
|
License Compliance
Process completed with exit code 1.
|
|
Dependency Security Scan
Process completed with exit code 1.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L1300
Object literal may only specify known properties, and 'strategy' does not exist in type 'EdgeCacheConfig'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L1295
Object literal may only specify known properties, and 'primary' does not exist in type 'string[]'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L1283
Object literal may only specify known properties, and 'maxSize' does not exist in type 'EdgeCacheConfig'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L1036
Argument of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/types/streaming", { with: { "resolution-mode": "import" } }).StreamingContext' is not assignable to parameter of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/streaming/enhanced-streaming-api", { with: { "resolution-mode": "import" } }).StreamingContext'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L995
Argument of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/types/streaming", { with: { "resolution-mode": "import" } }).StreamingContext' is not assignable to parameter of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/streaming/enhanced-streaming-api", { with: { "resolution-mode": "import" } }).StreamingContext'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L966
Type 'StreamSession' is not assignable to type 'StreamingSession'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L957
Argument of type 'StreamSession' is not assignable to parameter of type 'StreamingSession'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/unified-api.ts#L955
Argument of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/types/streaming", { with: { "resolution-mode": "import" } }).StreamingContext' is not assignable to parameter of type 'import("/home/runner/work/gemini-flow/gemini-flow/src/streaming/enhanced-streaming-api", { with: { "resolution-mode": "import" } }).StreamingContext'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/index.ts#L318
Object literal may only specify known properties, and 'julesApiKey' does not exist in type 'Partial<JulesWorkflowConfig>'.
|
|
CodeQL Security Analysis (typescript):
src/adapters/index.ts#L112
Object literal may only specify known properties, and 'collaborativeMode' does not exist in type 'JulesWorkflowConfig'.
|
|
Security Summary
Process completed with exit code 1.
|