Address review comments
This commit is contained in:
parent
3c4f458a1a
commit
65d6ee0c51
16 changed files with 126 additions and 107 deletions
1
lib/actions-util.js
generated
1
lib/actions-util.js
generated
|
|
@ -678,7 +678,6 @@ async function isAnalyzingDefaultBranch() {
|
|||
}
|
||||
exports.isAnalyzingDefaultBranch = isAnalyzingDefaultBranch;
|
||||
async function printDebugLogs(config) {
|
||||
core.info("Debug mode is on. Printing CodeQL debug logs...");
|
||||
for (const language of config.languages) {
|
||||
const databaseDirectory = (0, util_1.getCodeQLDatabasePath)(config, language);
|
||||
const logsDirectory = path.join(databaseDirectory, "log");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue