This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 echo "Done"
2121 cd $HOME
2222 echo "Downloading CodeQL CLI..."
23- curl https://github.com/github/codeql-cli-binaries/releases/download/v2.2.0 /codeql.zip -L -o codeql.zip
23+ curl https://github.com/github/codeql-cli-binaries/releases/download/v2.2.5 /codeql.zip -L -o codeql.zip
2424 echo "Done"
2525 echo "Unpacking CodeQL CLI..."
2626 unzip -q codeql.zip
5656 echo "Done"
5757 cd $HOME
5858 echo "Downloading CodeQL CLI..."
59- curl https://github.com/github/codeql-cli-binaries/releases/download/v2.2.0 /codeql.zip -L -o codeql.zip
59+ curl https://github.com/github/codeql-cli-binaries/releases/download/v2.2.5 /codeql.zip -L -o codeql.zip
6060 echo "Done"
6161 echo "Unpacking CodeQL CLI..."
6262 unzip -q codeql.zip
8989 echo "Done"
9090 cd "$HOME"
9191 echo "Downloading CodeQL CLI..."
92- Invoke-WebRequest -Uri https://github.com/github/codeql-cli-binaries/releases/download/v2.2.0 /codeql.zip -OutFile codeql.zip
92+ Invoke-WebRequest -Uri https://github.com/github/codeql-cli-binaries/releases/download/v2.2.5 /codeql.zip -OutFile codeql.zip
9393 echo "Done"
9494 echo "Unpacking CodeQL CLI..."
9595 Expand-Archive codeql.zip -DestinationPath $HOME
You can’t perform that action at this time.
0 commit comments