-
Notifications
You must be signed in to change notification settings - Fork 333
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
Merge main into releases/v3 #2645
Merged
Merged
Conversation
This file contains 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
Co-authored-by: Henry Mercer <[email protected]>
This commit makes deepenGitHistory pass "origin HEAD" to Git fetch, which prevents Git from fetching all branches that are present in the remote repository.
This commits adds a "git repack" step to getPullRequestEditedDiffRanges to work around a Git bug concerning tracking of grafted commits.
…ep for the container
Mergeback v3.27.7 refs/heads/releases/v3 into main
…ng-tweak Improve Git subgraph fetching for diff-informed queries
Extract git-utils.ts
…en_streaming Respect proxy settings when streaming the download and extraction of the CodeQL bundle
…_post Start Proxy: Make the post step more robust to errors
We need to do this because using a default token will not recursively trigger a new workflow run.
…ease Use an app token for triggering a release
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 reviewed 230 out of 245 changed files in this pull request and generated no suggestions.
Files not reviewed (15)
- lib/git-utils.test.js: Evaluated as low risk
- lib/logging.js: Evaluated as low risk
- CHANGELOG.md: Evaluated as low risk
- lib/actions-util.js: Evaluated as low risk
- lib/trap-caching.js: Evaluated as low risk
- lib/start-proxy-action-post.js: Evaluated as low risk
- .github/workflows/post-release-mergeback.yml: Evaluated as low risk
- lib/setup-codeql.js: Evaluated as low risk
- lib/actions-util.test.js: Evaluated as low risk
- .github/workflows/__test-proxy.yml: Evaluated as low risk
- lib/tools-download.js: Evaluated as low risk
- lib/status-report.js: Evaluated as low risk
- lib/database-upload.js: Evaluated as low risk
- lib/codeql.js: Evaluated as low risk
- lib/analyze-action-input.test.js: Evaluated as low risk
Comments skipped due to low confidence (2)
lib/git-utils.js:38
- [nitpick] The function name 'isAnalyzingDefaultBranch' should be more descriptive, such as 'isDefaultBranchBeingAnalyzed', to improve clarity.
exports.isAnalyzingDefaultBranch = isAnalyzingDefaultBranch;
lib/analyze.js:185
- The word 'babes' seems to be a typo. It should be 'bases'.
// babes. The following 6-step procedure does so while limiting the amount of
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
marcogario
approved these changes
Dec 12, 2024
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merging 9cfbef4 into
releases/v3
.Conductor for this PR is @marcogario.
Contains the following pull requests:
Please do the following:
releases/v3
branch.Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.