From 6b69e73baa2c17b0e33c1929a67355a10c4888cf Mon Sep 17 00:00:00 2001 From: Sebastian Lorenz Date: Thu, 16 Apr 2026 12:47:20 +0200 Subject: [PATCH] chore: remove typescript from codeql ci --- .github/workflows/codeql.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a073b21..fe6c432 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,8 +43,6 @@ jobs: include: - language: actions build-mode: none - - language: javascript-typescript - build-mode: none - language: rust build-mode: none # CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'