Skip to content

Add GHA to auto-assign milestones to issues/PRs (#60) (#56) #176

Add GHA to auto-assign milestones to issues/PRs (#60) (#56)

Add GHA to auto-assign milestones to issues/PRs (#60) (#56) #176

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