We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0948a32 commit 3ad8565Copy full SHA for 3ad8565
1 file changed
.github/workflows/codeql.yml
@@ -35,7 +35,7 @@ jobs:
35
strategy:
36
fail-fast: false
37
matrix:
38
- language: [ 'cpp' ]
+ language: [ 'cpp', 'rust', 'actions' ]
39
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
40
steps:
41
- name: Checkout repository
0 commit comments