Skip to content

Commit 25a3829

Browse files
committed
Fix comment
1 parent 5e3a693 commit 25a3829

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
@@ -317,7 +317,7 @@ const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12";
317317
*/
318318

319319
/**
320-
* Versions 2.13.3+ of the CodeQL CLI support exporting a failed SARIF file via
320+
* Versions 2.11.3+ of the CodeQL CLI support exporting a failed SARIF file via
321321
* `codeql database export-diagnostics` or `codeql diagnostics export`.
322322
*/
323323
export const CODEQL_VERSION_EXPORT_FAILED_SARIF = "2.11.3";

0 commit comments

Comments
 (0)