PR #208 #871
codeql
on: dynamic
Matrix: analyze
Annotations
3 errors and 2 warnings
|
Analyze (go)
cannot use mgr (variable of interface type "sigs.k8s.io/multicluster-runtime/pkg/manager".Manager) as "github.com/platform-mesh/golang-commons/controller/lifecycle/multicluster".ClusterGetter value in argument to multicluster.NewLifecycleManager: "sigs.k8s.io/multicluster-runtime/pkg/manager".Manager does not implement "github.com/platform-mesh/golang-commons/controller/lifecycle/multicluster".ClusterGetter (wrong type for method GetCluster)
|
|
Analyze (go)
cannot use req.ClusterName (variable of string type "sigs.k8s.io/multicluster-runtime/pkg/multicluster".ClusterName) as string value in argument to l.mgr.GetCluster
|
|
Analyze (go)
cannot use cluster (variable of string type multicluster.ClusterName) as string value in argument to log.MustChildLoggerWithAttributes
|
|
Analyze (actions)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|
|
Analyze (go)
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, create a custom repository property with the name `github-codeql-file-coverage-on-prs` and the type "True/false", then set this property to `true` in the repository's settings.
|