Skip to content

Commit ac8dd91

Browse files
committed
Always use the latest released CodeQL version in E2E tests
1 parent 7d564b5 commit ac8dd91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/test/e2e/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN apt-get update \
77
unzip \
88
&& rm -rf /var/lib/apt/lists/*
99

10-
RUN wget -q -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/download/v2.15.5/codeql-linux64.zip \
10+
RUN wget -q -O /tmp/codeql.zip https://github.com/github/codeql-cli-binaries/releases/latest/download/codeql-linux64.zip \
1111
&& unzip -q /tmp/codeql.zip -d /opt \
1212
&& rm -rf /tmp/codeql.zip
1313

0 commit comments

Comments
 (0)