JS: Use resources/tools from external repo, not internal.

This was missing in https://github.com/github/codeql/pull/16656, so we couldn't actually
delete the resources in the internal repo.
This commit is contained in:
Cornelius Riemenschneider
2024-06-04 13:54:41 +02:00
parent c8202341bb
commit e8c1e50276

View File

@@ -31,7 +31,7 @@ codeql_pack(
"//javascript/downgrades",
"//javascript/externs",
"//javascript/extractor:tools-extractor",
"@semmle_code//language-packs/javascript:resources",
"//javascript/resources",
],
visibility = ["//visibility:public"],
zips = {"//javascript/extractor/lib/typescript": "tools"},