From f9a885144428b5a92a4ad7b96ddc1f57de4357b2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 4 May 2026 21:26:58 +0000 Subject: [PATCH] Remove ruby from CodeQL matrix - no Ruby code in repo Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/421407ef-603f-49fd-8946-2d505b044ffa Co-authored-by: 0x5t4l1n <161853795+0x5t4l1n@users.noreply.github.com> --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9a18281..819812f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -49,8 +49,6 @@ jobs: build-mode: none - language: python 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' # Use `c-cpp` to analyze code written in C, C++ or both # Use 'java-kotlin' to analyze code written in Java, Kotlin or both