Skip to content

Commit d43200c

Browse files
committed
Fix codeql
1 parent 238b3f6 commit d43200c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
uses: github/codeql-action/init@v3
4646
with:
4747
languages: ${{ matrix.language }}
48+
config-file: ./.github/codeql/codeql-config.yml
4849

4950
- name: Create Build Environment
5051
run: cmake -E make_directory ${{runner.workspace}}/build
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
paths:
2+
- 'Source'

0 commit comments

Comments
 (0)