Move .codeqlmanifest.json to codeql-workspace.json

Semantically equivalent, but .codeqlmanifest.json is deprecated.
This commit is contained in:
Andrew Eisenberg
2023-06-19 09:09:17 -07:00
parent 31f9e378f4
commit b9e313f210
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +0,0 @@
{ "provide": [ "**" ] }

2
codeql-workspace.yml Normal file
View File

@@ -0,0 +1,2 @@
provide:
- "**"