Merge pull request #19376 from adityasharad/actions/exclude-model-generator-queries

Actions: Exclude model-generator queries from query suites
This commit is contained in:
Aditya Sharad
2025-04-25 20:03:32 +05:30
committed by GitHub
3 changed files with 16 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
* @problem.severity warning
* @security-severity 9.3
* @precision high
* @id actions/reusable-wokflow-sinks
* @id actions/reusable-workflow-sinks
* @tags actions
* model-generator
* external/cwe/cwe-020

View File

@@ -0,0 +1,14 @@
### Breaking Changes
* The following queries have been removed from the `security-and-quality` suite.
They are not intended to produce user-facing
alerts describing vulnerabilities.
Any existing alerts for these queries will be closed automatically.
* `actions/composite-action-sinks`
* `actions/composite-action-sources`
* `actions/composite-action-summaries`
* `actions/reusable-workflow-sinks`
(renamed from `actions/reusable-wokflow-sinks`)
* `actions/reusable-workflow-sources`
* `actions/reusable-workflow-summaries`

View File

@@ -33,3 +33,4 @@
tags contain:
- modeleditor
- modelgenerator
- 'model-generator'