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