We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e5d514 commit 4121f79Copy full SHA for 4121f79
.github/workflows/codeql.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Create database
38
run: |
39
- nix-shell --pure --command "codeql database create --language=ql --source=. $RUNNER_TEMP/ql-db" tooling/shell.nix
+ nix-shell --pure --command "codeql database create --language=ql --source-root=. $RUNNER_TEMP/ql-db" tooling/shell.nix
40
41
- name: Analyze database
42
0 commit comments