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

Use official OneBranch template by default for CodeQL by andyleejordan · Pull Request #5289 · PowerShell/vscode-powershell · GitHub

Use official OneBranch template by default for CodeQL - #5289

Merged
Andy Jordan (andyleejordan) merged 1 commit into
mainfrom
onebranch
Oct 7, 2025
Merged

Andy Jordan (andyleejordan) merged 1 commit into
mainfrom
onebranch

Conversation

Copy link
Copy Markdown
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).
Andy Jordan (andyleejordan) requested a review from a team as a code owner October 7, 2025 22:44
Copilot AI review requested due to automatic review settings October 7, 2025 22:44

Copilot AI left a comment

Copy link
Copy Markdown

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

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.

Andy Jordan (andyleejordan) merged commit 84f05d3 into main Oct 7, 2025
8 checks passed
Andy Jordan (andyleejordan) deleted the onebranch branch October 7, 2025 23:26
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

Area-Build & Release Issue-Enhancement A feature request (enhancement).

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL