Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>CodeScanningAlertFixedEvent

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface CodeScanningAlertFixedEvent
import { type CodeScanningAlertFixedEvent } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

action: "fixed"
alert: { number: number; created_at: string; url: string; html_url: string; instances: (AlertInstance & { state: "fixed"; })[]; state: "fixed"; dismissed_by: User | null; dismissed_at: string | null; dismissed_reason:
| "false positive"
| "won't fix"
| "used in tests"
| null
; rule: { id: string; severity:
| "none"
| "note"
| "warning"
| "error"
| null
; description: string; name?: string; full_description?: string; tags?: null; help?: null; }; tool: { name: string; version: string | null; guid?: string | null; }; most_recent_instance?: AlertInstance; instances_url?: string; }

The code scanning alert involved in the event.

ref: string

The Git reference of the code scanning alert. When the action is reopened_by_user or closed_by_user, the event was triggered by the sender and this value will be empty.

commit_oid: string

The commit SHA of the code scanning alert. When the action is reopened_by_user or closed_by_user, the event was triggered by the sender and this value will be empty.

repository: Repository
sender: GitHubOrg
optional
installation: InstallationLite
optional
organization: Organization