Skip to content

Bump ws from 8.14.2 to 8.17.1 in /identifier #260

Bump ws from 8.14.2 to 8.17.1 in /identifier

Bump ws from 8.14.2 to 8.17.1 in /identifier #260

Triggered via push November 13, 2024 14:59
Status Success
Total duration 1m 51s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
build
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
build: cmd/licod/jwk.go#L57
Error return value of `cmd.Help` is not checked (errcheck)
build: cmd/licod/utils.go#L31
Error return value of `cmd.Help` is not checked (errcheck)
build: cmd/licod/jwk.go#L55
Function 'jwkFromPem' is too long (63 > 60) (funlen)
build: cmd/licod/serve.go#L48
Function 'commandServe' is too long (66 > 60) (funlen)
build: cmd/licod/serve.go#L117
Function 'serve' has too many statements (48 > 40) (funlen)
build: cmd/licod/env.go#L26
paramTypeCombine: func(name string, def string) string could be replaced with func(name, def string) string (gocritic)
build: cmd/licod/healthcheck.go#L72
httpNoBody: http.NoBody should be preferred to the nil request body (gocritic)
build: cmd/licod/serve.go#L79
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)
build: cmd/licod/serve.go#L92
sprintfQuotedString: use %q instead of "%s" for quoted strings (gocritic)