Disable uploads to graham
during 7dec24 to 3jan25 downtime
#819
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL" | |
on: | |
push: | |
branches: [ main, ] | |
pull_request: | |
branches: [ main ] | |
schedule: | |
- cron: '45 16 * * 2' | |
jobs: | |
analyze: | |
name: Analyze | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
strategy: | |
fail-fast: false | |
matrix: | |
language: [ 'python' ] | |
uses: UBC-MOAD/gha-workflows/.github/workflows/codeql-analysis.yaml@main | |
with: | |
language: ${{ matrix.language }} |