Fix comment
This commit is contained in:
parent
5e3a6935e7
commit
25a3829e6e
2 changed files with 2 additions and 2 deletions
2
lib/codeql.js
generated
2
lib/codeql.js
generated
|
|
@ -92,7 +92,7 @@ const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12";
|
|||
* flag is older than the oldest supported version above, it may be removed.
|
||||
*/
|
||||
/**
|
||||
* Versions 2.13.3+ of the CodeQL CLI support exporting a failed SARIF file via
|
||||
* Versions 2.11.3+ of the CodeQL CLI support exporting a failed SARIF file via
|
||||
* `codeql database export-diagnostics` or `codeql diagnostics export`.
|
||||
*/
|
||||
exports.CODEQL_VERSION_EXPORT_FAILED_SARIF = "2.11.3";
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ const GHES_MOST_RECENT_DEPRECATION_DATE = "2023-09-12";
|
|||
*/
|
||||
|
||||
/**
|
||||
* Versions 2.13.3+ of the CodeQL CLI support exporting a failed SARIF file via
|
||||
* Versions 2.11.3+ of the CodeQL CLI support exporting a failed SARIF file via
|
||||
* `codeql database export-diagnostics` or `codeql diagnostics export`.
|
||||
*/
|
||||
export const CODEQL_VERSION_EXPORT_FAILED_SARIF = "2.11.3";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue