-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove space saver action + upgrade other actions #2174
Conversation
WalkthroughWalkthroughThe changes across various GitHub action workflow files reflect a series of updates to the versions of actions used, including Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ? TipsChat with CodeRabbit Bot (
|
@coderabbitai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: .coderabbit.yaml
Files selected for processing (18)
- .github/actions/setup_environment/action.yml (2 hunks)
- .github/workflows/ci.yml (2 hunks)
- .github/workflows/codeql.yml (1 hunks)
- .github/workflows/image-optimiser.yml (1 hunks)
- .github/workflows/integration-test.yml (4 hunks)
- .github/workflows/mixpanel-test-data.yml (2 hunks)
- .github/workflows/pr_labeler.yml (1 hunks)
- .github/workflows/publish_api_docs.yml (2 hunks)
- .github/workflows/publish_docker_image.yml (1 hunks)
- .github/workflows/publish_helm_chart.yml (3 hunks)
- .github/workflows/publish_to_pypi.yml (1 hunks)
- .github/workflows/publish_to_pypi_nightly.yml (1 hunks)
- .github/workflows/release.yml (3 hunks)
- .github/workflows/replace_api_docs_version (1 hunks)
- .github/workflows/setup-python-environment.yml (4 hunks)
- .github/workflows/trivy-zenml-core.yml (1 hunks)
- .github/workflows/trivy-zenserver.yml (1 hunks)
- .github/workflows/update-templates-to-examples.yml (7 hunks)
Files skipped from review due to trivial changes (6)
- .github/workflows/ci.yml
- .github/workflows/image-optimiser.yml
- .github/workflows/publish_docker_image.yml
- .github/workflows/replace_api_docs_version
- .github/workflows/trivy-zenml-core.yml
- .github/workflows/trivy-zenserver.yml
Additional comments: 33
.github/actions/setup_environment/action.yml (1)
- 32-32: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
..github/workflows/codeql.yml (1)
- 29-29: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
..github/workflows/integration-test.yml (4)
120-120: Ensure compatibility and check for any breaking changes or migration steps required for the update to
easimon/maximize-build-space@v10
.135-135: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.241-241: Ensure compatibility and check for any breaking changes or migration steps required for the update to
mxschmitt/[email protected]
.251-251: Ensure compatibility and check for any breaking changes or migration steps required for the update to
mxschmitt/[email protected]
..github/workflows/mixpanel-test-data.yml (2)
17-17: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.20-20: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
..github/workflows/pr_labeler.yml (2)
17-17: Ensure compatibility and check for any breaking changes or migration steps required for the update to
JulienKode/[email protected]
.21-21: Ensure compatibility and check for any breaking changes or migration steps required for the update to
TimonVS/[email protected]
..github/workflows/publish_api_docs.yml (1)
- 22-22: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
..github/workflows/publish_helm_chart.yml (2)
24-24: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.47-47: Ensure compatibility and check for any breaking changes or migration steps required for the update to
azure/[email protected]
..github/workflows/publish_to_pypi.yml (3)
16-16: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.23-23: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.28-28: Ensure compatibility and check for any breaking changes or migration steps required for the update to
snok/[email protected]
..github/workflows/publish_to_pypi_nightly.yml (3)
16-16: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.21-21: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.26-26: Ensure compatibility and check for any breaking changes or migration steps required for the update to
snok/[email protected]
..github/workflows/release.yml (3)
26-26: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.47-47: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.62-62: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
..github/workflows/setup-python-environment.yml (5)
88-88: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.104-104: Ensure compatibility and check for any breaking changes or migration steps required for the update to
mxschmitt/[email protected]
.111-111: Ensure compatibility and check for any breaking changes or migration steps required for the update to
crate-ci/[email protected]
.127-127: Ensure compatibility and check for any breaking changes or migration steps required for the update to
gaurav-nelson/[email protected]
.155-155: Ensure compatibility and check for any breaking changes or migration steps required for the update to
mxschmitt/[email protected]
..github/workflows/update-templates-to-examples.yml (6)
74-74: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.107-107: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.154-154: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.186-186: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.234-234: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.267-267: Ensure compatibility and check for any breaking changes or migration steps required for the update to
actions/[email protected]
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nitpick, rest good to go!
Overdue to upgrade / update some of our really ancient or deprecated actions.
Also since we're on custom runners for ubuntu I removed the special action that was clearing space on the runner. (Should save a bit of time).
Summary by CodeRabbit