Skip to content

Commit

Permalink
Merge pull request #18519 from github/dbartol/actions-query-list
Browse files Browse the repository at this point in the history
Add `actions` queries to generated list
  • Loading branch information
RasmusWL authored Jan 20, 2025
2 parents 0097e49 + 3be08e3 commit d7df8d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- description: Extended and experimental security queries for GitHub Actions
- import: codeql-suites/actions-code-scanning.qls
2 changes: 1 addition & 1 deletion misc/scripts/generate-code-scanning-query-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
assert hasattr(arguments, "ignore_missing_query_packs")

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

class CodeQL:
Expand Down

0 comments on commit d7df8d7

Please sign in to comment.