2021-01-15 20:21:49 +08:00
|
|
|
name: 'Code scanning'
|
2020-08-21 19:42:07 +08:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
2022-12-08 21:14:09 +08:00
|
|
|
branches: [main]
|
2020-08-21 19:42:07 +08:00
|
|
|
pull_request:
|
2022-12-08 21:14:09 +08:00
|
|
|
branches: [main]
|
2020-08-21 19:42:07 +08:00
|
|
|
schedule:
|
2022-12-15 20:47:58 +08:00
|
|
|
- cron: '0 3 * * 0'
|
2020-08-21 19:42:07 +08:00
|
|
|
|
|
|
|
jobs:
|
2022-12-20 23:59:39 +08:00
|
|
|
call-codeQL-analysis:
|
2022-12-19 21:24:45 +08:00
|
|
|
name: CodeQL analysis
|
2022-12-21 00:04:59 +08:00
|
|
|
uses: actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main
|