Skip to content

Commit e65320f

Browse files
committed
Insert codeql into integrate test
1 parent 83c9a26 commit e65320f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/integrate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ jobs:
159159
echo "CXX=clang++" >> $Env:GITHUB_ENV
160160
}
161161
162+
- name: Initialize CodeQL
163+
uses: github/codeql-action/init@v1
164+
162165
- name: Create Build Environment
163166
run: cmake -E make_directory ${{runner.workspace}}/build
164167

@@ -179,3 +182,6 @@ jobs:
179182
- name: Test
180183
working-directory: ${{runner.workspace}}/build
181184
run: ctest -C ${{matrix.config}}
185+
186+
- name: Perform CodeQL Analysis
187+
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)