Skip to content

deps: Multiple dependency updates #1880

deps: Multiple dependency updates

deps: Multiple dependency updates #1880

Triggered via pull request March 21, 2025 18:57
Status Success
Total duration 2m 17s
Artifacts

codeql.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Analyze (go)
no required module provides package k8s.io/api/resource/v1alpha2; to add it:
Analyze (go)
could not import k8s.io/api/resource/v1alpha2 (invalid package name: "")
Analyze (go)
could not import k8s.io/api/resource/v1alpha2 (invalid package name: "")
Analyze (go)
could not import k8s.io/api/resource/v1alpha2 (invalid package name: "")
Analyze (go)
not enough arguments in call to fn
Analyze (go)
not enough arguments in call to fn
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as webhook.Defaulter value in variable declaration: *AuthProxyWorkload does not implement admission.Defaulter (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as webhook.Validator value in variable declaration: *AuthProxyWorkload does not implement admission.Validator (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkload{} (value of type *AuthProxyWorkload) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *AuthProxyWorkload does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
Analyze (go)
cannot use &AuthProxyWorkloadList{} (value of type *AuthProxyWorkloadList) as "k8s.io/apimachinery/pkg/runtime".Object value in argument to SchemeBuilder.Register: *AuthProxyWorkloadList does not implement "k8s.io/apimachinery/pkg/runtime".Object (missing method DeepCopyObject)
Analyze (go)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/