Skip to content

CodeQL

CodeQL #116

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["master"]
schedule:
- cron: "19 11 * * 0"
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
## Discover vulnerabilities
##
CodeQL:
uses: ./.github/workflows/_codeql.yml