Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit 1f3e7b1

Browse files
chore: update global workflows (#349)
1 parent 1de506d commit 1f3e7b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

+2
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162
# queries: security-extended,security-and-quality
163163
config: |
164164
paths-ignore:
165+
- build
165166
- node_modules
166167
- third-party
167168
@@ -196,6 +197,7 @@ jobs:
196197
input: sarif-results/${{ matrix.language }}.sarif
197198
output: sarif-results/${{ matrix.language }}.sarif
198199
patterns: |
200+
-build/**
199201
-node_modules/**
200202
-third\-party/**
201203

0 commit comments

Comments
 (0)