run CodeQL on push

This commit is contained in:
Gabor Kiss-Vamosi 2023-11-13 18:13:00 +01:00
parent b4641083f6
commit 69fb5c8de7

View File

@ -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