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

Commit 181438b

Browse files
author
Max Schaefer
committed
Bump CodeQL version for CI to 2.2.5.
1 parent aad9ce0 commit 181438b

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.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
@@ -56,7 +56,7 @@ jobs:
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
@@ -89,7 +89,7 @@ jobs:
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

0 commit comments

Comments
 (0)