Browse Source
Update codeql.yml: Exclude src/external files
pull/3719/head
Ray
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.github/workflows/codeql.yml
|
|
@ -116,6 +116,7 @@ jobs: |
|
|
|
-**:cpp/unsigned-comparison-zero |
|
|
|
-**/cmake*/Modules/** |
|
|
|
-**/src/external/glfw/** |
|
|
|
-**/src/external/** |
|
|
|
input: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif |
|
|
|
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif |
|
|
|
|
|
|
|