Skip to content

Commit b508478

Browse files
author
Simon Engledew
committed
Hide an warning that is confusing on GHES
1 parent 4dcb320 commit b508478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/actions-util.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,11 +356,11 @@ export async function sendStatusReport<S extends StatusReportBase>(
356356
// this means that this action version is no longer compatible with the API
357357
// we still want to continue as it is likely the analysis endpoint will work
358358
if (getRequiredEnvParam("GITHUB_SERVER_URL") !== GITHUB_DOTCOM_URL) {
359-
core.warning(
359+
core.debug(
360360
"CodeQL Action version is incompatible with the code scanning endpoint. Please update to a compatible version of codeql-action."
361361
);
362362
} else {
363-
core.warning(
363+
core.debug(
364364
"CodeQL Action is out-of-date. Please upgrade to the latest version of codeql-action."
365365
);
366366
}

0 commit comments

Comments
 (0)