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