This repository was archived by the owner on Feb 12, 2026. It is now read-only.
feat: Add tests for GitHub Actions digest pinner and implement finder/parser interfaces #13
Annotations
5 errors
|
Golanglint (cmd/github-actions-digest-pinner)
reviewdog exited with status code: 1
|
|
Golanglint (cmd/github-actions-digest-pinner):
cmd/github-actions-digest-pinner/main.go#L230
[golangci] reported by reviewdog 🐶
Error return value of `fmt.Fprintln` is not checked (errcheck)
Raw Output:
main.go:230:15: Error return value of `fmt.Fprintln` is not checked (errcheck)
fmt.Fprintln(app.Err, err)
^
4 issues:
* errcheck: 4
|
|
Golanglint (cmd/github-actions-digest-pinner):
cmd/github-actions-digest-pinner/main.go#L152
[golangci] reported by reviewdog 🐶
Error return value of `fmt.Fprintf` is not checked (errcheck)
Raw Output:
main.go:152:15: Error return value of `fmt.Fprintf` is not checked (errcheck)
fmt.Fprintf(a.Out, "- Processed: %s\n", file)
^
|
|
Golanglint (cmd/github-actions-digest-pinner):
cmd/github-actions-digest-pinner/main.go#L111
[golangci] reported by reviewdog 🐶
Error return value of `fmt.Fprintf` is not checked (errcheck)
Raw Output:
main.go:111:15: Error return value of `fmt.Fprintf` is not checked (errcheck)
fmt.Fprintf(a.Out, "%s: %d actions found\n", file, len(actions))
^
|
|
Golanglint (cmd/github-actions-digest-pinner):
cmd/github-actions-digest-pinner/main.go#L108
[golangci] reported by reviewdog 🐶
Error return value of `fmt.Fprintf` is not checked (errcheck)
Raw Output:
main.go:108:16: Error return value of `fmt.Fprintf` is not checked (errcheck)
fmt.Fprintf(a.Out, "- Action: %s/%s@%s\n", action.Owner, action.Repo, action.Ref)
^
|