mirror of
https://github.com/github/codeql-action.git
synced 2026-04-27 01:08:46 +00:00
Warn if the add-snippets input is used
This commit is contained in:
Generated
+5
@@ -96388,6 +96388,11 @@ async function run() {
|
||||
logger
|
||||
);
|
||||
if (getRequiredInput("skip-queries") !== "true") {
|
||||
if (getOptionalInput("add-snippets") !== void 0) {
|
||||
logger.warning(
|
||||
"The `add-snippets` input has been removed and no longer has any effect."
|
||||
);
|
||||
}
|
||||
runStats = await runQueries(
|
||||
outputDir,
|
||||
memory,
|
||||
|
||||
Reference in New Issue
Block a user