Merge pull request #1180 from actions/daverlo/ruby-beta
Add ruby and update CodeQL workflow
This commit is contained in:
@@ -34,8 +34,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
language: [ $detected-codeql-languages ]
|
language: [ $detected-codeql-languages ]
|
||||||
# CodeQL supports [ $supported-codeql-languages ]
|
# CodeQL supports [ $supported-codeql-languages ]
|
||||||
# Learn more:
|
# Learn more about CodeQL language support at https://git.io/codeql-language-support
|
||||||
# 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
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "CodeQL Analysis",
|
"name": "CodeQL Analysis",
|
||||||
"creator": "GitHub",
|
"creator": "GitHub",
|
||||||
"description": "Security analysis from GitHub for C, C++, C#, Java, JavaScript, TypeScript, Python, and Go developers.",
|
"description": "Security analysis from GitHub for C, C++, C#, Go, Java, JavaScript, TypeScript, Python, and Ruby developers.",
|
||||||
"iconName": "octicon mark-github",
|
"iconName": "octicon mark-github",
|
||||||
"categories": ["Code Scanning", "C", "C#", "C++", "Go", "Java", "JavaScript", "TypeScript", "Python"]
|
"categories": ["Code Scanning", "C", "C++", "C#", "Go", "Java", "JavaScript", "TypeScript", "Python", "Ruby"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user