Store the default CodeQL bundle version in a JSON file.

This commit is contained in:
Chris Gavin 2020-08-10 12:34:11 +01:00
parent 6e18b27d4d
commit 97eafbc804
No known key found for this signature in database
GPG key ID: 07F950B80C27E4DA
6 changed files with 13 additions and 4 deletions

3
lib/defaults.json Normal file
View file

@ -0,0 +1,3 @@
{
"bundleVersion": "codeql-bundle-20200630"
}