Skip to content

chore(deps): update actions/checkout action to v7 - #183

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Open

chore(deps): update actions/checkout action to v7#183
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

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

2c07a4f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / golangci failed Jul 21, 2026 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-git/main.go|67 col 11| string main has 10 occurrences, make it a constant (goconst)
cmd/vela-git/main.go|102 col 11| string refs/heads/main has 12 occurrences, make it a constant (goconst)
cmd/vela-git/main.go|127 col 11| string github.com has 15 occurrences, make it a constant (goconst)

Filtered Findings (0)

Annotations

Check failure on line 67 in cmd/vela-git/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-git/main.go#L67

string `main` has 10 occurrences, make it a constant (goconst)
Raw output
cmd/vela-git/main.go:67:11: string `main` has 10 occurrences, make it a constant (goconst)
			Value: "main",
			       ^

Check failure on line 102 in cmd/vela-git/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-git/main.go#L102

string `refs/heads/main` has 12 occurrences, make it a constant (goconst)
Raw output
cmd/vela-git/main.go:102:11: string `refs/heads/main` has 12 occurrences, make it a constant (goconst)
			Value: "refs/heads/main",
			       ^

Check failure on line 127 in cmd/vela-git/main.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-git/main.go#L127

string `github.com` has 15 occurrences, make it a constant (goconst)
Raw output
cmd/vela-git/main.go:127:11: string `github.com` has 15 occurrences, make it a constant (goconst)
			Value: "github.com",
			       ^
3 issues:
* goconst: 3