chore: modernize and improve GitHub Actions CI workflows #1281
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.
Description
This PR modernizes and significantly improves the GitHub Actions CI workflows for both the master and beta branches. The changes enhance build reliability, security, and developer experience.
Changes Made
🔄 Updated Actions to Latest Versions
⚡ Performance Improvements
🔒 Security Enhancements
permissions: contents: writefor security best practices🧪 Code Quality
if: always()to ensure lint results are uploaded even on failure📦 Artifact Management
🐛 Better Debugging
--stacktraceto Gradle commands for better error diagnosis🎯 Improved Triggers
📝 Better Organization
Benefits
For Developers
For Maintainers
For Contributors
Testing
Files Changed
.github/workflows/ci_master.yml- Master branch CI workflow.github/workflows/ci_beta.yml- Beta branch CI workflowCompatibility
Related Issues
This PR addresses general CI/CD improvements and follows GitHub Actions best practices. It will help with:
Note: These are workflow-only changes with no impact on application code or functionality.