Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
4ea3a4b
Bump `undici` to at least `6.24.0`
mbg Mar 27, 2026
201ddc2
Retrieve CodeQL versions associated with cached overlay base DBs
henrymercer Apr 21, 2026
5026833
Document exclusion of nightlies
henrymercer Apr 21, 2026
af1f613
Use type-only imports
henrymercer Apr 21, 2026
1279e8d
Mitigate caches being evicted before they can be downloaded
henrymercer Apr 21, 2026
8f02cfa
Update from main and Rebuild
oscarsj Apr 27, 2026
933238e
Update changelog and version after v4.35.3
github-actions[bot] May 1, 2026
fbba1e0
Rebuild
github-actions[bot] May 1, 2026
a723e99
Merge pull request #3868 from github/mergeback/v4.35.3-to-main-e46ed2cb
mbg May 1, 2026
7587714
Revert "Mitigate caches being evicted before they can be downloaded"
henrymercer May 5, 2026
5997e25
Update `listActionsCaches` doc
henrymercer May 5, 2026
7fc86e0
Update type import syntax
henrymercer May 5, 2026
f64a449
Add links to API docs
henrymercer May 5, 2026
09a1d9e
Add note about cache eviction
henrymercer May 5, 2026
4b7faf0
Merge pull request #3809 from github/henrymercer/determine-overlay-ve…
henrymercer May 6, 2026
f9bb0e0
Merge branch 'main' into mbg/dep/update-undici
mbg May 6, 2026
bc0b696
Merge pull request #3785 from github/mbg/dep/update-undici
redsun82 May 6, 2026
9f82f88
Update default bundle to codeql-bundle-v2.25.4
github-actions[bot] May 7, 2026
ae1b915
Add changelog note
github-actions[bot] May 7, 2026
aaef09c
Bump ruby/setup-ruby
dependabot[bot] May 7, 2026
17eabb2
Rebuild
github-actions[bot] May 7, 2026
e7a347d
Merge pull request #3881 from github/update-bundle/codeql-bundle-v2.25.4
redsun82 May 7, 2026
6e3f985
Add wrapper for `test.macro`
mbg May 7, 2026
df77e87
Update test macro snippet
mbg May 7, 2026
922d6fb
Use `makeMacro` instead of `test.macro`
mbg May 7, 2026
0fd9c7d
Merge pull request #3882 from github/dependabot/github_actions/dot-gi…
mbg May 7, 2026
803d9e8
Merge pull request #3883 from github/mbg/test/macro-wrapper
mbg May 7, 2026
9739ad2
Update changelog for v4.35.4
github-actions[bot] May 7, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/__rubocop-multi-language.yml

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

2 changes: 1 addition & 1 deletion .vscode/tests.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"scope": "javascript, typescript",
"prefix": "testMacro",
"body": [
"const ${1:nameMacro} = test.macro({",
"const ${1:nameMacro} = makeMacro({",
" exec: async (t: ExecutionContext<unknown>) => {},",
"",
" title: (providedTitle = \"\") => `${2:common title} - \\${providedTitle}`,",
Expand Down
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.

## 4.35.4 - 07 May 2026

- Update default CodeQL bundle version to [2.25.4](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4). [#3881](https://github.com/github/codeql-action/pull/3881)
Comment thread
redsun82 marked this conversation as resolved.

## 4.35.3 - 01 May 2026

- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. [#3837](https://github.com/github/codeql-action/pull/3837)
Expand Down
201,520 changes: 83,290 additions & 118,230 deletions lib/analyze-action-post.js

Large diffs are not rendered by default.

19,575 changes: 699 additions & 18,876 deletions lib/analyze-action.js

Large diffs are not rendered by default.

Loading
Loading