You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -121,7 +121,7 @@ export async function runAutoModelQueries({
121
121
};
122
122
}
123
123
124
-
asyncfunctionresolveAutomodelQueries(
124
+
asyncfunctionresolveAutomodelQuery(
125
125
cliServer: CodeQLCliServer,
126
126
databaseItem: DatabaseItem,
127
127
queryTag: string,
@@ -223,8 +223,7 @@ async function interpretAutomodelResults(
223
223
"results.sarif",
224
224
);
225
225
226
-
// eslint-disable-next-line @typescript-eslint/no-unused-vars -- We only need the actual SARIF data, not the extra fields added by SarifInterpretationData
0 commit comments