Skip to content

chore(deps): update codecov/codecov-action action to v5 #1013

chore(deps): update codecov/codecov-action action to v5

chore(deps): update codecov/codecov-action action to v5 #1013

GitHub Actions / golangci failed Nov 20, 2024 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

cmd/vela-s3-cache/flush.go|61 col 20| G115: integer overflow conversion int64 -> uint64 (gosec)
cmd/vela-s3-cache/rebuild.go|65 col 65| G115: integer overflow conversion int64 -> uint64 (gosec)
cmd/vela-s3-cache/rebuild.go|93 col 13| G115: integer overflow conversion int64 -> uint64 (gosec)

Filtered Findings (0)

Annotations

Check failure on line 61 in cmd/vela-s3-cache/flush.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-s3-cache/flush.go#L61

G115: integer overflow conversion int64 -> uint64 (gosec)
Raw output
cmd/vela-s3-cache/flush.go:61:20: G115: integer overflow conversion int64 -> uint64 (gosec)
		objSize := uint64(object.Size)
		                 ^

Check failure on line 65 in cmd/vela-s3-cache/rebuild.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-s3-cache/rebuild.go#L65

G115: integer overflow conversion int64 -> uint64 (gosec)
Raw output
cmd/vela-s3-cache/rebuild.go:65:65: G115: integer overflow conversion int64 -> uint64 (gosec)
	logrus.Infof("archive %s created, %s", f, humanize.Bytes(uint64(stat.Size())))
	                                                               ^

Check failure on line 93 in cmd/vela-s3-cache/rebuild.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] cmd/vela-s3-cache/rebuild.go#L93

G115: integer overflow conversion int64 -> uint64 (gosec)
Raw output
cmd/vela-s3-cache/rebuild.go:93:13: G115: integer overflow conversion int64 -> uint64 (gosec)
	u := uint64(n.Size)
	           ^