Update javascript/ql/src/change-notes/2025-06-23-remove-legacy-actions-queries.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Asger F
2025-06-24 11:22:37 +02:00
committed by GitHub
parent ea0a80a06a
commit 54bfde9b7a

View File

@@ -3,5 +3,5 @@ category: minorAnalysis
---
* Removed three queries from the JS qlpack, which have been superseded by newer queries that are part of the Actions qlpack:
* `js/actions/pull-request-target` has been superseded by `actions/untrusted-checkout/{medium,high,critical}`
* `js/actions/actions-artifact-leak` has been supersded by `actions/secrets-in-artifacts`
* `js/actions/actions-artifact-leak` has been superseded by `actions/secrets-in-artifacts`
* `js/actions/command-injection` has been superseded by `actions/command-injection/{medium,critical}`