Skip to content

PR #4678

PR #4678 #10035

Triggered via dynamic November 3, 2025 06:18
Status Success
Total duration 12m 17s
Artifacts

codeql

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

Annotations

10 errors
Analyze (go)
cannot range over externalLabels (variable of struct type labels.Labels)
Analyze (go)
invalid argument: lbls (variable of struct type labels.Labels) for built-in len
Analyze (go)
invalid argument: cannot make labels.Labels: type must be slice, map, or channel
Analyze (go)
cannot range over i.common.ExtraLabels (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels)
Analyze (go)
cannot use res (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels) as sort.Interface value in argument to sort.Sort: "github.com/prometheus/prometheus/model/labels".Labels does not implement sort.Interface (missing method Less)
Analyze (go)
cannot use nil as "github.com/prometheus/prometheus/model/labels".Labels value in argument to promlabels.NewBuilder
Analyze (go)
invalid argument: processedLabels (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels) for built-in len
Analyze (go)
cannot use res (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels) as sort.Interface value in argument to sort.Sort: "github.com/prometheus/prometheus/model/labels".Labels does not implement sort.Interface (missing method Less)
Analyze (go)
invalid append: argument must be a slice; have res (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels)
Analyze (go)
cannot range over lbls (variable of struct type "github.com/prometheus/prometheus/model/labels".Labels)