Skip to content

Commit

Permalink
[GitHubEnterprise-3.9] Update to 1.1.4 (hash: f514a0d8bdad4979912a5a9…
Browse files Browse the repository at this point in the history
…64d52eb91) from 1.1.4 (hash: b2a6a34dedaa0d9914e4baad000d7aa6)

Detected Schema changes:
  • Loading branch information
WyriHaximus authored Jul 1, 2023
1 parent fa71203 commit 3d7a3ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

final readonly class CodeScanningDefaultSetup
{
public const SCHEMA_JSON = '{"type":"object","properties":{"state":{"enum":["configured","not-configured"],"type":"string","description":"Code scanning default setup has been configured or not."},"languages":{"type":"array","items":{"enum":["c-cpp","csharp","go","java-kotlin","javascript-typescript","javascript","python","ruby","typescript"],"type":"string"},"description":"Languages to be analysed."},"query_suite":{"enum":["default","extended"],"type":"string","description":"CodeQL query suite to be used."},"updated_at":{"type":["string","null"],"description":"Timestamp of latest configuration update.","format":"date-time","examples":["2023-12-06T14:20:20.000Z"]}},"description":"Configuration for code scanning default setup."}';
public const SCHEMA_JSON = '{"type":"object","properties":{"state":{"enum":["configured","not-configured"],"type":"string","description":"Code scanning default setup has been configured or not."},"languages":{"type":"array","items":{"enum":["c-cpp","csharp","go","java-kotlin","javascript-typescript","javascript","python","ruby","typescript","swift"],"type":"string"},"description":"Languages to be analysed."},"query_suite":{"enum":["default","extended"],"type":"string","description":"CodeQL query suite to be used."},"updated_at":{"type":["string","null"],"description":"Timestamp of latest configuration update.","format":"date-time","examples":["2023-12-06T14:20:20.000Z"]}},"description":"Configuration for code scanning default setup."}';
public const SCHEMA_TITLE = '';
public const SCHEMA_DESCRIPTION = 'Configuration for code scanning default setup.';
public const SCHEMA_EXAMPLE_DATA = '{"state":"configured","languages":["generated","generated"],"query_suite":"default","updated_at":"2023-12-06T14:20:20.000Z"}';
Expand Down
1 change: 1 addition & 0 deletions etc/specs/GitHubEnterprise-3.9/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72771,6 +72771,7 @@ components:
- python
- ruby
- typescript
- swift
query_suite:
description: CodeQL query suite to be used.
type: string
Expand Down

0 comments on commit 3d7a3ac

Please sign in to comment.