Skip to content

build(deps): bump google-github-actions/auth from 1 to 2 #1503

build(deps): bump google-github-actions/auth from 1 to 2

build(deps): bump google-github-actions/auth from 1 to 2 #1503

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

test.yaml

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

Annotations

10 warnings
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: cmd/livepeer_bench/livepeer_bench.go#L241
should replace realTimeSegCount += 1 with realTimeSegCount++
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L303
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L335
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_transcoder.go#L360
if block ends with a return statement, so drop this else and outdent its block
Run tests defined for the project: cmd/livepeer_cli/wizard_broadcast.go#L101
if block ends with a return statement, so drop this else and outdent its block
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: cmd/livepeer_cli/wizard_stats.go#L212
don't use underscores in Go names; var b_prices should be bPrices
Run tests defined for the project: test/e2e/e2e.go#L56
var webServerUri should be webServerURI