mirror of
https://github.com/github/codeql-action.git
synced 2026-05-03 04:10:10 +00:00
Do not run CodeQL if code scanning is not enabled
Put more fine grained logic around which errors we ignore and process. Re-instate status reporting in Enterprise. Abort the code scanning process the status endpoint reports it is not configured.
This commit is contained in:
@@ -95,6 +95,7 @@ async function run() {
|
||||
|
||||
try {
|
||||
actionsUtil.prepareLocalRunEnvironment();
|
||||
|
||||
if (
|
||||
!(await actionsUtil.sendStatusReport(
|
||||
await actionsUtil.createStatusReportBase("init", "starting", startedAt),
|
||||
|
||||
Reference in New Issue
Block a user