Update change note

This commit is contained in:
Dave Bartolomeo
2025-02-07 10:09:31 -05:00
parent ca7bcc9714
commit 3b02f4d7bc

View File

@@ -1,14 +1,17 @@
---
category: queryMetadata
category: breaking
---
* The following queries have been removed from the `code-scanning` and `security-extended` suites:
* The following queries have been removed from the `code-scanning` and `security-extended` suites.
Any existing alerts for these queries will be closed automatically.
* `actions/if-expression-always-true/critical`
* `actions/if-expression-always-true/high`
* `actions/unnecessary-use-of-advanced-config`
* The following queries have been moved from the `code-scanning` suite to the `security-extended`
suite:
* The following query has been moved from the `code-scanning` suite to the `security-extended`
suite. Any existing alerts for this query will be closed automatically unless the analysis is
configured to use the `security-extended` suite.
* `actions/unpinned-tag`
* The following queries have been added to the `security-extended` suite:
* The following queries have been added to the `security-extended` suite.
* `actions/unversioned-immutable-action`
* `actions/envpath-injection/medium`
* `actions/envvar-injection/medium`