Skip to content

Commit

Permalink
disable default CodeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhua committed Apr 18, 2024
1 parent 7a641ee commit efc2694
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '24 19 * * 0'
- cron: '17 18 * * 5'

jobs:
analyze:
Expand All @@ -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
Expand Down

0 comments on commit efc2694

Please sign in to comment.