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 @@
## 4.0.15
No user-facing changes.
## 4.0.14
### Minor Analysis Improvements

View File

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

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.14
lastReleaseVersion: 4.0.15

View File

@@ -1,5 +1,5 @@
name: codeql/python-all
version: 4.0.15-dev
version: 4.0.16-dev
groups: python
dbscheme: semmlecode.python.dbscheme
extractor: python

View File

@@ -1,3 +1,9 @@
## 1.6.5
### Minor Analysis Improvements
* The queries `py/missing-call-to-init`, `py/missing-calls-to-del`, `py/multiple-calls-to-init`, and `py/multiple-calls-to-del` queries have been modernized; no longer relying on outdated libraries, producing more precise results with more descriptive alert messages, and improved documentation.
## 1.6.4
### Minor Analysis Improvements

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
* The queries `py/missing-call-to-init`, `py/missing-calls-to-del`, `py/multiple-calls-to-init`, and `py/multiple-calls-to-del` queries have been modernized; no longer relying on outdated libraries, producing more precise results with more descriptive alert messages, and improved documentation.
## 1.6.5
### Minor Analysis Improvements
* The queries `py/missing-call-to-init`, `py/missing-calls-to-del`, `py/multiple-calls-to-init`, and `py/multiple-calls-to-del` queries have been modernized; no longer relying on outdated libraries, producing more precise results with more descriptive alert messages, and improved documentation.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.6.4
lastReleaseVersion: 1.6.5

View File

@@ -1,5 +1,5 @@
name: codeql/python-queries
version: 1.6.5-dev
version: 1.6.6-dev
groups:
- python
- queries