You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates the GitHub Actions runner for the dogfood workflow from sonar-xs-public to sonar-m-docker. This is a single-line infrastructure change to the workflow configuration that upgrades the runner from an extra-small public instance to a medium-sized Docker runner, likely addressing resource or runner availability requirements.
What reviewers should know
What to review:
Single file changed: .github/workflows/dogfood.yml
One-line modification: runner specification in the dogfood_merge job
No code logic affected; purely a CI/infrastructure adjustment
Context for reviewers:
This is a straightforward runner migration. If you need to understand why this specific runner change was needed, check the linked issue or PR discussion for context about resource constraints or runner deprecation that prompted this update.
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
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.
Part of https://sonarsource.atlassian.net/browse/BUILD-10889.