Merge pull request #177 from github/aeisenberg/codeql-workspace

Move .codeqlmanifest.json to codeql-workspace.json
This commit is contained in:
Andrew Eisenberg
2023-06-19 13:10:40 -07:00
committed by GitHub
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:
- "**"