Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 2818da4

Browse files
committed
Advance to latest codeql-cli release
1 parent 9aceae8 commit 2818da4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeqltest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -65,7 +65,7 @@ jobs:
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
@@ -98,7 +98,7 @@ jobs:
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

0 commit comments

Comments
 (0)