Revert "Merge pull request #19994 from github/post-release-prep/codeql-cli-2.22.2"

This reverts commit e5b4a15e35, reversing
changes made to 33e63109bb.
This commit is contained in:
Nick Rolfe
2025-07-21 15:18:59 +01:00
parent ad5c5acae5
commit ad9b637bec
177 changed files with 175 additions and 466 deletions

View File

@@ -1,7 +1,3 @@
## 7.3.3
No user-facing changes.
## 7.3.2
### Minor Analysis Improvements

View File

@@ -1,3 +0,0 @@
## 7.3.3
No user-facing changes.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 7.3.3
lastReleaseVersion: 7.3.2

View File

@@ -1,5 +1,5 @@
name: codeql/java-all
version: 7.3.4-dev
version: 7.3.3-dev
groups: java
dbscheme: config/semmlecode.dbscheme
extractor: java

View File

@@ -1,9 +1,3 @@
## 1.6.1
### Minor Analysis Improvements
* Java analysis of guards has been switched to use the new and improved shared guards library. This improves precision of a number of queries, in particular `java/dereferenced-value-may-be-null`, which now has fewer false positives, and `java/useless-null-check` and `java/constant-comparison`, which gain additional true positives.
## 1.6.0
### Query Metadata Changes

View File

@@ -1,5 +1,4 @@
## 1.6.1
### Minor Analysis Improvements
---
category: minorAnalysis
---
* Java analysis of guards has been switched to use the new and improved shared guards library. This improves precision of a number of queries, in particular `java/dereferenced-value-may-be-null`, which now has fewer false positives, and `java/useless-null-check` and `java/constant-comparison`, which gain additional true positives.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.1
lastReleaseVersion: 1.6.0

View File

@@ -1,5 +1,5 @@
name: codeql/java-queries
version: 1.6.2-dev
version: 1.6.1-dev
groups:
- java
- queries