From 028f98f5ea4506b6b62c890378e12b89f16e7086 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Thu, 1 Jul 2021 16:12:15 -0500 Subject: [PATCH] Use different config file for testing 'source-root' input This config file 'ought to have some queries good for testing! --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index a43b274aa..366dd290a 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -910,7 +910,7 @@ jobs: mv ../action/.github/workflows .github - uses: ./../action/init with: - config-file: ".github/codeql/codeql-config-packaging2.yml" + config-file: ".github/codeql/codeql-config-packaging.yml" languages: javascript source-root: tests/multi-language-repo - name: Build code