Skip to content

Commit c5201bf

Browse files
committed
feat: Add GitHub folder to the CodeQL workspace configuration
1 parent f601910 commit c5201bf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

codeql-extractor.code-workspace

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,15 @@
1515
{
1616
"name": "Extractor",
1717
"path": "extractor"
18+
},
19+
{
20+
"name": "GitHub",
21+
"path": ".github"
1822
}
1923
],
2024
"settings": {
2125
"codeQL.runningTests.additionalTestArguments": [
2226
"./extractor-pack"
2327
]
2428
}
25-
}
29+
}

0 commit comments

Comments
 (0)