Skip to content

PR #627

PR #627 #1724

Triggered via dynamic February 11, 2026 17:44
Status Success
Total duration 2m 20s
Artifacts

codeql

on: dynamic
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze (go)
invalid operation: err != nil (mismatched types bool and untyped nil)
Analyze (go)
cannot use d.gpuAllocator.Allocate(gpu.AllocationRequest{…}) (value of interface type error) as bool value in assignment
Analyze (go)
cannot use indices (variable of interface type error) as []int value in struct literal
Analyze (go)
cannot use strategy (variable of type []int) as string value in struct literal
Analyze (go)
invalid operation: err != nil (mismatched types bool and untyped nil)
Analyze (go)
cannot use autoscaler.NewScaler(d.serviceRegistry, d) (value of interface type autoscaler.Scaler) as *autoscaler.Scaler value in assignment: autoscaler.Scaler does not implement *autoscaler.Scaler (type *autoscaler.Scaler is pointer to interface, not interface)
Analyze (go)
d.healthChecker.Run undefined (type *health.Checker is pointer to interface, not interface)
Analyze (go)
cannot use health.NewChecker(d.serviceRegistry, d.containerManager) (value of type *health.ConcreteChecker) as *health.Checker value in assignment: *health.ConcreteChecker does not implement *health.Checker (type *health.Checker is pointer to interface, not interface)
Analyze (go)
too many arguments in call to d.gpuInventory.Refresh
Analyze (go)
cannot use g.MemoryMB (variable of type uint64) as int64 value in struct literal