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