-
Notifications
You must be signed in to change notification settings - Fork 363
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
Conversation
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]>
Update README.md
Add new `quality-queries` input
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.
Add workflow for updating release used by `start-proxy`
Co-authored-by: Copilot <[email protected]>
…2.22.0 Update release used by `start-proxy` to `codeql-bundle-v2.22.0`
Add initial Copilot instructions
…er-versions Update supported GitHub Enterprise Server versions
Update default bundle to 2.22.1
Swift: recreate a default Swift package to fix test
@@ -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
e.password
There was a problem hiding this 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.
Merging 428aea5 into
releases/v3
.Conductor for this PR is @aibaars.
Contains the following pull requests:
quality-queries
input #2917 (@mbg)build.sh
if any command in it fails #2931 (@mbg)start-proxy
#2941 (@mbg)start-proxy
tocodeql-bundle-v2.22.0
#2947 (@mbg)Please do the following:
releases/v3
branch.Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.