We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aad21ea + 7d1d3ad commit 59e5859Copy full SHA for 59e5859
1 file changed
.github/workflows/codeql.yml
@@ -32,8 +32,8 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- language: [ 'ruby' ]
36
- # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
+ language: [ 'ruby', 'actions' ]
+ # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'actions' ]
37
# Use only 'java' to analyze code written in Java, Kotlin or both
38
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
39
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
0 commit comments