|
|
@ -2,12 +2,17 @@ name: "CodeQL"
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
push:
|
|
|
|
branches: [ master ]
|
|
|
|
branches: [master]
|
|
|
|
|
|
|
|
paths:
|
|
|
|
|
|
|
|
- src/**
|
|
|
|
|
|
|
|
- package.json
|
|
|
|
|
|
|
|
- tsconfig.json
|
|
|
|
|
|
|
|
- .github/workflows/**
|
|
|
|
pull_request:
|
|
|
|
pull_request:
|
|
|
|
# The branches below must be a subset of the branches above
|
|
|
|
# The branches below must be a subset of the branches above
|
|
|
|
branches: [ master ]
|
|
|
|
branches: [master]
|
|
|
|
schedule:
|
|
|
|
schedule:
|
|
|
|
- cron: '27 18 * * 6'
|
|
|
|
- cron: "27 18 * * 6"
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
jobs:
|
|
|
|
analyze:
|
|
|
|
analyze:
|
|
|
@ -21,7 +26,7 @@ jobs:
|
|
|
|
strategy:
|
|
|
|
strategy:
|
|
|
|
fail-fast: false
|
|
|
|
fail-fast: false
|
|
|
|
matrix:
|
|
|
|
matrix:
|
|
|
|
language: [ 'typescript' ]
|
|
|
|
language: ["typescript"]
|
|
|
|
|
|
|
|
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Checkout repository
|
|
|
|
- name: Checkout repository
|
|
|
|