From 1612df6dd52c3a862d9a319e9b8332835979aee4 Mon Sep 17 00:00:00 2001 From: Henning Hall Date: Wed, 30 Dec 2020 14:37:55 +0100 Subject: [PATCH] codeql: change build working dir --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2e72917..b52f0af 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,6 +51,7 @@ jobs: # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild uses: github/codeql-action/autobuild@v1 + working-directory: ./examples/detox # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl