From 9ef8be8df8a64458ba8f3b5d30928856954c51b4 Mon Sep 17 00:00:00 2001 From: Yasoga Nanayakkarawasam Date: Wed, 7 Aug 2024 19:27:08 +0530 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 6448cf5..a3fe015 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ on: pull_request: branches: [ "main" ] schedule: - - cron: '16 18 * * 2' + - cron: '43 10 * * 6' jobs: analyze: @@ -44,6 +44,8 @@ jobs: fail-fast: false matrix: include: + - 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 @@ -86,6 +88,4 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 - with: category: "/language:${{matrix.language}}"