Skip to content

Commit 860c253

Browse files
committed
ci(codeql): ignore dist/ directory
1 parent 119b439 commit 860c253

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
with:
6565
languages: ${{ matrix.language }}
6666
build-mode: ${{ matrix.build-mode }}
67+
config: |
68+
paths-ignore:
69+
- 'dist/'
6770
# If you wish to specify custom queries, you can do so here or in a config file.
6871
# By default, queries listed here will override any specified in a config file.
6972
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)