Skip to content

Merge main into releases/v3 #2953

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 62 commits into from
Jun 27, 2025
Merged

Merge main into releases/v3 #2953

merged 62 commits into from
Jun 27, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 27, 2025

Merging 428aea5 into releases/v3.

Conductor for this PR is @aibaars.

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 30 commits June 11, 2025 19:00
Mergeback v3.29.0 refs/heads/releases/v3 into main
Prepare action for public rust support
Build mode `none` is in public preview for C/C++. Readme updated.
Register credentials extracted from proxy configuration as secrets
Co-authored-by: Michael B. Gale <[email protected]>
Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).


Updates `ruby/setup-ruby` from 1.244.0 to 1.245.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](ruby/setup-ruby@13e7a03...a4effe4)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.245.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
…s-aae69f6766

build(deps): bump ruby/setup-ruby from 1.244.0 to 1.245.0 in the actions group
Using defaultAugmentationProperties to generated expected test output
eliminates the need to change individual tests when we add a new field
to AugmentationProperties.
This commit renames AugmentationProperties.defaultQueryFilters to
extraQueryExclusions, and changes its type to ExcludeQueryFilter[]. It
matters whether we are adding query inclusions or exclusions, and this
renaming makes that distinction clearer.
mbg and others added 21 commits June 23, 2025 17:57
Add workflow for updating release used by `start-proxy`
…2.22.0

Update release used by `start-proxy` to `codeql-bundle-v2.22.0`
…er-versions

Update supported GitHub Enterprise Server versions
Swift: recreate a default Swift package to fix test
@aibaars aibaars marked this pull request as ready for review June 27, 2025 10:21
@Copilot Copilot AI review requested due to automatic review settings June 27, 2025 10:21
@aibaars aibaars requested a review from a team as a code owner June 27, 2025 10:21
@@ -63,6 +65,14 @@

const out: Credential[] = [];
for (const e of parsed) {
// Mask credentials to reduce chance of accidental leakage in logs.
if (e.password !== undefined) {
core.setSecret(e.password);

Check failure

Code scanning / CodeQL

Untrusted data passed to external API with additional heuristic sources High Experimental

Call to @actions/core.setSecret() [param 0] with untrusted data from
e.password
.
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@aibaars aibaars merged commit 39edc49 into releases/v3 Jun 27, 2025
274 of 275 checks passed
@aibaars aibaars deleted the update-v3.29.1-428aea55f branch June 27, 2025 10:44
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