|
@@ -5,6 +5,10 @@ on:
|
|
branches: [master, releasebranch_7_8]
|
|
branches: [master, releasebranch_7_8]
|
|
pull_request:
|
|
pull_request:
|
|
branches: [master]
|
|
branches: [master]
|
|
|
|
+ paths-ignore:
|
|
|
|
+ - "**/*.html"
|
|
|
|
+ - "**/*.md"
|
|
|
|
+ - "**/*.txt"
|
|
schedule:
|
|
schedule:
|
|
# Check every Saturday at 18:36
|
|
# Check every Saturday at 18:36
|
|
- cron: "36 18 * * 6"
|
|
- cron: "36 18 * * 6"
|
|
@@ -30,6 +34,7 @@ jobs:
|
|
uses: github/codeql-action/init@v1
|
|
uses: github/codeql-action/init@v1
|
|
with:
|
|
with:
|
|
languages: ${{ matrix.language }}
|
|
languages: ${{ matrix.language }}
|
|
|
|
+ config-file: ./.github/codeql/codeql-config.yml
|
|
|
|
|
|
- name: Get dependencies
|
|
- name: Get dependencies
|
|
run: |
|
|
run: |
|