BUILD-9431 Test grouped GitHub Actions logs#119
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR temporarily points the repository’s CI workflows to a test branch of SonarSource/ci-github-actions in order to evaluate grouped GitHub Actions log output for several actions.
Changes:
- Switch
build-npmaction reference from@masterto@BUILD-9431-group-action-logs-readability. - Switch
config-npmaction reference from@masterto@BUILD-9431-group-action-logs-readability. - Switch
promoteaction reference from@masterto@BUILD-9431-group-action-logs-readability.
Comments suppressed due to low confidence (3)
.github/workflows/build.yml:34
- This
uses:reference points to a feature branch (BUILD-9431-group-action-logs-readability), which is mutable and may be deleted, making builds non-reproducible and potentially breaking CI unexpectedly. Before merging, switch back to a stable ref (tag or commit SHA), or keep this change confined to a non-mergeable/temporary workflow run strategy (e.g., workflow_dispatch-only).
uses: SonarSource/ci-github-actions/build-npm@BUILD-9431-group-action-logs-readability # dogfood
.github/workflows/build.yml:56
- This action reference is pinned to a temporary branch name. If the branch is force-pushed or removed after the test, CI runs will change or fail; please revert to a stable ref (tag/commit SHA) before merging.
- uses: SonarSource/ci-github-actions/config-npm@BUILD-9431-group-action-logs-readability # dogfood
.github/workflows/build.yml:80
promoteis also referenced via a temporary branch. For mergeable changes, pin to an immutable ref (tag or commit SHA) to avoid unexpected CI breakage if the branch changes/disappears.
- uses: SonarSource/ci-github-actions/promote@BUILD-9431-group-action-logs-readability # dogfood
💡 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.





Summary
BUILD-9431-group-action-logs-readabilitybranch to test grouped log outputActions being tested
build-npmconfig-npmpromote