mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Apply code scanning fix for disallow unused variables
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
@@ -68,9 +68,7 @@ export enum JobStatus {
|
||||
ConfigErrorStatus = "JOB_STATUS_CONFIGURATION_ERROR",
|
||||
}
|
||||
|
||||
const unused = 0;
|
||||
const unused2 = 0;
|
||||
const unused3 = 0;
|
||||
|
||||
|
||||
export interface StatusReportBase {
|
||||
/** Name of the action being executed.
|
||||
|
||||
Reference in New Issue
Block a user