Skip to content

fix(deps): update all non-major dependencies #3014

fix(deps): update all non-major dependencies

fix(deps): update all non-major dependencies #3014

Triggered via push December 12, 2024 21:27
Status Success
Total duration 22s
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

56 errors and 1 warning
[golangci] yaml/build.go#L16: yaml/build.go#L16
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/build.go#L26: yaml/build.go#L26
SA1019: library.Pipeline is deprecated: use Pipeline from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/build.go#L27: yaml/build.go#L27
SA1019: library.Pipeline is deprecated: use Pipeline from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/build.go#L71: yaml/build.go#L71
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/metadata.go#L35: yaml/metadata.go#L35
SA1019: pipeline.Metadata is deprecated: use Metadata from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/metadata.go#L43: yaml/metadata.go#L43
SA1019: pipeline.CancelOptions is deprecated: use CancelOptions from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/metadata.go#L67: yaml/metadata.go#L67
SA1019: pipeline.Metadata is deprecated: use Metadata from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset.go#L44: yaml/ruleset.go#L44
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset.go#L45: yaml/ruleset.go#L45
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset.go#L114: yaml/ruleset.go#L114
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset.go#L115: yaml/ruleset.go#L115
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset.go#L133: yaml/ruleset.go#L133
SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/ruleset.go#L134: yaml/ruleset.go#L134
SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/ruleset.go#L135: yaml/ruleset.go#L135
SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/secret.go#L40: yaml/secret.go#L40
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
[golangci] yaml/secret.go#L52: yaml/secret.go#L52
SA1019: pipeline.SecretSlice is deprecated: use SecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L54: yaml/secret.go#L54
SA1019: pipeline.SecretSlice is deprecated: use SecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L59: yaml/secret.go#L59
SA1019: pipeline.Secret is deprecated: use Secret from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L193: yaml/secret.go#L193
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L194: yaml/secret.go#L194
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L223: yaml/secret.go#L223
SA1019: pipeline.StepSecretSlice is deprecated: use StepSecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L225: yaml/secret.go#L225
SA1019: pipeline.StepSecretSlice is deprecated: use StepSecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret.go#L230: yaml/secret.go#L230
SA1019: pipeline.StepSecret is deprecated: use StepSecret from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/service.go#L39: yaml/service.go#L39
SA1019: pipeline.ContainerSlice is deprecated: use ContainerSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/service.go#L41: yaml/service.go#L41
SA1019: pipeline.ContainerSlice is deprecated: use ContainerSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/service.go#L46: yaml/service.go#L46
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/stage.go#L36: yaml/stage.go#L36
SA1019: pipeline.StageSlice is deprecated: use StageSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/stage.go#L38: yaml/stage.go#L38
SA1019: pipeline.StageSlice is deprecated: use StageSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/stage.go#L43: yaml/stage.go#L43
SA1019: pipeline.Stage is deprecated: use Stage from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/step.go#L48: yaml/step.go#L48
SA1019: pipeline.ContainerSlice is deprecated: use ContainerSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/template.go#L57: yaml/template.go#L57
SA1019: library.Template is deprecated: use Template from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/template.go#L58: yaml/template.go#L58
SA1019: library.Template is deprecated: use Template from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/template.go#L69: yaml/template.go#L69
SA1019: library.Template is deprecated: use Template from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/ulimit.go#L34: yaml/ulimit.go#L34
SA1019: pipeline.UlimitSlice is deprecated: use UlimitSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ulimit.go#L36: yaml/ulimit.go#L36
SA1019: pipeline.UlimitSlice is deprecated: use UlimitSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ulimit.go#L41: yaml/ulimit.go#L41
SA1019: pipeline.Ulimit is deprecated: use Ulimit from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/volume.go#L33: yaml/volume.go#L33
SA1019: pipeline.VolumeSlice is deprecated: use VolumeSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/volume.go#L35: yaml/volume.go#L35
SA1019: pipeline.VolumeSlice is deprecated: use VolumeSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/volume.go#L40: yaml/volume.go#L40
SA1019: pipeline.Volume is deprecated: use Volume from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/worker.go#L18: yaml/worker.go#L18
SA1019: pipeline.Worker is deprecated: use Worker from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/worker.go#L19: yaml/worker.go#L19
SA1019: pipeline.Worker is deprecated: use Worker from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/build_test.go#L17: yaml/build_test.go#L17
SA1019: library.Pipeline is deprecated: use Pipeline from github.com/go-vela/server/api/types instead. (staticcheck)
[golangci] yaml/metadata_test.go#L18: yaml/metadata_test.go#L18
SA1019: pipeline.Metadata is deprecated: use Metadata from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/metadata_test.go#L35: yaml/metadata_test.go#L35
SA1019: pipeline.CancelOptions is deprecated: use CancelOptions from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/metadata_test.go#L52: yaml/metadata_test.go#L52
SA1019: pipeline.CancelOptions is deprecated: use CancelOptions from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset_test.go#L19: yaml/ruleset_test.go#L19
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/ruleset_test.go#L51: yaml/ruleset_test.go#L51
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret_test.go#L102: yaml/secret_test.go#L102
SA1019: pipeline.SecretSlice is deprecated: use SecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/secret_test.go#L172: yaml/secret_test.go#L172
SA1019: pipeline.StepSecretSlice is deprecated: use StepSecretSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/stage_test.go#L20: yaml/stage_test.go#L20
SA1019: pipeline.StageSlice is deprecated: use StageSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
[golangci] yaml/stage.go#L95: yaml/stage.go#L95
return statements should not be cuddled if block has more than two lines (wsl)
[golangci] yaml/stage.go#L101: yaml/stage.go#L101
return statements should not be cuddled if block has more than two lines (wsl)
[golangci] database/build.go#L366: database/build.go#L366
G115: integer overflow conversion int -> int32 (gosec)
[golangci] database/build.go#L367: database/build.go#L367
G115: integer overflow conversion int -> int32 (gosec)
[golangci] database/hook.go#L202: database/hook.go#L202
G115: integer overflow conversion int -> int32 (gosec)
[golangci] pipeline/ruleset.go#L136: pipeline/ruleset.go#L136
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636