Skip to content

Commit d1166e6

Browse files
committed
Bump minimum CodeQL version to 2.11.6
1 parent c7f4ea5 commit d1166e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/codeql.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ let cachedCodeQL: CodeQL | undefined = undefined;
293293
* The version flags below can be used to conditionally enable certain features
294294
* on versions newer than this.
295295
*/
296-
const CODEQL_MINIMUM_VERSION = "2.10.5";
296+
const CODEQL_MINIMUM_VERSION = "2.11.6";
297297

298298
/**
299299
* This version will shortly become the oldest version of CodeQL that the Action will run with.

0 commit comments

Comments
 (0)