mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
run CodeQL on push
This commit is contained in:
parent
b4641083f6
commit
69fb5c8de7
5
.github/workflows/codeql.yml
vendored
5
.github/workflows/codeql.yml
vendored
@ -18,6 +18,9 @@ on:
|
||||
- cron: '0 0 * * *'
|
||||
pull_request:
|
||||
branches: '*'
|
||||
push:
|
||||
branches: '*'
|
||||
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@ -84,7 +87,7 @@ jobs:
|
||||
upload: false
|
||||
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
|
||||
- name: Filter out unwanted errors and warnings
|
||||
uses: advanced-security/filter-sarif@v1
|
||||
|
Loading…
Reference in New Issue
Block a user