Skip to content

Commit 3707b44

Browse files
committed
Document that inputs might be mutated
1 parent 42c0c6a commit 3707b44

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/config-utils.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,6 +1152,9 @@ export async function applyIncrementalAnalysisSettings(
11521152
/**
11531153
* Determines where to load the `UserConfig` for the CLI from and loads it.
11541154
*
1155+
* @param inputs The Action inputs. The `inputConfigFile` value will be mutated
1156+
* if a CodeQL Action-generated file should be used.
1157+
*
11551158
* @returns The loaded `UserConfig`, which might be empty if no configuration
11561159
* was specified.
11571160
*/

0 commit comments

Comments
 (0)