Skip to content

Merge remote-tracking branch 'origin/py312' into py312 #135

Merge remote-tracking branch 'origin/py312' into py312

Merge remote-tracking branch 'origin/py312' into py312 #135

name: "CodeQL"
on:
push:
branches: [ '*' ]
schedule:
- cron: '34 19 * * 1'
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 }}