Files
setup-dotnet/.github/workflows/codeql-analysis.yml
js6pak d9dae35030 Remove branch constraint on workflows used for testing
This means you are going to be notified of CI issues quicker, especially if you have to wait for a confirmation before running the workflows on your PR.
2026-05-07 21:26:34 +02:00

13 lines
224 B
YAML

name: CodeQL analysis
on:
push:
pull_request:
schedule:
- cron: '0 3 * * 0'
jobs:
call-codeQL-analysis:
name: CodeQL analysis
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main