Skip to content

Commit a95d2a1

Browse files
committed
fix: Add 'rust' to the list of supported CodeQL languages
1 parent 9b2af5e commit a95d2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
token = sys.argv[1]
77
endpoint = sys.argv[2]
88
exclude = sys.argv[3]
9-
codeql_languages = ["actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "typescript", "kotlin", "swift"]
9+
codeql_languages = ["actions", "cpp", "csharp", "go", "java", "javascript", "python", "ruby", "rust", "typescript", "kotlin", "swift"]
1010

1111

1212
# Connect to the languages API and return languages

0 commit comments

Comments
 (0)