-
Notifications
You must be signed in to change notification settings - Fork 348
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 #2757
Conversation
Create a new job to run actions since we don't need to matrix the runs across multiple OSes.
Mergeback v3.28.8 refs/heads/releases/v3 into main
Add actions analysis to code scanning
Pin `ruby/setup-ruby` Action to v1.215.0
Switch auth for enterprises-release repo from ssh to codeql CI token
Bumps the actions group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions/create-github-app-token` from 1.11.1 to 1.11.2 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@c1a2851...136412a) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the npm group with 5 updates: | Package | From | To | | --- | --- | --- | | [@octokit/types](https://github.com/octokit/types.ts) | `13.7.0` | `13.8.0` | | [semver](https://github.com/npm/node-semver) | `7.6.3` | `7.7.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.22.0` | `8.23.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.22.0` | `8.23.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.1.5` | `5.1.7` | Updates `@octokit/types` from 13.7.0 to 13.8.0 - [Release notes](https://github.com/octokit/types.ts/releases) - [Commits](octokit/types.ts@v13.7.0...v13.8.0) Updates `semver` from 7.6.3 to 7.7.0 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](npm/node-semver@v7.6.3...v7.7.0) Updates `@typescript-eslint/eslint-plugin` from 8.22.0 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.22.0 to 8.23.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.23.0/packages/parser) Updates `eslint-plugin-github` from 5.1.5 to 5.1.7 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](github/eslint-plugin-github@v5.1.5...v5.1.7) --- updated-dependencies: - dependency-name: "@octokit/types" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
…s-29d379cebb build(deps): bump actions/create-github-app-token from 1.11.1 to 1.11.2 in the actions group
…d9b555 build(deps): bump the npm group with 5 updates
…t-config Send `init-post` status report in absence of config
Update default bundle to 2.20.4
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.
PR Overview
This pull request merges changes from main into the releases/v3 branch. The purpose is to synchronize the latest updates, including workflows, configuration files, and the CHANGELOG. Below is a quick summary of the changes made:
- Added a new CodeQL Actions configuration file.
- Updated the CHANGELOG with a new release version and date.
- Updated various GitHub Actions workflows to reference newer commit SHAs and Python/Ruby versions.
- Adjusted logic in lib/init-action-post.js to remove an early return, ensuring debug artifact behavior is handled consistently.
Changes
File | Description |
---|---|
.github/codeql/codeql-actions-config.yml | Adds a CodeQL Actions config file pointing to "security-and-quality" queries. |
CHANGELOG.md | Adds a new version (3.28.9) entry and notes for updating the default CodeQL bundle version. |
.github/workflows/__rubocop-multi-language.yml | Updates Ruby setup reference to a more specific commit for improved consistency. |
.github/workflows/post-release-mergeback.yml | Pins actions/create-github-app-token to a newer commit for certain release processes. |
lib/init-action-post.js | Removes an early return to allow additional debug artifact handling if config is undefined. |
.github/workflows/update-supported-enterprise-server-versions.yml | Updates Python version from 3.7 to 3.13 for enterprise server version management. |
.github/workflows/update-release-branch.yml | Pins actions/create-github-app-token to a newer commit for release branch updates. |
.github/workflows/codeql.yml | Renames build job to analyze-javascript and adds an analyze-actions job for CodeQL. |
Copilot reviewed 1005 out of 1005 changed files in this pull request and generated no comments.
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
Merging 24e1c2d into
releases/v3
.Conductor for this PR is @aibaars.
Contains the following pull requests:
ruby/setup-ruby
Action to v1.215.0 #2748 (@henrymercer)init-post
status report in absence of config #2751 (@henrymercer)Please do the following:
releases/v3
branch.Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.