From 92702e6b82f5eda8bc7708acb2c20d90f90c5ac9 Mon Sep 17 00:00:00 2001 From: Jiri Podivin Date: Tue, 3 Sep 2024 10:00:11 +0200 Subject: [PATCH] Removing ruby from CodeQL matrix Signed-off-by: Jiri Podivin --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 057ff4d3c..3e7e1ddad 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -42,8 +42,6 @@ jobs: include: - language: go build-mode: autobuild - - language: ruby - build-mode: none # CodeQL supports the following values keywords for 'language': 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both