Add new 202111 month-avg variable groups (#140) #438
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: [ '*' ] | |
schedule: | |
- cron: '44 0 * * 5' | |
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 }} |