Skip to content

Commit

Permalink
Merge pull request #344 from php-api-clients/GitHubEnterprise-3.9/fro…
Browse files Browse the repository at this point in the history
…m-1.1.4-hash-f514a0d8bdad4979912a5a964d52eb91-from-1.1.4-hash-f514a0d8bdad4979912a5a964d52eb91
  • Loading branch information
WyriHaximus authored Jul 1, 2023
2 parents fa71203 + 3d7a3ac commit efce7d9
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 efce7d9

Please sign in to comment.