From 6c8fea554035b47d8c97b0303282d4024f955f0b Mon Sep 17 00:00:00 2001 From: TekangBush <118689573+TekangBush@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:29:43 -0400 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7a6d5d5..576711c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,8 +16,6 @@ on: branches: [ "main" ] pull_request: branches: [ "main" ] - schedule: - - cron: '39 1 * * 1' jobs: analyze: @@ -45,8 +43,7 @@ jobs: include: - language: csharp build-mode: none - - language: javascript-typescript - 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