mirror of
https://github.com/github/codeql-action.git
synced 2026-01-06 22:50:17 +08:00
Await commitOid
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user