Skip to content

🌱 Update github-actions group (patch) #815

🌱 Update github-actions group (patch)

🌱 Update github-actions group (patch) #815

Triggered via pull request October 20, 2025 11:23
Status Failure
Total duration 3m 14s
Artifacts

pr-lint.yml

on: pull_request
Lint Pull Request
3m 10s
Lint Pull Request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
Lint Pull Request: pkg/version/version.go#L197
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: pkg/version/version.go#L191
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: pkg/kube/helpers.go#L162
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: pkg/kube/helpers.go#L148
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: pkg/kube/helpers.go#L146
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: internal/controller/clusteraddon_controller.go#L784
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: internal/clusterstackrelease/util.go#L51
enforce-switch-style: switch must have a default case clause (revive)
Lint Pull Request: internal/test/helpers/webhook.go#L116
net.DialTimeout must not be called. use (*net.Dialer).DialContext with (*net.Dialer).Timeout (noctx)
Lint Pull Request: internal/controller/clusterstackrelease_controller.go#L345
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Lint Pull Request: internal/controller/clusteraddon_controller.go#L1264
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Lint Pull Request
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint Pull Request
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Lint Pull Request
Both go-version and go-version-file inputs are specified, only go-version will be used