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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy