chore(deps): update codecov/codecov-action action to v5 #3008
Annotations
56 errors and 1 warning
[golangci] item.go#L19:
item.go#L19
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item.go#L20:
item.go#L20
SA1019: library.Repo is deprecated: use Repo from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item.go#L21:
item.go#L21
SA1019: library.User is deprecated: use User from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item.go#L27:
item.go#L27
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] webhook.go#L33:
webhook.go#L33
SA1019: library.Hook is deprecated: use Hook from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] webhook.go#L34:
webhook.go#L34
SA1019: library.Repo is deprecated: use Repo from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] webhook.go#L35:
webhook.go#L35
SA1019: library.Build is deprecated: use Build from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] webhook.go#L37:
webhook.go#L37
SA1019: library.Deployment is deprecated: use Deployment from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item_test.go#L18:
item_test.go#L18
SA1019: library.Events is deprecated: use Events from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item_test.go#L44:
item_test.go#L44
SA1019: library.Repo is deprecated: use Repo from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item_test.go#L60:
item_test.go#L60
SA1019: library.User is deprecated: use User from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item_test.go#L108:
item_test.go#L108
SA1019: library.User is deprecated: use User from github.com/go-vela/server/api/types instead. (staticcheck)
|
[golangci] item.go#L6:
item.go#L6
SA1019: "github.com/go-vela/types/library" is deprecated: all library types for Vela have been moved to github.com/go-vela/server/api/types . (staticcheck)
|
[golangci] webhook.go#L8:
webhook.go#L8
SA1019: "github.com/go-vela/types/constants" is deprecated: all constants for Vela have been moved to github.com/go-vela/server/constants. (staticcheck)
|
[golangci] webhook.go#L9:
webhook.go#L9
SA1019: "github.com/go-vela/types/library" is deprecated: all library types for Vela have been moved to github.com/go-vela/server/api/types . (staticcheck)
|
[golangci] item_test.go#L9:
item_test.go#L9
SA1019: "github.com/go-vela/types/library" is deprecated: all library types for Vela have been moved to github.com/go-vela/server/api/types . (staticcheck)
|
[golangci] webhook_test.go#L8:
webhook_test.go#L8
SA1019: "github.com/go-vela/types/constants" is deprecated: all constants for Vela have been moved to github.com/go-vela/server/constants. (staticcheck)
|
[golangci] library/build.go#L33:
library/build.go#L33
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
|
[golangci] library/build.go#L418:
library/build.go#L418
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
|
[golangci] library/build.go#L421:
library/build.go#L421
SA1019: raw.StringSliceMap is deprecated: use StringSliceMap from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
|
[golangci] library/events.go#L19:
library/events.go#L19
SA1019: actions.Push is deprecated: use Push from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L20:
library/events.go#L20
SA1019: actions.Pull is deprecated: use Pull from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L21:
library/events.go#L21
SA1019: actions.Deploy is deprecated: use Deploy from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L22:
library/events.go#L22
SA1019: actions.Comment is deprecated: use Comment from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L23:
library/events.go#L23
SA1019: actions.Schedule is deprecated: use Schedule from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L29:
library/events.go#L29
SA1019: raw.StringSlice is deprecated: use StringSlice from github.com/go-vela/server/compiler/types/raw instead. (staticcheck)
|
[golangci] library/events.go#L52:
library/events.go#L52
SA1019: actions.Push is deprecated: use Push from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L53:
library/events.go#L53
SA1019: actions.Pull is deprecated: use Pull from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L54:
library/events.go#L54
SA1019: actions.Deploy is deprecated: use Deploy from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L55:
library/events.go#L55
SA1019: actions.Comment is deprecated: use Comment from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L56:
library/events.go#L56
SA1019: actions.Schedule is deprecated: use Schedule from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L249:
library/events.go#L249
SA1019: actions.Push is deprecated: use Push from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L260:
library/events.go#L260
SA1019: actions.Pull is deprecated: use Pull from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L271:
library/events.go#L271
SA1019: actions.Deploy is deprecated: use Deploy from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L282:
library/events.go#L282
SA1019: actions.Comment is deprecated: use Comment from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/events.go#L293:
library/events.go#L293
SA1019: actions.Schedule is deprecated: use Schedule from github.com/go-vela/server/api/types/actions instead. (staticcheck)
|
[golangci] library/executor.go#L22:
library/executor.go#L22
SA1019: pipeline.Build is deprecated: use Build from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/executor.go#L107:
library/executor.go#L107
SA1019: pipeline.Build is deprecated: use Build from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/executor.go#L110:
library/executor.go#L110
SA1019: pipeline.Build is deprecated: use Build from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret.go#L82:
library/secret.go#L82
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/service.go#L510:
library/service.go#L510
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/service.go#L538:
library/service.go#L538
SA1019: pipeline.Container is deprecated: use Container from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/executor_test.go#L165:
library/executor_test.go#L165
SA1019: pipeline.ContainerSlice is deprecated: use ContainerSlice from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L326:
library/secret_test.go#L326
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L327:
library/secret_test.go#L327
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L345:
library/secret_test.go#L345
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L346:
library/secret_test.go#L346
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L366:
library/secret_test.go#L366
SA1019: pipeline.Ruleset is deprecated: use Ruleset from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/secret_test.go#L367:
library/secret_test.go#L367
SA1019: pipeline.Rules is deprecated: use Rules from github.com/go-vela/server/compiler/types/pipeline instead. (staticcheck)
|
[golangci] library/build.go#L10:
library/build.go#L10
SA1019: "github.com/go-vela/types/constants" is deprecated: all constants for Vela have been moved to github.com/go-vela/server/constants. (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] pipeline/ruleset.go#L136:
pipeline/ruleset.go#L136
cyclomatic complexity 31 of func `(*Rules).Match` is high (> 30) (gocyclo)
|
[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)
|
validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|