diff options
| author | Ray <[email protected]> | 2024-01-08 01:13:44 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-08 01:13:44 +0100 |
| commit | be78255beac318e2dac68550202bb4ef8620f30c (patch) | |
| tree | 877b11f23eb23b68e1d91a32f79c1fcb8c261f7b /.github/workflows | |
| parent | be0ea89f830cce2fcb62acfedc69da4faca11b43 (diff) | |
| download | raylib-be78255beac318e2dac68550202bb4ef8620f30c.tar.gz raylib-be78255beac318e2dac68550202bb4ef8620f30c.zip | |
Update codeql.yml: Exclude src/external files
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d886db7c..f9932079 100644 --- a/.github/workflows/codeql.yml +++ b/.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 |
