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-15 23:22:18 +08:00
call-codeQL-analysis: # The reusable workflow can be found here : https://github.com/actions/reusable-workflows/blob/main/.github/workflows/codeql-analysis.yml
2022-12-19 21:24:45 +08:00
name : CodeQL analysis
uses : actions/reusable-workflows/.github/workflows/codeql-analysis.yml@main