File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28684,7 +28684,6 @@ async function codeqlDatabaseCreate(codeql) {
28684
28684
}
28685
28685
var database_path = path.join(temp, "codeql-actions-db");
28686
28686
var source_root = codeql.source_root || process.env["GITHUB_WORKSPACE"] || "./";
28687
- source_root = path.join(source_root, "**", "*.yml");
28688
28687
await runCommand(codeql, [
28689
28688
"database",
28690
28689
"create",
Original file line number Diff line number Diff line change @@ -121,7 +121,6 @@ export async function codeqlDatabaseCreate(
121
121
var database_path = path . join ( temp , "codeql-actions-db" ) ;
122
122
var source_root =
123
123
codeql . source_root || process . env [ "GITHUB_WORKSPACE" ] || "./" ;
124
- source_root = path . join ( source_root , "**" , "*.yml" ) ;
125
124
126
125
await runCommand ( codeql , [
127
126
"database" ,
You can’t perform that action at this time.
0 commit comments