Skip to content

🌱 Update Github Actions group to v46.1.6 #943

🌱 Update Github Actions group to v46.1.6

🌱 Update Github Actions group to v46.1.6 #943

Triggered via pull request March 23, 2026 11:51
Status Failure
Total duration 3m 2s
Artifacts

pr-lint.yml

on: pull_request
Lint Pull Request
2m 58s
Lint Pull Request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 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
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809, actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955, actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
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