Skip to content

Commit fe3223d

Browse files
author
Thomas Ibanez
committed
test exclude path codeql
1 parent b5a8a86 commit fe3223d

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/codeql/codeql-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
paths:
2+
- 'ICE'
3+
- 'ICEBERG'
4+
paths-ignore:
5+
- '**/_deps/**'
6+
- 'includes'

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ jobs:
9292
- name: Perform CodeQL Analysis
9393
uses: github/codeql-action/analyze@v3
9494
with:
95+
config-file: ./.github/codeql/codeql-config.yml
9596
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)