From 05067c8c6460d5274a517c45716eae0c53aeddd8 Mon Sep 17 00:00:00 2001 From: Aditya Sharad <6874315+adityasharad@users.noreply.github.com> Date: Tue, 7 Dec 2021 15:18:58 -0800 Subject: [PATCH] Try setting CODEQL_EXTRACTOR_CSHARP_LOG_DIR --- .github/workflows/pr-checks.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index c7132dc30..d2a679cf6 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -34,12 +34,18 @@ jobs: run: | ../action/runner/dist/codeql-runner-macos init --repository $GITHUB_REPOSITORY --languages csharp --github-url $GITHUB_SERVER_URL --github-auth ${{ github.token }} + - name: Create extractor directory + run: | + mkdir -p /Users/runner/work/codeql-action/codeql-action/codeql-runner/codeql_databases/csharp/log + echo "" + - name: Check env run: env - name: Build code shell: bash run: | + export CODEQL_EXTRACTOR_CSHARP_LOG_DIR="/Users/runner/work/codeql-action/codeql-action/codeql-runner/codeql_databases/csharp/log" ../action/runner/dist/codeql-runner-macos autobuild - name: Check env