Skip to content

Merge main into releases/v3 #3012

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

Merged
merged 74 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
3b57965
Remove per-language hardcoded traced/scanned info
henrymercer May 30, 2025
fa0b6ff
Clarify meaning of `Language` enum
henrymercer May 30, 2025
e303175
Use CodeQL CLI to parse languages
henrymercer May 30, 2025
932be8f
Rename `Language` enum and use generic `Language` where possible
henrymercer May 30, 2025
1d22e83
Rust: Set experimental features variable before language parsing
henrymercer May 30, 2025
a28197c
Fix early return for no autobuild languages
henrymercer May 30, 2025
a005f73
Remove disable_combine_sarif_files feature flag
koesie10 Jul 24, 2025
d8be084
Bump ruby/setup-ruby from 1.247.0 to 1.253.0 in the actions group
dependabot[bot] Jul 28, 2025
45f48a3
Merge branch 'main' into dependabot/github_actions/actions-010b5c0fb1
mbg Jul 29, 2025
84720e2
Update workflow template
mbg Jul 29, 2025
0521b5f
Merge branch 'main' into koesie10/remove-disable-combine-sarif-files-ff
mbg Jul 29, 2025
297691d
Update changelog and version after v3.29.5
github-actions[bot] Jul 29, 2025
1a4f45d
Update checked-in dependencies
github-actions[bot] Jul 29, 2025
acdac9e
Merge pull request #2998 from github/mergeback/v3.29.5-to-main-51f77329
cklin Jul 29, 2025
20c7f06
Merge pull request #2995 from github/dependabot/github_actions/action…
mbg Jul 30, 2025
b9b3b12
Bump form-data from 2.5.1 to 2.5.5 in the npm_and_yarn group (#2982)
dependabot[bot] Jul 30, 2025
7273f08
Merge pull request #2991 from github/koesie10/remove-disable-combine-…
koesie10 Aug 1, 2025
e95a3a9
Deprecate the 'cleanup-level' option
henrymercer Aug 4, 2025
f9d6919
Add changelog note
henrymercer Aug 4, 2025
cfa0a4e
Update default bundle to codeql-bundle-v2.22.3
github-actions[bot] Aug 4, 2025
fff9bbe
Add changelog note
github-actions[bot] Aug 4, 2025
a28b9b5
Bump the npm group with 5 updates
dependabot[bot] Aug 4, 2025
a3810fa
Update checked-in dependencies
github-actions[bot] Aug 4, 2025
69ccd54
Bump ruby/setup-ruby from 1.253.0 to 1.254.0 in the actions group
dependabot[bot] Aug 4, 2025
5547ed3
Bump version in generated source
henrymercer Aug 5, 2025
a5cdb29
Merge pull request #3002 from github/dependabot/github_actions/action…
henrymercer Aug 5, 2025
443f94c
Bump @types/node
henrymercer Aug 5, 2025
563cbbb
Update checked-in dependencies
github-actions[bot] Aug 5, 2025
e37c036
Merge pull request #3001 from github/dependabot/npm_and_yarn/npm-5c47…
henrymercer Aug 5, 2025
c481481
Merge branch 'main' into henrymercer/language-extensibility
henrymercer Aug 5, 2025
87e59d0
Improve changelog formatting
henrymercer Aug 5, 2025
cfb8d07
Remove unnecessary String initializations
henrymercer Aug 5, 2025
bbfff2f
Merge pull request #2999 from github/henrymercer/deprecate-cleanup-level
henrymercer Aug 5, 2025
83e92ed
Improve detection of Rust in languages input
henrymercer Aug 5, 2025
bf692c0
Merge branch 'main' into henrymercer/language-extensibility
henrymercer Aug 5, 2025
fa18cc9
Improve docstrings for language types
henrymercer Aug 5, 2025
e682065
Fix docstring in start-proxy
henrymercer Aug 5, 2025
ea05bf2
Use more explicit checks on `.length` for readability
henrymercer Aug 5, 2025
377976a
Improve type of `trapCaches` now `Language` is non-exhaustive
henrymercer Aug 5, 2025
f30d00f
Update `Language` doc
henrymercer Aug 6, 2025
60bf7df
Merge pull request #2914 from github/henrymercer/language-extensibility
henrymercer Aug 6, 2025
06e5215
Log `qualityAnalysisSummary` after `analysisSummary`
mbg Aug 5, 2025
f5d3601
Make SARIF category a parameter of `runInterpretResults`
mbg Aug 5, 2025
7277034
Fix legacy SARIF categories for CQ in default setup
mbg Aug 5, 2025
9fb8f2d
Update src/actions-util.ts
mbg Aug 6, 2025
c87fc48
Treat missing pack errors as configuration errors
mbg Aug 6, 2025
b1228d0
Merge pull request #3004 from github/mbg/missing-query-pack-config-error
henrymercer Aug 6, 2025
1b76c0b
Use `withMockedEnv`
mbg Aug 6, 2025
e448add
Merge branch 'main' into mbg/rewrite-quality-category
mbg Aug 6, 2025
594623d
Fix linter errors
mbg Aug 6, 2025
2d08245
Update src/analyze.ts
mbg Aug 6, 2025
ae2a792
Bump tmp from 0.2.3 to 0.2.4 in the npm_and_yarn group
dependabot[bot] Aug 6, 2025
6db9524
Update checked-in dependencies
github-actions[bot] Aug 6, 2025
ec8d9c6
Merge branch 'main' into update-bundle/codeql-bundle-v2.22.3
cklin Aug 6, 2025
e2b6f0f
Merge pull request #3000 from github/update-bundle/codeql-bundle-v2.22.3
cklin Aug 6, 2025
7b33b61
Make all errors on an unsupported platform `ConfigurationError`s
redsun82 Aug 7, 2025
1cfc0c2
Add tests for `cli-errors` and fix one bug
redsun82 Aug 7, 2025
43638b1
Support auto-detecting Actions workflows
mbg Aug 7, 2025
0d72a5b
Check that `stats` isn't undefined before trying to call `isDirectory`
mbg Aug 7, 2025
5e22b5f
Merge pull request #3007 from github/dependabot/npm_and_yarn/npm_and_…
mbg Aug 7, 2025
a625e16
Merge pull request #3003 from github/mbg/rewrite-quality-category
mbg Aug 7, 2025
c7884c6
Clean up the database if it will be uploaded
henrymercer Aug 7, 2025
f28436b
Update log message in `getRawLanguagesInRepo`
mbg Aug 7, 2025
bc90418
Merge pull request #3009 from github/mbg/auto-detect-actions
mbg Aug 7, 2025
bb56324
Address review
redsun82 Aug 7, 2025
739fb03
Merge branch 'main' into redsun82/unsupported-plat
redsun82 Aug 7, 2025
eddeaf4
Update changelog note
henrymercer Aug 7, 2025
6422cf7
Simplify: Remove `databaseCleanup`
henrymercer Aug 7, 2025
b7beff9
Merge branch 'main' into henrymercer/cleanup-for-mrva
henrymercer Aug 7, 2025
8c8bdce
Update log message for cleanup
henrymercer Aug 7, 2025
239ed87
Fix bad merge
henrymercer Aug 7, 2025
588ff73
Merge pull request #3005 from github/redsun82/unsupported-plat
redsun82 Aug 7, 2025
67a6ea7
Merge pull request #3010 from github/henrymercer/cleanup-for-mrva
henrymercer Aug 7, 2025
c587f0a
Update changelog for v3.29.6
github-actions[bot] Aug 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.

## [UNRELEASED]

No user facing changes.

## 3.29.5 - 29 Jul 2025

- Update default CodeQL bundle version to 2.22.2. [#2986](https://github.com/github/codeql-action/pull/2986)
Expand Down
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeql",
"version": "3.29.5",
"version": "3.29.6",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down
Loading