Update codeql.yml: Exclude src/external files
This commit is contained in:
parent
be0ea89f83
commit
be78255bea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
@ -116,6 +116,7 @@ jobs:
|
||||||
-**:cpp/unsigned-comparison-zero
|
-**:cpp/unsigned-comparison-zero
|
||||||
-**/cmake*/Modules/**
|
-**/cmake*/Modules/**
|
||||||
-**/src/external/glfw/**
|
-**/src/external/glfw/**
|
||||||
|
-**/src/external/**
|
||||||
input: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
input: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
||||||
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
output: ${{ steps.step1.outputs.sarif-output }}/cpp.sarif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue