Merge pull request #1883 from github/henrymercer/language-aliasing

Add support for aliasing languages like C/C++, Java/Kotlin, and JS/TS
This commit is contained in:
Henry Mercer 2023-09-15 12:00:12 +01:00 committed by GitHub
commit f3051ed54e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 211 additions and 61 deletions

View file

@ -9,6 +9,7 @@ No user facing changes.
## 2.21.7 - 14 Sep 2023
- Update default CodeQL bundle version to 2.14.5. [#1882](https://github.com/github/codeql-action/pull/1882)
- Enable the following language aliases when using CodeQL 2.14.4 and later: `c-cpp` for C/C++ analysis, `java-kotlin` for Java/Kotlin analysis, and `javascript-typescript` for JavaScript/TypeScript analysis. [#1883](https://github.com/github/codeql-action/pull/1883)
## 2.21.6 - 13 Sep 2023