Await commitOid

This commit is contained in:
Nora
2023-10-09 07:43:35 +00:00
parent aed2e7f47f
commit 8193a92e41
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ export async function uploadDatabases(
const bundledDb = await bundleDb(config, language, codeql, language);
const bundledDbSize = fs.statSync(bundledDb).size;
const bundledDbReadStream = fs.createReadStream(bundledDb);
const commitOid = actionsUtil.getCommitOid(
const commitOid = await actionsUtil.getCommitOid(
actionsUtil.getRequiredInput("checkout_path"),
);
try {