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

chore(deps): update actions/checkout action to v4 #159

Merged
merged 1 commit into from
Dec 11, 2023

chore(deps): update actions/checkout action to v4

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

chore(deps): update actions/checkout action to v4 #159

chore(deps): update actions/checkout action to v4
6355ec0
Select commit
Loading
Failed to load commit list.
GitHub Actions / golangci failed Dec 11, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-kubernetes/apply_test.go|29 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)
cmd/vela-kubernetes/apply_test.go|67 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)
cmd/vela-kubernetes/apply_test.go|105 col 2| directive // nolint: gosec // testing purposes should be written without leading space as //nolint: gosec // testing purposes (nolintlint)

Filtered Findings (0)

Annotations

Check failure on line 29 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L29

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:29:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^

Check failure on line 67 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L67

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:67:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^

Check failure on line 105 in cmd/vela-kubernetes/apply_test.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-kubernetes/apply_test.go#L105

directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
Raw output
cmd/vela-kubernetes/apply_test.go:105:2: directive `// nolint: gosec // testing purposes` should be written without leading space as `//nolint: gosec // testing purposes` (nolintlint)
	// nolint: gosec // testing purposes
	^