Skip to content

Commit

Permalink
Merge pull request #108 from Malwarebytes/jboursier-codeql-action
Browse files Browse the repository at this point in the history
Enable CodeQL for GH Actions
  • Loading branch information
jboursier-mwb authored Jan 14, 2025
2 parents 29092e9 + 5d4417a commit a32343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ghas_cli/utils/repositories.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def get_languages(
)
return ["default"]

languages = list()
languages = ["actions"] #https://github.blog/changelog/2024-12-17-find-and-fix-actions-workflows-vulnerabilities-with-codeql-public-preview/
for language in [l.lower() for l in languages_resp.json()]:
if only_codeql:
if language in codeql_languages:
Expand Down

0 comments on commit a32343f

Please sign in to comment.