Skip to content

Commit 01c4dd8

Browse files
committed
Add actions queries to generated list
1 parent 45e9957 commit 01c4dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/scripts/generate-code-scanning-query-list.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
assert hasattr(arguments, "ignore_missing_query_packs")
3131

3232
# Define which languages and query packs to consider
33-
languages = [ "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
33+
languages = [ "actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "swift" ]
3434
packs = [ "code-scanning", "security-and-quality", "security-extended", "security-experimental" ]
3535

3636
class CodeQL:

0 commit comments

Comments
 (0)