Browse Source

Update codeql.yml: Exclude src/external files

pull/3719/head
Ray 1 year ago
committed by GitHub
parent
commit
be78255bea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/codeql.yml

+ 1
- 0
.github/workflows/codeql.yml View File

@ -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

Loading…
Cancel
Save