Skip to content

CodeQL Advanced

CodeQL Advanced #18

Workflow file for this run

name: "CodeQL Advanced"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '27 6 * * 3'
permissions:
security-events: write
contents: read
packages: read
actions: read
jobs:
codeql:
uses: reactiveui/actions-common/.github/workflows/workflow-common-codeql.yml@main
with:
srcFolder: src
solutionFile: Splat.DI.SourceGenerator.slnx
installWorkloads: false
analyzeCSharp: true
analyzeActions: true
analyzeJavaScript: false