Merge branch 'main' into henrymercer/require-cli-2.6.3

This commit is contained in:
Henry Mercer 2022-11-14 22:25:31 +00:00
commit 1e2f8f035d
63 changed files with 728 additions and 505 deletions

View file

@ -2,6 +2,10 @@
## [UNRELEASED]
- Go is now analyzed in the same way as other compiled languages such as C/C++, C#, and Java. This completes the rollout of the feature described in [CodeQL Action version 2.1.27](#2127---06-oct-2022). [#1322](https://github.com/github/codeql-action/pull/1322)
## 2.1.32 - 14 Nov 2022
- Update default CodeQL bundle version to 2.11.3. [#1348](https://github.com/github/codeql-action/pull/1348)
- Update the ML-powered additional query pack for JavaScript to version 0.4.0. [#1351](https://github.com/github/codeql-action/pull/1351)
- Bump the minimum CodeQL bundle version to 2.6.3. [#1358](https://github.com/github/codeql-action/pull/1358)