This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import subprocess | |
| import json | |
| import csv | |
| from pathlib import Path | |
| def get_ql_and_qls_files(root_dir): | |
| ql_files = [] | |
| qls_files = [] | |
| for dirpath, _, filenames in os.walk(root_dir): |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Starting GitHub.vscode-codeql extension | |
| Searching for latest release including codeql-win64.zip. | |
| Extracting CodeQL CLI to c:\Users\a-bcdefgh\AppData\Roaming\Code\User\globalStorage\github.vscode-codeql\distribution2 | |
| CodeQL CLI updated to version "v2.22.1". | |
| Checking CodeQL version using CodeQL CLI: c:\Users\a-bcdefgh\AppData\Roaming\Code\User\globalStorage\github.vscode-codeql\distribution2\codeql\codeql.exe version -v --log-to-stderr --format=json... | |
| [2025-06-27 16:11:15] This is codeql version -v --log-to-stderr --format=json | |
| [2025-06-27 16:11:16] Terminating normally. | |
| CLI command succeeded. | |
| Found compatible version of CodeQL CLI (version 2.22.1) |