codeql: Add version 2.10.1 (#3771)

* add codeql 2.10.1

* add codeql 2.10.1

* fix license after review comment
This commit is contained in:
Eugene Klimov 2022-07-22 12:07:41 +04:00 committed by GitHub
parent 273d4e73e6
commit 1977e76b93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
bucket/codeql.json Normal file
View File

@ -0,0 +1,25 @@
{
"version": "2.10.1",
"description": "Source code security analyzer from GitHub",
"homepage": "https://github.com/github/codeql-cli-binaries",
"license": {
"identifier": "Proprietary",
"url": "https://github.com/github/codeql-cli-binaries/blob/main/LICENSE.md"
},
"architecture": {
"64bit": {
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v2.10.1/codeql-win64.zip",
"hash": "9decdb563ac4debc52c0e9b7b85202f5fe3d24f29958def5f77c92b0166748a0",
"extract_dir": "codeql"
}
},
"bin": "codeql.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/codeql-cli-binaries/releases/download/v$version/codeql-win64.zip"
}
}
}
}