8000 Extend init complete status report by rvermeulen · Pull Request #2394 · github/codeql-action · GitHub
[go: up one dir, main page]

Skip to content

Extend init complete status report #2394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reword comment
  • Loading branch information
rvermeulen committed Jul 26, 2024
commit 060c11b07f8397ef9df629bc80d83cac62808336
3 changes: 1 addition & 2 deletions src/init-action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ async function sendCompletedStatusReport(
if ((config.augmentationProperties.packsInputCombines || !config.augmentationProperties.packsInput)
&& config.originalUserInput.packs
) {
// If it is an array, that single language analysis we assume
// there is only a single language being analyzed.
// If it is an array, then assume there is only a single language being analyzed.
if (Array.isArray(config.originalUserInput.packs)) {
packs[config.languages[0]] = config.originalUserInput.packs;
} else {
Expand Down
Loading
0