ci: bump actions/checkout from 6.0.2 to 6.0.3 #361
ci.yml
on: pull_request
toolchain-local
38s
lint
1m 36s
governance
32s
api-check
2m 6s
fuzz
2m 20s
Matrix: test
Annotations
13 errors
|
governance
Process completed with exit code 2.
|
|
toolchain-local
Process completed with exit code 2.
|
|
test (1.25.x)
Process completed with exit code 2.
|
|
lint
Process completed with exit code 2.
|
|
lint:
internal/tools/apiinventory/main.go#L158
SA1019: parser.ParseDir has been deprecated since Go 1.25 and an alternative has been available since Go 1.11: ParseDir does not consider build tags when associating files with packages. For precise information about the relationship between packages and files, use golang.org/x/tools/go/packages, which can also optionally parse and type-check the files too. (staticcheck)
|
|
lint:
internal/tools/apiadditions/main.go#L225
SA1019: parser.ParseDir has been deprecated since Go 1.25 and an alternative has been available since Go 1.11: ParseDir does not consider build tags when associating files with packages. For precise information about the relationship between packages and files, use golang.org/x/tools/go/packages, which can also optionally parse and type-check the files too. (staticcheck)
|
|
lint:
internal/compatfixtures/rootcore/upgrade_smoke_test.go#L43
net/http/httptest.NewRequest must not be called. use net/http/httptest.NewRequestWithContext (noctx)
|
|
lint:
internal/compatfixtures/rootcore/upgrade_smoke_test.go#L22
net/http/httptest.NewRequest must not be called. use net/http/httptest.NewRequestWithContext (noctx)
|
|
lint:
compatkit/compatkit.go#L454
net/http/httptest.NewRequest must not be called. use net/http/httptest.NewRequestWithContext (noctx)
|
|
lint:
internal/tools/docsite/main.go#L324
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
lint:
internal/tools/apiinventory/main.go#L95
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
lint:
internal/tools/apiadditions/main_test.go#L120
G306: Expect WriteFile permissions to be 0600 or less (gosec)
|
|
lint:
examples/snippets/minimal-existing-service/main.go#L21
G114: Use of net/http serve function that has no support for setting timeouts (gosec)
|