Skip to content

Conversation

andyleejordan
Copy link
Member

The weekly CodeQL task requires being run as an official build, hence CodeQL was not yet running.
The easiest fix is to set the parameter controlling that to default to true, which means introducing another parameter controlling whether to release (which defaults to false).

The weekly CodeQL task requires being run as an official build,
hence CodeQL was not yet running.
The easiest fix is to set the parameter controlling that to default to true,
which means introducing another parameter controlling whether to release
(which defaults to false).
@andyleejordan andyleejordan requested a review from a team as a code owner October 7, 2025 22:44
@Copilot Copilot AI review requested due to automatic review settings October 7, 2025 22:44
Copy link

@Copilot 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 modifies the OneBranch pipeline configuration to enable CodeQL security scanning by default while maintaining control over release generation. The change addresses the requirement that CodeQL tasks must run as official builds.

  • Changed the OfficialBuild parameter default from false to true to enable CodeQL
  • Added a new Release parameter (defaulting to false) to control release generation
  • Updated the release stage condition to use the new Release parameter instead of OfficialBuild

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@andyleejordan andyleejordan enabled auto-merge (squash) October 7, 2025 22:46
@andyleejordan andyleejordan merged commit 84f05d3 into main Oct 7, 2025
8 checks passed
@andyleejordan andyleejordan deleted the onebranch branch October 7, 2025 23:26
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