BUILD-8475: Cirrus to github migration#272
Merged
jayadeep-km-sonarsource merged 1 commit intomasterfrom Jul 29, 2025
Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the build pipeline from Cirrus CI to GitHub Actions as part of BUILD-8475. The migration introduces GitHub-native CI/CD workflows and development environment configuration.
- Adds mise configuration for standardized Java and Maven tooling
- Creates GitHub Actions workflow for building and promoting artifacts
- Implements automated cleanup for pull request resources
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| mise.toml | Configures development environment with Java 17 and Maven 3.9 |
| .github/workflows/build.yml | Main CI/CD pipeline with build and promote jobs |
| .github/workflows/pr-cleanup.yml | Automated cleanup workflow for closed pull requests |
6f11e0c to
edafa77
Compare
Contributor
Author
|
This PR depends on SonarSource/ci-github-actions#9 to be merged |
cc81275 to
701670e
Compare
Contributor
Author
|
The build is failing because SonarSource/ci-github-actions#23 needs to be merged |
mikolaj-matuszny-ext-sonarsource
approved these changes
Jul 28, 2025
Signed-off-by: Jayadeep Kinavoor Madam <jayadeep.kinavoormadam@sonarsource.com>
701670e to
2aea9a2
Compare
|
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.





BUILD-8475: Cirrus to github migration