File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28684,6 +28684,7 @@ 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");
28687
28688
await runCommand(codeql, [
28688
28689
"database",
28689
28690
"create",
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ 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" ) ;
124
125
125
126
await runCommand ( codeql , [
126
127
"database" ,
You can’t perform that action at this time.
0 commit comments