mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 14:20:19 +00:00
Update codeql.ts
This commit is contained in:
@@ -63,6 +63,8 @@ export interface ResolveQueriesOutput {
|
||||
}
|
||||
const options = {
|
||||
ignoreReturnCode: true,
|
||||
failOnStdErr: true,
|
||||
silent:true,
|
||||
listeners: {
|
||||
stdout: (data: Buffer) => {
|
||||
core.debug("Debug" + data.toString());
|
||||
|
||||
Reference in New Issue
Block a user