Skip to content

Commit

Permalink
Re-declare codeql var
Browse files Browse the repository at this point in the history
  • Loading branch information
Angela P Wen committed Aug 10, 2022
1 parent 90676d9 commit 3c4f458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/analyze-action.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/analyze-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ async function run() {
await uploadDatabases(repositoryNwo, config, apiDetails, logger);

// Possibly upload the TRAP caches for later re-use
const codeql = await getCodeQL(config.codeQLCmd);
await uploadTrapCaches(codeql, config, logger);

// We don't upload results in test mode, so don't wait for processing
Expand Down

0 comments on commit 3c4f458

Please sign in to comment.