Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Mercer <henry.mercer@me.com>
  • Loading branch information
Michael B. Gale and Henry Mercer committed Jun 13, 2023
1 parent 8216c3a commit aef016d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/resolve-environment.js

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

2 changes: 1 addition & 1 deletion lib/resolve-environment.js.map

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

2 changes: 1 addition & 1 deletion resolve-environment/action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'CodeQL: Resolve Build Environment'
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
description: '[Experimental] Attempt to infer a suitable environment configuration for the autobuilder'
author: 'GitHub'
inputs:
tools:
Expand Down
2 changes: 1 addition & 1 deletion src/resolve-environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function runResolveBuildEnvironment(
logger: Logger,
language: Language
) {
logger.startGroup(`Attempting to resolve build environment`);
logger.startGroup(`Attempting to resolve build environment for ${language}`);
const codeQL = await getCodeQL(cmd);
const result = await codeQL.resolveBuildEnvironment(language);
logger.endGroup();
Expand Down

0 comments on commit aef016d

Please sign in to comment.