Merge pull request #20451 from github/post-release-prep/codeql-cli-2.23.1

Post-release preparation for codeql-cli-2.23.1
This commit is contained in:
Ian Lynagh
2025-09-17 13:00:14 +01:00
committed by GitHub
182 changed files with 500 additions and 189 deletions

View File

@@ -1,3 +1,7 @@
## 1.7.48
No user-facing changes.
## 1.7.47
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.47
lastReleaseVersion: 1.7.48

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-all
version: 1.7.48-dev
version: 1.7.49-dev
groups:
- csharp
- solorigate

View File

@@ -1,3 +1,7 @@
## 1.7.48
No user-facing changes.
## 1.7.47
No user-facing changes.

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.7.47
lastReleaseVersion: 1.7.48

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-solorigate-queries
version: 1.7.48-dev
version: 1.7.49-dev
groups:
- csharp
- solorigate

View File

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

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 5.2.3
lastReleaseVersion: 5.2.4

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-all
version: 5.2.4-dev
version: 5.2.5-dev
groups: csharp
dbscheme: semmlecode.csharp.dbscheme
extractor: csharp

View File

@@ -1,3 +1,17 @@
## 1.4.0
### Deprecated Queries
* The query `cs/captured-foreach-variable` has been deprecated as the semantics of capturing a 'foreach' variable and using it outside the loop has been stable since C# version 5.
### Minor Analysis Improvements
* The query `cs/call-to-object-tostring` has been improved to remove false positives for enum types.
### Bug Fixes
* The message for `csharp/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.
## 1.3.4
No user-facing changes.

View File

@@ -1,4 +0,0 @@
---
category: fix
---
* The message for `csharp/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.

View File

@@ -1,4 +0,0 @@
---
category: deprecated
---
* The query `cs/captured-foreach-variable` has been deprecated as the semantics of capturing a 'foreach' variable and using it outside the loop has been stable since C# version 5.

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* The query `cs/call-to-object-tostring` has been improved to remove false positives for enum types.

View File

@@ -0,0 +1,13 @@
## 1.4.0
### Deprecated Queries
* The query `cs/captured-foreach-variable` has been deprecated as the semantics of capturing a 'foreach' variable and using it outside the loop has been stable since C# version 5.
### Minor Analysis Improvements
* The query `cs/call-to-object-tostring` has been improved to remove false positives for enum types.
### Bug Fixes
* The message for `csharp/diagnostic/database-quality` has been updated to include detailed database health metrics. Additionally, the threshold for reporting database health issues has been lowered from 95% to 85% (if any metric falls below this percentage). These changes are visible on the tool status page.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.3.4
lastReleaseVersion: 1.4.0

View File

@@ -1,5 +1,5 @@
name: codeql/csharp-queries
version: 1.3.5-dev
version: 1.4.1-dev
groups:
- csharp
- queries