Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and Fixes to the Code Scanning Models & Webhooks #675

Merged
merged 2 commits into from
Aug 8, 2024

Commits on Aug 8, 2024

  1. feat: Update Code Scanning models

    - Update Code Scanning webhooks with more data
    - Update Code Scanning models to follow the spec
    - Fix deserialization issues with `Environment` (static string, not an object in the spec)
    - Add CodeScanningState and DismissedReason enums
    GeekMasher committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b641f11 View commit details
    Browse the repository at this point in the history
  2. feat: Update Code Scanning tests

    - Change the environment object to a string to match the API spec
    GeekMasher committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    486ab2f View commit details
    Browse the repository at this point in the history