Browse Source

Do not scan third party projects

Third party projects need to be taken from their original repositories.
bel2125 3 weeks ago
parent
commit
b6ef58f4c4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/codeql.yml

+ 4 - 0
.github/workflows/codeql.yml

@@ -14,10 +14,14 @@ name: "CodeQL"
 on:
   push:
     branches: [ "master" ]
+    paths-ignore:
+      - src/third_party/**
   schedule:
     - cron: '0 0 * * *'
   pull_request:
     branches: '*'
+    paths-ignore:
+      - src/third_party/**
 
 jobs:
   analyze: