upgrade packages #478
ci.yml
on: push
ci
/
...
/
set-go-matrix
0s
ci
/
...
/
set-go-matrix
0s
ci
/
actionlint
5s
ci
/
...
/
lint
4m 10s
ci
/
...
/
govulncheck
1m 6s
Matrix: ci / codeql / CodeQL Analyze
Matrix: ci / build / build
Matrix: ci / test / test
Annotations
11 errors and 11 warnings
ci / codeql / CodeQL Analyze (go)
could not import C (no metadata for C)
|
ci / lint / lint:
cmd/step-agent/main.go#L159
unlambda: replace `func(c *cli.Context) error {
|
ci / lint / lint:
go.mod#L189
replacement are not allowed: github.com/smallstep/nosql (gomoddirectives)
|
ci / lint / lint:
cmd/step-agent/main.go#L105
`marshalling` is a misspelling of `marshaling` (misspell)
|
ci / lint / lint:
cas/sectigocas/eab/client.go#L35
unnecessary leading newline (whitespace)
|
ci / lint / lint:
cas/sectigocas/eab/client.go#L48
unnecessary trailing newline (whitespace)
|
ci / lint / lint:
authority/tls.go#L990
unnecessary trailing newline (whitespace)
|
ci / lint / lint:
acme/mqtt/client.go#L91
unnecessary trailing newline (whitespace)
|
ci / lint / lint:
cas/sectigocas/sectigocas.go#L123
unnecessary trailing newline (whitespace)
|
ci / lint / lint:
ca/ca.go#L730
unnecessary leading newline (whitespace)
|
ci / lint / lint:
cas/sectigocas/sectigocas.go#L126
Non-inherited new context, use function like `context.WithXXX` instead (contextcheck)
|
ci / test / test (stable)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
ci / lint / lint:
acme/validation/client.go#L57
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
ci / lint / lint:
acme/validation/client.go#L9
exported: type name will be used as validation.ValidationResponse by other packages, and that stutters; consider calling this Response (revive)
|
ci / lint / lint:
acme/validation/client.go#L15
exported: type name will be used as validation.ValidationRequest by other packages, and that stutters; consider calling this Request (revive)
|
ci / lint / lint:
cas/vaultcas/vaultcas.go#L174
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
|
ci / lint / lint:
cas/sectigocas/eab/client.go#L30
superfluous-else: if block ends with call to panic function, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
|
ci / lint / lint:
acme/challenge.go#L143
var-naming: var errHttp should be errHTTP (revive)
|
ci / lint / lint:
acme/db/nosql/eab.go#L364
var-naming: don't use underscores in Go names; var err_internal should be errInternal (revive)
|
ci / lint / lint:
cas/sectigocas/sectigocas.go#L34
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
ci / lint / lint:
cas/sectigocas/sectigocas.go#L166
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
ci / lint / lint:
cas/stepcas/stepcas.go#L75
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|