Skip to content

Bump github/codeql-action from 3.26.5 to 3.26.6 in the ci group #369

Bump github/codeql-action from 3.26.5 to 3.26.6 in the ci group

Bump github/codeql-action from 3.26.5 to 3.26.6 in the ci group #369

Triggered via pull request September 2, 2024 19:45
Status Success
Total duration 41s
Artifacts

lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Lint: validation/multierror.go#L17
should have a package comment
Lint: bitbucket/doc.go#L17
should have a package comment
Lint: gitea/client.go#L17
should have a package comment
Lint: gitprovider/testutils/key_pair.go#L17
should have a package comment
Lint: gitea/resource_deploykey.go#L88
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitprovider/cache/httpcache.go#L17
should have a package comment
Lint: gitea/client_repository_deploykey.go#L75
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/client_repository_commit.go#L52
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/client_repository_tree.go#L36
parameter 'ctx' seems to be unused, consider removing or renaming it as _
Lint: gitea/util.go#L141
should replace opts.Page += 1 with opts.Page++