From a18d5a4e9de946e0c71de14abceb094493db6bc1 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:55:47 -0400 Subject: [PATCH] chore: update global workflows (#616) --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4ff1502..60dbef1 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/**