Skip to content

Commit 9dd275b

Browse files
authoredJan 30, 2023
cdeql: add ruby language (#1124)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent e19f556 commit 9dd275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
language: [ 'go' ]
38+
language: [ 'go', 'ruby' ]
3939
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
4040
# Learn more:
4141
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed

0 commit comments

Comments
 (0)
Please sign in to comment.