We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions
1 parent 45e9957 commit 01c4dd8Copy full SHA for 01c4dd8
misc/scripts/generate-code-scanning-query-list.py
@@ -30,7 +30,7 @@
30
assert hasattr(arguments, "ignore_missing_query_packs")
31
32
# Define which languages and query packs to consider
33
-languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
+languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
34
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental" ]
35
36
class CodeQL:
0 commit comments