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 20
20
echo "Done"
21
21
cd $HOME
22
22
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
24
24
echo "Done"
25
25
echo "Unpacking CodeQL CLI..."
26
26
unzip -q codeql.zip
56
56
echo "Done"
57
57
cd $HOME
58
58
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
60
60
echo "Done"
61
61
echo "Unpacking CodeQL CLI..."
62
62
unzip -q codeql.zip
89
89
echo "Done"
90
90
cd "$HOME"
91
91
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
93
93
echo "Done"
94
94
echo "Unpacking CodeQL CLI..."
95
95
Expand-Archive codeql.zip -DestinationPath $HOME
You can’t perform that action at this time.
0 commit comments