Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
getInputOrThrow
throw when it can't find any calls to the Action
This created unexpected behavior with a workflow calling `codeql-action/analyze` locally. Therefore, be more conservative with parsing inputs from workflows and refuse to parse jobs that don't call the specified Action exactly once.
- Loading branch information