From 8971fe2cb3abd2a0aa9c7a4a5c930a14bbf9e073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Smyrek?= <56868128+psmyrek@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:24:23 +0200 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d02dc8f..3f9ddaf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -72,9 +72,9 @@ jobs: # queries: security-extended,security-and-quality # packs: "codeql/${{ matrix.language }}-queries:AlertSuppression.ql" # queries: +"codeql/javascript-queries:AlertSuppression.ql" - # config: | - # paths-ignore: - # - test/** + config: | + paths-ignore: + - test/**/a # If the analyze step fails for one of the languages you are analyzing with # "We were unable to automatically build your code", modify the matrix above