mirror of
https://github.com/github/codeql-action.git
synced 2025-12-31 03:30:14 +08:00
Remove unused CODESCANNING_EVENT_NAME environment variable
This commit is contained in:
@@ -293,7 +293,7 @@ export function buildPayload(
|
||||
base_sha: undefined as undefined | string,
|
||||
};
|
||||
|
||||
if (actionsUtil.workflowEventName() === "pull_request") {
|
||||
if (actionsUtil.getWorkflowEventName() === "pull_request") {
|
||||
if (
|
||||
commitOid === util.getRequiredEnvParam("GITHUB_SHA") &&
|
||||
mergeBaseCommitOid
|
||||
|
||||
Reference in New Issue
Block a user