mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 09:18:47 +00:00
Fix outdated comment
This commit is contained in:
@@ -110,7 +110,7 @@ async function run(startedAt: Date) {
|
||||
const proxyLogFilePath = path.resolve(tempDir, "proxy.log");
|
||||
core.saveState("proxy-log-file", proxyLogFilePath);
|
||||
|
||||
// Initialise FFs, but only load them from disk if they are already available.
|
||||
// Initialise FFs.
|
||||
const repositoryNwo = getRepositoryNwo();
|
||||
const gitHubVersion = await getGitHubVersion();
|
||||
features = new Features(
|
||||
|
||||
Reference in New Issue
Block a user