diff --git a/tests/multi-language-repo/.github/codeql/custom-queries.yml b/tests/multi-language-repo/.github/codeql/custom-queries.yml index c2a211db7..ae8b7f003 100644 --- a/tests/multi-language-repo/.github/codeql/custom-queries.yml +++ b/tests/multi-language-repo/.github/codeql/custom-queries.yml @@ -26,4 +26,8 @@ queries: - name: Javascript queries uses: Anthophila/javascript-querypack/show_ifs2.ql@master - name: Python queries - uses: Anthophila/python-querypack/show_ifs2.ql@second-branch \ No newline at end of file + uses: Anthophila/python-querypack/show_ifs2.ql@second-branch + + +paths-ignore: + - tests \ No newline at end of file