Skip to content

Commit 8193a92

Browse files
committed
Await commitOid
1 parent aed2e7f commit 8193a92

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/database-upload.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/database-upload.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/database-upload.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export async function uploadDatabases(
4444
const bundledDb = await bundleDb(config, language, codeql, language);
4545
const bundledDbSize = fs.statSync(bundledDb).size;
4646
const bundledDbReadStream = fs.createReadStream(bundledDb);
47-
const commitOid = actionsUtil.getCommitOid(
47+
const commitOid = await actionsUtil.getCommitOid(
4848
actionsUtil.getRequiredInput("checkout_path"),
4949
);
5050
try {

0 commit comments

Comments
 (0)