Merge pull request #11681 from github/henrymercer/mergeback-3.8

Merge `rc/3.8` back to `main`
This commit is contained in:
Henry Mercer
2022-12-16 17:43:12 +00:00
committed by GitHub
80 changed files with 184 additions and 41 deletions

View File

@@ -1,3 +1,9 @@
## 0.4.6
### Minor Analysis Improvements
* Kotlin extraction will now fail if the Kotlin version in use is at least 1.7.30. This is to ensure using an as-yet-unsupported version is noticable, rather than silently failing to extract Kotlin code and therefore producing false-negative results.
## 0.4.5
No user-facing changes.

View File

@@ -0,0 +1,5 @@
## 0.4.6
### Minor Analysis Improvements
* Kotlin extraction will now fail if the Kotlin version in use is at least 1.7.30. This is to ensure using an as-yet-unsupported version is noticable, rather than silently failing to extract Kotlin code and therefore producing false-negative results.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 0.4.5
lastReleaseVersion: 0.4.6

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 0.4.6-dev
version: 0.5.0-dev
groups:
- java
- queries