From efc2694c5b3728bbe5d9b54e01446ba8deda0707 Mon Sep 17 00:00:00 2001 From: Zhenhua Han Date: Thu, 18 Apr 2024 11:35:43 +0800 Subject: [PATCH] disable default CodeQL --- .github/workflows/codeql.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 78c1d17..dd5bb02 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ on: pull_request: branches: [ "main" ] schedule: - - cron: '24 19 * * 0' + - cron: '17 18 * * 5' jobs: analyze: @@ -43,7 +43,9 @@ jobs: strategy: fail-fast: false matrix: - language: ['python'] + include: + - language: python + 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