Skip to content

Modularize config factory #14896

Modularize config factory

Modularize config factory #14896

Triggered via pull request January 15, 2025 23:19
Status Success
Total duration 9m 40s
Artifacts

codeql-analysis.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 1 warning
Analyze
CodeQL Action major versions v1 and v2 have been deprecated. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Analyze: cmd/lakefs/cmd/root.go#L14
no required module provides package github.com/treeverse/lakefs/modules/config/factory; to add it:
Analyze
cannot find module providing package github.com/treeverse/lakefs/modules/config/factory: import lookup disabled by -mod=readonly
Analyze
could not import github.com/treeverse/lakefs/modules/config/factory (invalid package name: "")
Analyze
could not import github.com/treeverse/lakefs/modules/config/factory (invalid package name: "")
Analyze
loadConfig().BaseConfig undefined (type *acl.Config has no field or method BaseConfig)
Analyze
not enough arguments in call to config.NewConfig
Analyze
loadConfig().BaseConfig undefined (type *acl.Config has no field or method BaseConfig)
Analyze
not enough arguments in call to config.NewConfig
Analyze
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636