Skip to content

build(deps): bump google-github-actions/upload-cloud-storage from 1 to 2 #1547

build(deps): bump google-github-actions/upload-cloud-storage from 1 to 2

build(deps): bump google-github-actions/upload-cloud-storage from 1 to 2 #1547

Triggered via pull request December 15, 2023 09:45
Status Success
Total duration 8m 48s
Artifacts

test.yaml

on: pull_request
Run tests defined for the project
8m 36s
Run tests defined for the project
Perform CodeQL analysis
4m 34s
Perform CodeQL analysis
Run editorconfig checker
8s
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: test/e2e/configure_orchestrator_test.go#L40
context.Context should be the first parameter of a function
Run tests defined for the project: eth/watchers/timewatcher.go#L225
redefinition of the built-in function new
Run tests defined for the project: eth/types/contracts.go#L49
struct field NextUnbondingLockId should be NextUnbondingLockID
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: test/e2e/e2e.go#L35
context.Context should be the first parameter of a function
Run tests defined for the project: test/e2e/e2e.go#L61
context.Context should be the first parameter of a function
Run tests defined for the project: test/e2e/e2e.go#L141
context.Context should be the first parameter of a function
Run tests defined for the project: cmd/livepeer/starter/starter.go#L856
if block ends with a return statement, so drop this else and outdent its block