Browse Source

codeql: change build working dir

master
Henning Hall 4 years ago
parent
commit
1612df6dd5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/codeql-analysis.yml

+ 1
- 0
.github/workflows/codeql-analysis.yml View File

@ -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

Loading…
Cancel
Save