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}}"