Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 2, 2025

Merging 10feb5d into releases/v3.

Conductor for this PR is @nickrolfe.

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.

mbg and others added 30 commits September 23, 2025 11:50
Mergeback v3.30.5 refs/heads/releases/v3 into main
Note that this also fixes the format of the `sarif-ids` outputs to match what is documented
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Update vulnerable dependency brace-expansion
Since `fixCategory` is now part of `AnalysisConfig`, we don't have to remember to do it at the call site for `uploadSpecifiedFiles` or `uploadFiles` anymore.
…ths` that don't belong to an analysis kind
mbg and others added 21 commits September 29, 2025 15:45
…rkflow

Remove `update-proxy-release` workflow
Add basic telemetry for `start-proxy` Action
Find, then filter, SARIF files for `upload-sarif` Action
@nickrolfe nickrolfe marked this pull request as ready for review October 2, 2025 13:31
@nickrolfe nickrolfe requested a review from a team as a code owner October 2, 2025 13:31
@Copilot Copilot AI review requested due to automatic review settings October 2, 2025 13:31
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 PR merges multiple changes from main into the releases/v3 branch, primarily focused on restructuring SARIF upload functionality and improving dependency caching telemetry. The changes prepare for v3.30.6 release by updating the CodeQL bundle version to 2.23.2.

Key Changes:

  • Refactored SARIF upload functionality by extracting common logic into a new upload-sarif.ts module
  • Enhanced dependency caching with detailed telemetry reporting and usage tracking
  • Updated default CodeQL bundle version from 2.23.1 to 2.23.2

Reviewed Changes

Copilot reviewed 37 out of 40 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/upload-sarif.ts New module containing extracted SARIF upload logic
src/upload-sarif-action.ts Refactored to use new upload-sarif module
src/dependency-caching.ts Enhanced with detailed telemetry and cache usage tracking
src/status-report.ts Updated to include dependency caching telemetry
src/defaults.json Updated CodeQL bundle version to 2.23.2
package.json Version bump to 3.30.6
lib/* Generated JavaScript files reflecting TypeScript changes
Files not reviewed (1)
  • package-lock.json: Language not supported
Comments suppressed due to low confidence (2)

@nickrolfe nickrolfe merged commit 64d10c1 into releases/v3 Oct 2, 2025
230 checks passed
@nickrolfe nickrolfe deleted the update-v3.30.6-10feb5d2a branch October 2, 2025 13:52
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.

3 participants