diff options
author | Microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-12-09 12:48:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 12:48:04 +0800 |
commit | eea020ee6a5e1dd9b4d7a767a8772f35086abd96 (patch) | |
tree | 2d0f060cf98afbe80f5bf810fd6b167a5152be81 | |
parent | e46adb0be7c5e1a0a1d49723678a9df20dfbe400 (diff) | |
download | afl++-eea020ee6a5e1dd9b4d7a767a8772f35086abd96.tar.gz |
Update build-codeql.sh
Update codeql version to 2.7.3
-rw-r--r-- | utils/autodict_ql/build-codeql.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/autodict_ql/build-codeql.sh b/utils/autodict_ql/build-codeql.sh index 6ae4b362..65ca838e 100644 --- a/utils/autodict_ql/build-codeql.sh +++ b/utils/autodict_ql/build-codeql.sh @@ -7,7 +7,7 @@ mkdir codeql-home cd codeql-home git clone https://github.com/github/codeql.git codeql-repo git clone https://github.com/github/codeql-go.git -wget https://github.com/github/codeql-cli-binaries/releases/download/v2.4.6/codeql-linux64.zip +wget https://github.com/github/codeql-cli-binaries/releases/download/v2.7.3/codeql-linux64.zip unzip codeql-linux64.zip mv codeql codeql-cli export "PATH=~/codeql-home/codeql-cli/:$PATH" |