Skip to content

Commit d7df8d7

Browse files
authored
Merge pull request github#18519 from github/dbartol/actions-query-list
Add `actions` queries to generated list
2 parents 0097e49 + 3be08e3 commit d7df8d7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- description: Extended and experimental security queries for GitHub Actions
2+
- import: codeql-suites/actions-code-scanning.qls

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

Lines changed: 1 addition & 1 deletion
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)