mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
Release preparation for version 2.21.1
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
## 1.4.7
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
- The `py/mixed-tuple-returns` query no longer flags instances where the tuple is passed into the function as an argument, as this led to too many false positives.
|
||||
|
||||
## 1.4.6
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
## 1.4.7
|
||||
|
||||
### Minor Analysis Improvements
|
||||
|
||||
- The `py/mixed-tuple-returns` query no longer flags instances where the tuple is passed into the function as an argument, as this led to too many false positives.
|
||||
@@ -1,2 +1,2 @@
|
||||
---
|
||||
lastReleaseVersion: 1.4.6
|
||||
lastReleaseVersion: 1.4.7
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: codeql/python-queries
|
||||
version: 1.4.7-dev
|
||||
version: 1.4.7
|
||||
groups:
|
||||
- python
|
||||
- queries
|
||||
|
||||
Reference in New Issue
Block a user