Skip to content

Commit

Permalink
added ruby back to lanuage matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonjbarnette authored Aug 6, 2024
1 parent 9e15e17 commit eca3487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ] # removed ruby due to build errors
language: [ 'javascript', 'ruby' ] # added ruby back (if ruby complains in future, check alert includes on page or run locally to see parse errors) - cjb
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more:
# 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
Expand Down

0 comments on commit eca3487

Please sign in to comment.