Skip to content

BUILD-9431 Test grouped GitHub Actions logs#119

Closed
bwalsh434 wants to merge 3 commits intomasterfrom
BUILD-9431-test-grouped-logs
Closed

BUILD-9431 Test grouped GitHub Actions logs#119
bwalsh434 wants to merge 3 commits intomasterfrom
BUILD-9431-test-grouped-logs

Conversation

@bwalsh434
Copy link
Copy Markdown

Summary

  • Points ci-github-actions references to the BUILD-9431-group-action-logs-readability branch to test grouped log output
  • This is a temporary test PR — do not merge

Actions being tested

  • build-npm
  • config-npm
  • promote

Copilot AI review requested due to automatic review settings February 19, 2026 21:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-npm action reference from @master to @BUILD-9431-group-action-logs-readability.
  • Switch config-npm action reference from @master to @BUILD-9431-group-action-logs-readability.
  • Switch promote action reference from @master to @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

  • promote is 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.

@sonarqube-next
Copy link
Copy Markdown

Quality Gate passed Quality Gate passed for 'sonar-dummy-js'

Issues
0 New issues
0 Fixed issues
0 Accepted issues

Measures
0 Security Hotspots
0 Dependency risks
No data about Coverage
No data about Duplication

See analysis details on SonarQube

@bwalsh434 bwalsh434 closed this Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants