Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update all non-major github actions #437

Merged
merged 1 commit into from
Feb 14, 2024

ci: update all non-major github actions

1331fe1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

ci: update all non-major github actions #437

ci: update all non-major github actions
1331fe1
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci succeeded Feb 5, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (5)

internal/multigitter/run.go|224 col 1| cyclomatic complexity 26 of func (*Runner).runSingleRepo is high (> 25) (gocyclo)
cmd/cmd-run.go|78 col 1| cyclomatic complexity 29 of func run is high (> 25) (gocyclo)
cmd/cmd-root.go|31 col 2| SA1019: rand.Seed has been deprecated since Go 1.20 and an alternative has been available since Go 1.0: As of Go 1.20 there is no reason to call Seed with a random value. Programs that call Seed with a known value to get a specific sequence of results should use New(NewSource(seed)) to obtain a local random generator. (staticcheck)
internal/scm/github/github.go|48 col 17| SA1019: github.NewEnterpriseClient is deprecated: Use NewClient(httpClient).WithEnterpriseURLs(baseURL, uploadURL) instead. (staticcheck)
internal/scm/github/github.go|285 col 11| SA1019: g.ghClient.Repositories.List is deprecated: Use RepositoriesService.ListByUser or RepositoriesService.ListByAuthenticatedUser instead. (staticcheck)