Release preparation for version 2.21.4

This commit is contained in:
github-actions[bot]
2025-05-27 17:22:05 +00:00
parent 5df50c0b14
commit bfb91e95e3
174 changed files with 483 additions and 190 deletions

View File

@@ -1,3 +1,9 @@
## 4.0.8
### Minor Analysis Improvements
- The Python extractor now extracts files in hidden directories by default. If you would like to skip files in hidden directories, add `paths-ignore: ["**/.*/**"]` to your [Code Scanning config](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#specifying-directories-to-scan). If you would like to skip all hidden files, you can use `paths-ignore: ["**/.*"]`. When using the CodeQL CLI for extraction, specify the configuration (creating the configuration file if necessary) using the `--codescanning-config` option.
## 4.0.7
### Minor Analysis Improvements

View File

@@ -1,5 +1,5 @@
---
category: minorAnalysis
---
## 4.0.8
### Minor Analysis Improvements
- The Python extractor now extracts files in hidden directories by default. If you would like to skip files in hidden directories, add `paths-ignore: ["**/.*/**"]` to your [Code Scanning config](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#specifying-directories-to-scan). If you would like to skip all hidden files, you can use `paths-ignore: ["**/.*"]`. When using the CodeQL CLI for extraction, specify the configuration (creating the configuration file if necessary) using the `--codescanning-config` option.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 4.0.7
lastReleaseVersion: 4.0.8

View File

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

View File

@@ -1,3 +1,9 @@
## 1.5.1
### Minor Analysis Improvements
* The query `py/hardcoded-credentials` has been removed from all query suites.
## 1.5.0
### Query Metadata Changes

View File

@@ -1,4 +1,5 @@
---
category: minorAnalysis
---
## 1.5.1
### Minor Analysis Improvements
* The query `py/hardcoded-credentials` has been removed from all query suites.

View File

@@ -1,2 +1,2 @@
---
lastReleaseVersion: 1.5.0
lastReleaseVersion: 1.5.1

View File

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