Skip to content

Commit bdaab69

Browse files
author
Alvaro Muñoz
committed
Do not uses globs for source-root
1 parent 6c73e37 commit bdaab69

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/action/dist/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28684,7 +28684,6 @@ async function codeqlDatabaseCreate(codeql) {
2868428684
}
2868528685
var database_path = path.join(temp, "codeql-actions-db");
2868628686
var source_root = codeql.source_root || process.env["GITHUB_WORKSPACE"] || "./";
28687-
source_root = path.join(source_root, "**", "*.yml");
2868828687
await runCommand(codeql, [
2868928688
"database",
2869028689
"create",

.github/action/src/codeql.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ export async function codeqlDatabaseCreate(
121121
var database_path = path.join(temp, "codeql-actions-db");
122122
var source_root =
123123
codeql.source_root || process.env["GITHUB_WORKSPACE"] || "./";
124-
source_root = path.join(source_root, "**", "*.yml");
125124

126125
await runCommand(codeql, [
127126
"database",

0 commit comments

Comments
 (0)