This repository was archived by the owner on Jan 5, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 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.3.0 /codeql.zip -L -o codeql.zip
23+ curl https://github.com/github/codeql-cli-binaries/releases/download/v2.3.1 /codeql.zip -L -o codeql.zip
2424 echo "Done"
2525 echo "Unpacking CodeQL CLI..."
2626 unzip -q codeql.zip
6565 echo "Done"
6666 cd $HOME
6767 echo "Downloading CodeQL CLI..."
68- curl https://github.com/github/codeql-cli-binaries/releases/download/v2.3.0 /codeql.zip -L -o codeql.zip
68+ curl https://github.com/github/codeql-cli-binaries/releases/download/v2.3.1 /codeql.zip -L -o codeql.zip
6969 echo "Done"
7070 echo "Unpacking CodeQL CLI..."
7171 unzip -q codeql.zip
9898 echo "Done"
9999 cd "$HOME"
100100 echo "Downloading CodeQL CLI..."
101- Invoke-WebRequest -Uri https://github.com/github/codeql-cli-binaries/releases/download/v2.3.0 /codeql.zip -OutFile codeql.zip
101+ Invoke-WebRequest -Uri https://github.com/github/codeql-cli-binaries/releases/download/v2.3.1 /codeql.zip -OutFile codeql.zip
102102 echo "Done"
103103 echo "Unpacking CodeQL CLI..."
104104 Expand-Archive codeql.zip -DestinationPath $HOME
You can’t perform that action at this time.
0 commit comments