Skip to content

Commit 7f2dd6b

Browse files
feat(codeql): add rust analysis (#484)
1 parent 4736989 commit 7f2dd6b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

.github/workflows/__call-codeql.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,18 @@ jobs:
3232
with:
3333
script: |
3434
// CodeQL supports the following:
35-
// ['actions', 'c', 'cpp', 'csharp', 'go', 'java', 'javascript', 'kotlin', 'python', 'ruby', 'swift']
35+
// actions
36+
// c
37+
// cpp
38+
// csharp
39+
// go
40+
// java
41+
// javascript
42+
// kotlin
43+
// python
44+
// ruby
45+
// rust
46+
// swift
3647
3748
// Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3849
const supported_languages = [
@@ -43,6 +54,7 @@ jobs:
4354
'javascript',
4455
'python',
4556
'ruby',
57+
'rust',
4658
'swift',
4759
]
4860

0 commit comments

Comments
 (0)