Skip to content

Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#235) #589

Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#235)

Bump codecov/codecov-action from 3.1.5 to 4.0.1 (#235) #589

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 }}