Skip to content

build(deps): bump actions/checkout from 4.0.0 to 4.1.1 #1502

build(deps): bump actions/checkout from 4.0.0 to 4.1.1

build(deps): bump actions/checkout from 4.0.0 to 4.1.1 #1502

Triggered via pull request December 12, 2023 09:19
Status Success
Total duration 15m 27s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
15m 16s
Run tests defined for the project
Perform CodeQL analysis
4m 20s
Perform CodeQL analysis
Run editorconfig checker
7s
Run editorconfig checker
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run tests defined for the project: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: common/types.go#L54
don't use underscores in Go names; const Score_Untrusted should be ScoreUntrusted
Run tests defined for the project: common/util.go#L39
var SegHttpPushTimeoutMultiplier should be SegHTTPPushTimeoutMultiplier
Run tests defined for the project: common/util.go#L524
func parameter strJsonKey should be strJSONKey
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
Run tests defined for the project: common/types.go#L55
don't use underscores in Go names; const Score_Trusted should be ScoreTrusted
Run tests defined for the project: common/util.go#L525
var keyJson should be keyJSON
Run tests defined for the project: discovery/discovery.go#L64
should omit 2nd value from range; this loop is equivalent to `for i := range ...`
Run tests defined for the project: common/util.go#L482
should replace nvidiaCardCount += 1 with nvidiaCardCount++