FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix rebuild Action by henrymercer · Pull Request #3568 · github/codeql-action · GitHub

Fix rebuild Action - #3568

Merged
henrymercer merged 4 commits into
mainfrom
henrymercer/fix-rebuild
Mar 11, 2026
Merged

Fix rebuild Action#3568
henrymercer merged 4 commits into
mainfrom
henrymercer/fix-rebuild

Conversation

Copy link
Copy Markdown
Contributor

This broke when the workflow generator has started requiring Node.js >=22.

Also fix running the rebuild Action to resolve merge conflicts:

  • 6fb1c2a fixes the detection of merge conflicts
  • 5f3f250 fixes concluding the merge when there were merge conflicts

henrymercer requested a review from a team as a code owner March 11, 2026 18:27
Copilot AI review requested due to automatic review settings March 11, 2026 18:27
github-actions Bot added the size/XS Should be very easy to review label Mar 11, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Pull request overview

Updates the “Rebuild Action” workflow to run with a Node.js version compatible with the workflow generator, and fixes the workflow’s handling of merge conflicts when rebuilding generated artifacts.

Changes:

  • Add Node.js setup (Node 24) to the rebuild workflow.
  • Fix merge-conflict detection by correctly capturing the git merge exit code.
  • Conclude an in-progress merge by committing (instead of git merge --continue) after rebuild resolves conflicts.

Comment thread .github/workflows/rebuild.yml Outdated

esbena left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM.

And thanks for the additional "Also fix running ...", at first I only expected the node24 bump and expected the full diff would be sufficient to review in isolation.

henrymercer added this pull request to the merge queue Mar 11, 2026
Merged via the queue into main with commit 378e4b3 Mar 11, 2026
246 checks passed
henrymercer deleted the henrymercer/fix-rebuild branch March 11, 2026 19:33
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

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL