Skip to content

Commit 38ecde0

Browse files
committed
Shared: Include data extensions in workspace
This change allows codeql to see data extensions stored in the .github directory inside the codeql repo. This is useful when using the CodeQL Model Editor whilst working inside the codeql repo.
1 parent 3a9ffe1 commit 38ecde0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeql-workspace.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ provide:
2929
- "swift/extractor-pack/codeql-extractor.yml"
3030
- "swift/integration-tests/qlpack.yml"
3131
- "ql/extractor-pack/codeql-extractor.yml"
32+
- ".github/codeql/extensions/**/codeql-pack.yml"
3233

3334
versionPolicies:
3435
default:

0 commit comments

Comments
 (0)