diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 26d14a8..fcbab28 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -7,15 +7,13 @@ on: pull_request: branches: - master - schedule: - - cron: 45 13 * * 6 concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }} cancel-in-progress: true env: - DEFAULT_PYTHON: '3.12' + DEFAULT_PYTHON: '3.11' jobs: analyze: