We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcb320 commit b508478Copy full SHA for b508478
src/actions-util.ts
@@ -356,11 +356,11 @@ export async function sendStatusReport<S extends StatusReportBase>(
356
// this means that this action version is no longer compatible with the API
357
// we still want to continue as it is likely the analysis endpoint will work
358
if (getRequiredEnvParam("GITHUB_SERVER_URL") !== GITHUB_DOTCOM_URL) {
359
- core.warning(
+ core.debug(
360
"CodeQL Action version is incompatible with the code scanning endpoint. Please update to a compatible version of codeql-action."
361
);
362
} else {
363
364
"CodeQL Action is out-of-date. Please upgrade to the latest version of codeql-action."
365
366
}
0 commit comments