Skip to content

CodeQL

CodeQL #109

name: "CodeQL"
on:
push:
branches: [ "*" ]
schedule:
- cron: '38 5 * * 2'
jobs:
analyze:
name: Analyze
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
uses: UBC-MOAD/gha-workflows/.github/workflows/codeql-analysis.yaml@main
with:
language: ${{ matrix.language }}