Sourced from github/codeql-action's releases.
CodeQL Bundle v2.17.6
Bundles CodeQL CLI v2.17.6
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.6
:
codeql/cpp-queries
(changelog, source)codeql/cpp-all
(changelog, source)codeql/csharp-queries
(changelog, source)codeql/csharp-all
(changelog, source)codeql/go-queries
(changelog, source)codeql/go-all
(changelog, source)codeql/java-queries
(changelog, source)codeql/java-all
(changelog, source)codeql/javascript-queries
(changelog, source)codeql/javascript-all
(changelog, source)codeql/python-queries
(changelog, source)codeql/python-all
(changelog, source)codeql/ruby-queries
(changelog, source)codeql/ruby-all
(changelog, source)codeql/swift-queries
(changelog, source)codeql/swift-all
(changelog, source)CodeQL Bundle v2.17.5
Bundles CodeQL CLI v2.17.5
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.5
:
codeql/cpp-queries
(changelog, source)codeql/cpp-all
(changelog, source)codeql/csharp-queries
(changelog, source)codeql/csharp-all
(changelog, source)codeql/go-queries
(changelog, source)codeql/go-all
(changelog, source)codeql/java-queries
(changelog, source)codeql/java-all
(changelog, source)codeql/javascript-queries
(changelog, source)codeql/javascript-all
(changelog, source)codeql/python-queries
(changelog, source)codeql/python-all
(changelog, source)codeql/ruby-queries
(changelog, source)codeql/ruby-all
(changelog, source)codeql/swift-queries
(changelog, source)codeql/swift-all
(changelog, source)CodeQL Bundle v2.17.4
Bundles CodeQL CLI v2.17.4
Includes the following CodeQL language packs from
github/codeql@codeql-cli/v2.17.4
:
... (truncated)
Sourced from github/codeql-action's changelog.
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
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latest
using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12
. ARM machines with SIP disabled, including the newestmacos-latest
image, are unsupported for CLI versions before 2.15.1. #22613.25.2 - 22 Apr 2024
No user facing changes.
3.25.1 - 17 Apr 2024
- We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the
autobuild
build mode. #2235- Fix a bug where the
init
Action would fail if--overwrite
was specified inCODEQL_ACTION_EXTRA_OPTIONS
. #2245
... (truncated)
208abc5
Merge branch 'main' into
henrymercer/swift-autobuild-check-with-build-mode5b39968
Merge pull request #2343
from github/henrymercer/remove-macos-11f45434f
Merge branch 'aeisenberg/fix-workflow' into
dependabot/npm_and_yarn/npm-5c2f2...b7574c1
Fix workflow35619fb
Merge pull request #1939
from github/aeisenberg/enable-kotlin-testsb530827
Update checked-in dependencies