From 1c8e70df775857ed78e6fc7a8c515c72d4b02a13 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:21:51 -0400 Subject: [PATCH] chore: update global workflows (#154) --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ff15026b3b..60dbef1cc07 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -162,6 +162,7 @@ jobs: # queries: security-extended,security-and-quality config: | paths-ignore: + - build - node_modules - third-party @@ -196,6 +197,7 @@ jobs: input: sarif-results/${{ matrix.language }}.sarif output: sarif-results/${{ matrix.language }}.sarif patterns: | + -build/** -node_modules/** -third\-party/**