Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.[UNRELEASED]
- Add
codeql-version
to outputs. #23683.25.12 - 12 Jul 2024
- Improve the reliability and performance of analyzing code when analyzing a compiled language with the
autobuild
build mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353- Update default CodeQL bundle version to 2.18.0. #2364
3.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
- Update default CodeQL bundle version to 2.17.6. #2352
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #2274- The
tools: latest
input to theinit
Action has been renamed totools: linked
. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
... (truncated)
4fa2a79
Merge pull request #2369
from github/update-v3.25.12-947b18fb7dec6fb7
Update changelog for v3.25.12947b18f
Merge pull request #2365
from github/dependabot/npm_and_yarn/npm-88aac572419ab7277
Merge pull request #2364
from github/update-bundle/codeql-bundle-v2.18.01c60bf1
Merge branch 'main' into update-bundle/codeql-bundle-v2.18.0be825d5
Merge pull request #2353
from github/henrymercer/enable-direct-tracing243e392
Fix PR number in changelog026682f
Fix bad auto merge in changelog264cbe2
Merge branch 'main' into henrymercer/enable-direct-tracing0b65015
Update checked-in dependenciesSourced from actions/setup-node's releases.
v4.0.3
What's Changed
Bug fixes:
- Fix macos latest check failures by
@HarithaVattikuti
in actions/setup-node#1041Documentation changes:
- Documentation update to update default Node version to 20 by
@bengreeley
in actions/setup-node#949Dependency updates:
- Bump undici from 5.26.5 to 5.28.3 by
@dependabot
in actions/setup-node#965- Bump braces from 3.0.2 to 3.0.3 and other dependency updates by
@dependabot
in actions/setup-node#1087New Contributors
@bengreeley
made their first contribution in actions/setup-node#949@HarithaVattikuti
made their first contribution in actions/setup-node#1041Full Changelog: https://github.com/actions/setup-node/compare/v4...v4.0.3