bugfix: probe state #570
check.yml
on: pull_request
go-mod
3m 31s
lint
6m 17s
Shellcheck
4m 35s
super-linter
1m 43s
check-bpf
1m 47s
Annotations
3 errors and 17 warnings
Shellcheck
Connection reset by peer (api.github.com:443)
|
lint:
pkg/exporter/cmd/server.go#L368
Error return value of `srv.Shutdown` is not checked (errcheck)
|
lint
issues found
|
check-bpf
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
super-linter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
super-linter
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
go-mod
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2.1.3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
go-mod
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
go-mod
Failed to download action 'https://api.github.com/repos/actions/setup-go/tarball/37335c7bb261b353407cff977110895fa0b4f7d8'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
go-mod
Back off 18.388 seconds before retry.
|
Shellcheck
Failed to download action 'https://api.github.com/repos/ludeeus/action-shellcheck/tarball/94e0aab03ca135d11a35e5bfc14e6746dc56e7e9'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Shellcheck
Back off 20.778 seconds before retry.
|
Shellcheck
Failed to download action 'https://api.github.com/repos/ludeeus/action-shellcheck/tarball/94e0aab03ca135d11a35e5bfc14e6746dc56e7e9'. Error: The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
|
Shellcheck
Back off 11.25 seconds before retry.
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2.1.3, golangci/golangci-lint-action@v2.5.2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2.1.3, golangci/golangci-lint-action@v2.5.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint:
pkg/exporter/cmd/server.go#L386
unused-parameter: parameter 'i' seems to be unused, consider removing or renaming it as _ (revive)
|
lint:
pkg/exporter/cmd/server.go#L283
var-naming: method newHttpServer should be newHTTPServer (revive)
|