-
Notifications
You must be signed in to change notification settings - Fork 391
Merge main into releases/v3 #3149
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
Bumps the actions group with 4 updates: [actions/setup-go](https://github.com/actions/setup-go), [actions/github-script](https://github.com/actions/github-script), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: henrymercer <[email protected]>
Co-authored-by: Copilot <[email protected]>
… preservation, and tests Co-authored-by: henrymercer <[email protected]>
Co-authored-by: henrymercer <[email protected]>
Co-authored-by: henrymercer <[email protected]>
Mergeback v3.30.3 refs/heads/releases/v3 into main
…s-a14fb9fd22 Bump the actions group across 1 directory with 2 updates
Update default bundle to 2.23.1
…ctions Trigger sync back script automatically
Bumps the npm group with 3 updates: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@eslint/compat` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md) - [Commits](https://github.com/eslint/rewrite/commits/compat-v1.4.0/packages/compat) Updates `@typescript-eslint/eslint-plugin` from 8.44.0 to 8.44.1 - [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.44.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.44.0 to 8.44.1 - [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.44.1/packages/parser) --- updated-dependencies: - dependency-name: "@eslint/compat" dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@typescript-eslint/parser" dependency-version: 8.44.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
…694d8a Bump the npm group with 3 updates
Skip PR checks for events triggered by Dependabot
Update Dependabot configuration for GitHub Actions
Bumps the npm group with 1 update: [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache). Updates `@actions/cache` from 4.0.5 to 4.1.0 - [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache) --- updated-dependencies: - dependency-name: "@actions/cache" dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <[email protected]>
…ab1078 Bump @actions/cache from 4.0.5 to 4.1.0 in the npm group
Provide `Authorization` header when downloading `update-job-proxy`
Some tests require the --serial flag to pass.
build: use --serial in 'just test_file'
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.
Pull Request Overview
This pull request merges changes from the main
branch into releases/v3
, containing 36 individual pull requests with various improvements and fixes to the CodeQL Action.
Key changes include:
- Version bump from 3.30.3 to 3.30.4
- Support for CodeQL nightly tools downloads via "nightly" and "nightly-latest" inputs
- Enhanced upload-sarif action with new
sarif-ids
output and improved error handling - Various dependency updates and bug fixes
Reviewed Changes
Copilot reviewed 175 out of 179 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
package.json | Version bump to 3.30.4 and dependency updates |
src/defaults.json | Updates CodeQL CLI version to 2.23.1 |
src/upload-sarif-action.ts | Restructured SARIF file handling with new sarif-ids output |
upload-sarif/action.yml | Updated action description and added new sarif-ids output |
src/setup-codeql.ts | Added support for downloading nightly CodeQL CLI builds |
src/workflow.ts | Added check for inconsistent CodeQL Action versions |
Multiple test files | New test coverage for various features |
PR check files | Updated action versions and removed redundant shell declarations |
Files not reviewed (1)
- package-lock.json: Language not supported
Merging e4b85ab into
releases/v3
.Conductor for this PR is @igfoo.
Contains the following pull requests:
shell: bash
by default on all workflows #3091 (@redsun82)pr-checks
directory #3094 (@henrymercer)codeql-action
versions are the same #3099 (@mbg)Config
#3100 (@mbg)defaults.json
release #3110 (@mbg)upload-sarif
Action failing if there are no Code Scanning SARIF files #3123 (@mbg)config-utils
into its own file #3127 (@mbg)concurrency
settings to PR checks #3128 (@mbg)tools: nightly
#3130 (@henrymercer)Authorization
header when downloadingupdate-job-proxy
#3146 (@mbg)Please do the following:
releases/v3
branch.Create a merge commit
is selected rather thanSquash and merge
orRebase and merge
.