Skip to content

Commit 4121f79

Browse files
committed
Fix incorrect option specification
1 parent 4e5d514 commit 4121f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Create database
3838
run: |
39-
nix-shell --pure --command "codeql database create --language=ql --source=. $RUNNER_TEMP/ql-db" tooling/shell.nix
39+
nix-shell --pure --command "codeql database create --language=ql --source-root=. $RUNNER_TEMP/ql-db" tooling/shell.nix
4040
4141
- name: Analyze database
4242
run: |

0 commit comments

Comments
 (0)