Skip to content

deps: Update Go dependency updates #1781

deps: Update Go dependency updates

deps: Update Go dependency updates #1781

Re-run triggered December 11, 2024 21:53
Status Success
Total duration 2m 40s
Artifacts

codeql.yml

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

Annotations

10 errors and 2 warnings
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)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/