Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
7434149
Upgrade Node.js version to 24.
mario-campos Sep 26, 2025
30445af
Rebuild JS after upgrading to Node.js 24.
mario-campos Sep 26, 2025
d7ada03
Downgrade upload-sarif@v4 -> v3
mario-campos Sep 26, 2025
1804381
Specify Node.js v24 in actions/setup-node steps.
mario-campos Sep 29, 2025
d4bbcb7
Implement simultaneous PR checks for Node.js v20, v24.
mario-campos Sep 29, 2025
d4b5380
Document Node.js 24 change in CHANGELOG.md.
mario-campos Sep 30, 2025
3adb1ff
Reorder supported tags in descending order
mario-campos Oct 1, 2025
d899b2e
Merge branch 'main' into mario-campos/node24
henrymercer Oct 2, 2025
205744e
Update changelog and version after v3.30.6
github-actions[bot] Oct 2, 2025
70836b1
Rebuild
github-actions[bot] Oct 2, 2025
21a7ba3
Merge pull request #3173 from github/mergeback/v3.30.6-to-main-64d10c13
nickrolfe Oct 2, 2025
65e9e64
Make `matrix` available to `start-proxy` action
mbg Oct 2, 2025
54ae8ba
Simplify PR check by reverting changes to `@types/node`.
mario-campos Oct 2, 2025
dddf033
Revert changes to build.mjs
mario-campos Oct 2, 2025
7fb8378
Re-throw exception in `createStatusReportBase` when in test mode
mbg Oct 3, 2025
065c6cf
Merge pull request #3174 from github/mbg/fix/start-proxy-matrix
mbg Oct 3, 2025
b2e2232
Merge remote-tracking branch 'origin/main' into mario-campos/node24
mario-campos Oct 3, 2025
b66db86
Hoist CHANGELOG note back to "UNRELEASED" section.
mario-campos Oct 6, 2025
5528384
Merge pull request #3169 from github/mario-campos/node24
mario-campos Oct 6, 2025
93c1673
Update changelog for v4.30.7
github-actions[bot] Oct 6, 2025
e296a93
Merge pull request #3183 from github/update-v4.30.7-55283843c
mario-campos Oct 7, 2025
b264e15
Update version and changelog for v3.30.7
github-actions[bot] Oct 7, 2025
01f1a24
Downgrade action.yml to use Node.js 20 instead of Node.js 24 for v3
mario-campos Oct 7, 2025
c551c50
Rebuild
github-actions[bot] Oct 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.30.6 - 02 Oct 2025

- Update default CodeQL bundle version to 2.23.2. [#3168](https://github.com/github/codeql-action/pull/3168)
Expand Down
2 changes: 1 addition & 1 deletion lib/analyze-action-post.js

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

2 changes: 1 addition & 1 deletion lib/analyze-action.js

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

2 changes: 1 addition & 1 deletion lib/autobuild-action.js

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

2 changes: 1 addition & 1 deletion lib/init-action-post.js

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

2 changes: 1 addition & 1 deletion lib/init-action.js

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

2 changes: 1 addition & 1 deletion lib/resolve-environment-action.js

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

2 changes: 1 addition & 1 deletion lib/start-proxy-action-post.js

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

2 changes: 1 addition & 1 deletion lib/start-proxy-action.js

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

2 changes: 1 addition & 1 deletion lib/upload-lib.js

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

2 changes: 1 addition & 1 deletion lib/upload-sarif-action-post.js

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

2 changes: 1 addition & 1 deletion lib/upload-sarif-action.js

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.30.6",
"version": "3.30.7",
"private": true,
"description": "CodeQL action",
"scripts": {
Expand Down
Loading