Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 10, 2025

Merging b660efd into releases/v3.

Conductor for this PR is @cklin.

Contains the following pull requests:

Please do the following:

  • Ensure the CHANGELOG displays the correct version and date.
  • Ensure the CHANGELOG includes all relevant, user-facing changes since the last release.
  • Check that there are not any unexpected commits being merged into the releases/v3 branch.
  • Ensure the docs team is aware of any documentation changes that need to be released.
  • Mark the PR as ready for review to trigger the full set of PR checks.
  • Approve and merge this PR. Make sure Create a merge commit is selected rather than Squash and merge or Rebase and merge.
  • Merge the mergeback PR that will automatically be created once this PR is merged.
  • Merge all backport PRs to older release branches, that will automatically be created once this PR is merged.

github-actions bot and others added 15 commits September 9, 2025 10:34
Mergeback v3.30.2 refs/heads/releases/v3 into main
…336-b8b24b72dba3

Remove --intra-layer-parallelism flag from CodeQL CLI commands
This introduces a new internal environment variable flag
(`CODEQL_ACTION_SARIF_DUMP_DIR`) that, when set to `true`, causes the
SARIF file that will be uploaded to be dumped to the specified
directory. The filename will be `upload.sarif` or `upload.quality.sarif`
depending on the upload target.
Dump soon to be uploaded SARIF on request
…plate

Add a reminder to the PR template that this is a public repo
…ize-limit

Overlay: Increase size limit for cached overlay base database
Fix `runInterpretResultsFor` using the wrong `AnalysisConfig` for Code Quality `category` fix
@cklin cklin marked this pull request as ready for review September 10, 2025 15:37
@cklin cklin requested a review from a team as a code owner September 10, 2025 15:37
@Copilot Copilot AI review requested due to automatic review settings September 10, 2025 15:37
Copy link
Contributor

@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 is a release-PR merging several pull requests into the releases/v3 branch for version 3.30.3. The main purpose is to consolidate changes from multiple PRs including bug fixes, feature updates, and improvements to overlay database functionality.

  • Version bump to 3.30.3 with corresponding CHANGELOG entry
  • Addition of SARIF dump functionality for debugging purposes
  • Updates to overlay database size limits and documentation

Reviewed Changes

Copilot reviewed 19 out of 21 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
package.json Version bump from 3.30.2 to 3.30.3
CHANGELOG.md Added entry for version 3.30.3 indicating no user facing changes
src/upload-lib.ts Added SARIF dump functionality with new dumpSarifFile function
src/environment.ts Added SARIF_DUMP_DIR environment variable definition
src/overlay-database-utils.ts Updated overlay database size limit and improved documentation
src/codeql.ts Removed --intra-layer-parallelism flag from database run-queries command
src/codeql.test.ts Updated test expectation to reflect removal of --intra-layer-parallelism flag
src/analyze.ts Fixed variable reference from dbAnalysisConfig to analysis
.github/pull_request_template.md Added comment about public repository visibility
Files not reviewed (1)
  • package-lock.json: Language not supported

// accepted by the Code Quality backend.
let category = automationDetailsId;
if (dbAnalysisConfig.kind === analyses.AnalysisKind.CodeQuality) {
if (analysis.kind === analyses.AnalysisKind.CodeQuality) {
Copy link
Preview

Copilot AI Sep 10, 2025

Choose a reason for hiding this comment

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

The variable analysis is used here but it's not clear from the context that this variable exists in the current scope. The previous code was using dbAnalysisConfig.kind which suggests this might be a variable naming issue or missing variable definition.

Copilot uses AI. Check for mistakes.

@cklin cklin merged commit 192325c into releases/v3 Sep 10, 2025
286 checks passed
@cklin cklin deleted the update-v3.30.3-b660efdcf branch September 10, 2025 17:32
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.

6 participants