Skip to content
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 #2713

Merged
merged 18 commits into from
Jan 22, 2025
Merged

Merge main into releases/v3 #2713

merged 18 commits into from
Jan 22, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jan 22, 2025

Merging 23ec3af into releases/v3.

Conductor for this PR is @angelapwen.

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 18 commits January 21, 2025 14:20
Mergeback v3.28.2 refs/heads/releases/v3 into main
This is not the case when downloading the bundle from a GitHub Release synced to GHES with the CodeQL Action sync tool.
Bumps the npm_and_yarn group with 1 update: [undici](https://github.com/nodejs/undici).


Updates `undici` from 5.28.4 to 5.28.5
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v5.28.4...v5.28.5)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
…yarn-2c579f9325

build(deps): bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group
…tion

Fix assumption that download URLs contain file extension
Temporarily disable uploading debug artifacts
@angelapwen angelapwen marked this pull request as ready for review January 22, 2025 18:56
@Copilot Copilot bot review requested due to automatic review settings January 22, 2025 18:56
@angelapwen angelapwen requested a review from a team as a code owner January 22, 2025 18:56
@angelapwen angelapwen enabled auto-merge January 22, 2025 18:57

Choose a reason for hiding this comment

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

Copilot reviewed 13 out of 20 changed files in this pull request and generated no comments.

Files not reviewed (7)
  • lib/defaults.json: Language not supported
  • package.json: Language not supported
  • src/defaults.json: Language not supported
  • lib/tools-download.js: Evaluated as low risk
  • src/tools-download.ts: Evaluated as low risk
  • lib/debug-artifacts.js: Evaluated as low risk
  • src/debug-artifacts.ts: Evaluated as low risk
Comments suppressed due to low confidence (3)

src/tar.ts:221

  • Ensure that the new behavior for inferring compression methods is covered by tests.
export function inferCompressionMethod(

lib/tar.js:198

  • The error message when the compression method cannot be inferred should be more descriptive. Consider changing it to: Could not infer compression method from path ${tarPath}. Please specify a path ending in '.tar.gz' or '.tar.zst'.
return undefined;

lib/tar.js:194

  • The inferCompressionMethod function should correctly handle the file extensions without the extra dot. Change .${ext} to ${ext}.
if (tarPath.endsWith(`.${ext}`)) {

Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more

@angelapwen angelapwen merged commit dd196fa into releases/v3 Jan 22, 2025
252 checks passed
@angelapwen angelapwen deleted the update-v3.28.3-23ec3afaf branch January 22, 2025 19:13
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.

4 participants