Skip to content

Commit 2247923

Browse files
woody-applepull[bot]
authored andcommitted
Updating the exclude paths for CodeQL, and enabling it daily (#27482)
1 parent 027a5c6 commit 2247923

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/codeql.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ jobs:
103103
uses: github/codeql-action/init@v2
104104
with:
105105
languages: ${{ matrix.language }}
106-
# If you wish to specify custom queries, you can do so here or in a config file.
107-
# By default, queries listed here will override any specified in a config file.
108-
# Prefix the list here with "+" to use these queries and those in the config file.
109-
110-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
111-
# queries: security-extended,security-and-quality
112106

113107
- name: Setup Build
114108
run: scripts/build/gn_gen.sh --args="chip_config_memory_debug_checks=true chip_config_memory_debug_dmalloc=false"
@@ -127,6 +121,7 @@ jobs:
127121
uses: advanced-security/filter-sarif@v1
128122
with:
129123
patterns: |
124+
-**/app/tests/**
130125
-**/third_party/**
131126
-**/scripts/**
132127
input: "sarif-results/${{matrix.language}}.sarif"

0 commit comments

Comments
 (0)