We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d354b0c commit 5059768Copy full SHA for 5059768
misc/scripts/generate-code-scanning-query-list.py
@@ -31,7 +31,7 @@
31
32
# Define which languages and query packs to consider
33
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "swift" ]
34
-packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental", "code-quality"]
+packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental", "code-quality", "code-quality-extended"]
35
36
class CodeQL:
37
def __init__(self):
0 commit comments