mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
run CodeQL on push
This commit is contained in:
@@ -18,6 +18,9 @@ on:
|
|||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: '*'
|
branches: '*'
|
||||||
|
push:
|
||||||
|
branches: '*'
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
analyze:
|
analyze:
|
||||||
@@ -84,7 +87,7 @@ jobs:
|
|||||||
upload: false
|
upload: false
|
||||||
id: step1
|
id: step1
|
||||||
|
|
||||||
# Filter out rules with low severity or high false positve rate
|
# Filter out rules with low severity or high false positive rate
|
||||||
# Also filter out warnings in third-party code
|
# Also filter out warnings in third-party code
|
||||||
- name: Filter out unwanted errors and warnings
|
- name: Filter out unwanted errors and warnings
|
||||||
uses: advanced-security/filter-sarif@v1
|
uses: advanced-security/filter-sarif@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user