We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c9a26 commit e65320fCopy full SHA for e65320f
.github/workflows/integrate.yml
@@ -159,6 +159,9 @@ jobs:
159
echo "CXX=clang++" >> $Env:GITHUB_ENV
160
}
161
162
+ - name: Initialize CodeQL
163
+ uses: github/codeql-action/init@v1
164
+
165
- name: Create Build Environment
166
run: cmake -E make_directory ${{runner.workspace}}/build
167
@@ -179,3 +182,6 @@ jobs:
179
182
- name: Test
180
183
working-directory: ${{runner.workspace}}/build
181
184
run: ctest -C ${{matrix.config}}
185
186
+ - name: Perform CodeQL Analysis
187
+ uses: github/codeql-action/analyze@v1
0 commit comments