17 lines
485 B
YAML
17 lines
485 B
YAML
name: 'Code scanning'
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
schedule:
|
|
- cron: '0 3 * * 0'
|
|
|
|
jobs:
|
|
call-codeQL-analysis:
|
|
name: CodeQL analysis
|
|
# Check the reusable workflow here: https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
|
|
#uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|
|
uses: IvanZosimov/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|