Merged
Conversation
- bump unity-cli@v1.5.5
update workflows
There was a problem hiding this comment.
Pull request overview
This PR bumps the unity-cli dependency from v1.5.3 to v1.5.5 and upgrades the action to version 2.2.2 (though the PR title indicates v2.2.1). The update includes significant improvements to error handling, Linux audio environment setup, and telemetry parsing for Unity CI workflows.
Key Changes:
- Updated
@rage-against-the-pixel/unity-clifrom ^1.5.3 to ^1.5.5, bringing in glob package updates and license changes - Enhanced Unity Hub error detection to handle both success and failure completion messages
- Added Linux audio environment configuration for better CI compatibility with pulseaudio support
- Implemented telemetry parsing from Unity logs with GitHub Actions annotations for errors
Reviewed changes
Copilot reviewed 5 out of 11 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| package.json | Bumped version to 2.2.2 and updated unity-cli dependency to ^1.5.5 |
| package-lock.json | Updated lockfile with new dependency versions and glob package updates |
| tsconfig.json | Changed compiler target from esnext to es2018, module system to commonjs, and fixed indentation |
| action.yml | Upgraded from Node 20 to Node 24 runtime |
| dist/index.js | Added Linux audio environment setup, improved error handling for Unity Hub, added telemetry parsing with CI annotations, and enhanced sdkmanager path resolution |
| dist/licenses.txt | Updated glob package license from ISC to BlueOak-1.0.0 |
| README.md | Fixed YAML indentation in example workflow |
| .github/workflows/build.yml | Updated free-disk-space action to pinned commit SHA, modified version-file syntax, and adjusted conditional for disk cleanup |
| .github/workflows/update-release-tags.yml | Removed redundant fetch-tags parameter |
| .github/workflows/build-options.json | Updated test matrix with more specific Unity versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.