Skip to content

update release workflow #6

update release workflow

update release workflow #6

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.yaml