Merge pull request #15 from th30d4y/copilot/fix-codeql-execution-errors

Remove Ruby from CodeQL language matrix
This commit is contained in:
Stalin
2026-05-05 03:05:56 +05:30
committed by GitHub
-2
View File
@@ -49,8 +49,6 @@ jobs:
build-mode: none build-mode: none
- language: python - language: python
build-mode: none build-mode: none
- language: ruby
build-mode: none
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift' # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
# Use `c-cpp` to analyze code written in C, C++ or both # Use `c-cpp` to analyze code written in C, C++ or both
# Use 'java-kotlin' to analyze code written in Java, Kotlin or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both