Skip to content

ci: bump actions/checkout from 6.0.2 to 6.0.3 #361

ci: bump actions/checkout from 6.0.2 to 6.0.3

ci: bump actions/checkout from 6.0.2 to 6.0.3 #361

Triggered via pull request June 7, 2026 06:46
Status Failure
Total duration 2m 24s
Artifacts

ci.yml

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

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)