浏览代码
Update codeql.yml: Exclude src/external files
pull/3719/head
Ray
1年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
.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 |
|
|
|
|
|
|
|