Skip to content

Commit df49e47

Browse files
committed
Update codeql.ts
1 parent 8d49f67 commit df49e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codeql.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
213213
databasePath
214214
],
215215
{
216+
ignoreReturnCode: true,
216217
listeners: {
217218
stdout: (data: Buffer) => {
218219
core.debug("Debug" + data.toString());

0 commit comments

Comments
 (0)