|
1 | 1 | { |
2 | 2 | "openapi": "3.0.3", |
3 | 3 | "info": { |
4 | | - "version": "1.1.1", |
| 4 | + "version": "1.1.2", |
5 | 5 | "title": "GitHub v3 REST API", |
6 | 6 | "description": "GitHub's v3 REST API.", |
7 | 7 | "license": { |
@@ -123750,31 +123750,33 @@ |
123750 | 123750 | "instances": { |
123751 | 123751 | "nullable": true, |
123752 | 123752 | "type": "array", |
123753 | | - "properties": { |
123754 | | - "ref": { |
123755 | | - "type": "string", |
123756 | | - "description": "The full Git reference, formatted as `refs/heads/<branch name>`." |
123757 | | - }, |
123758 | | - "analysis_key": { |
123759 | | - "type": "string", |
123760 | | - "description": "Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name." |
123761 | | - }, |
123762 | | - "environment": { |
123763 | | - "type": "string", |
123764 | | - "description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed." |
123765 | | - }, |
123766 | | - "matrix_vars": { |
123767 | | - "nullable": true, |
123768 | | - "type": "string" |
123769 | | - }, |
123770 | | - "state": { |
123771 | | - "type": "string", |
123772 | | - "description": "State of a code scanning alert.", |
123773 | | - "enum": [ |
123774 | | - "open", |
123775 | | - "dismissed", |
123776 | | - "fixed" |
123777 | | - ] |
| 123753 | + "items": { |
| 123754 | + "properties": { |
| 123755 | + "ref": { |
| 123756 | + "type": "string", |
| 123757 | + "description": "The full Git reference, formatted as `refs/heads/<branch name>`." |
| 123758 | + }, |
| 123759 | + "analysis_key": { |
| 123760 | + "type": "string", |
| 123761 | + "description": "Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name." |
| 123762 | + }, |
| 123763 | + "environment": { |
| 123764 | + "type": "string", |
| 123765 | + "description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed." |
| 123766 | + }, |
| 123767 | + "matrix_vars": { |
| 123768 | + "nullable": true, |
| 123769 | + "type": "string" |
| 123770 | + }, |
| 123771 | + "state": { |
| 123772 | + "type": "string", |
| 123773 | + "description": "State of a code scanning alert.", |
| 123774 | + "enum": [ |
| 123775 | + "open", |
| 123776 | + "dismissed", |
| 123777 | + "fixed" |
| 123778 | + ] |
| 123779 | + } |
123778 | 123780 | } |
123779 | 123781 | } |
123780 | 123782 | }, |
@@ -123987,15 +123989,13 @@ |
123987 | 123989 | { |
123988 | 123990 | "ref": "refs/heads/codeql-analysis-yml", |
123989 | 123991 | "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", |
123990 | | - "environment": { |
123991 | | - }, |
| 123992 | + "environment": "", |
123992 | 123993 | "state": "fixed" |
123993 | 123994 | }, |
123994 | 123995 | { |
123995 | 123996 | "ref": "refs/pull/3740/head", |
123996 | 123997 | "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", |
123997 | | - "environment": { |
123998 | | - }, |
| 123998 | + "environment": "", |
123999 | 123999 | "state": "fixed" |
124000 | 124000 | } |
124001 | 124001 | ], |
@@ -124213,31 +124213,33 @@ |
124213 | 124213 | "instances": { |
124214 | 124214 | "nullable": true, |
124215 | 124215 | "type": "array", |
124216 | | - "properties": { |
124217 | | - "ref": { |
124218 | | - "type": "string", |
124219 | | - "description": "The full Git reference, formatted as `refs/heads/<branch name>`." |
124220 | | - }, |
124221 | | - "analysis_key": { |
124222 | | - "type": "string", |
124223 | | - "description": "Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name." |
124224 | | - }, |
124225 | | - "environment": { |
124226 | | - "type": "string", |
124227 | | - "description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed." |
124228 | | - }, |
124229 | | - "matrix_vars": { |
124230 | | - "nullable": true, |
124231 | | - "type": "string" |
124232 | | - }, |
124233 | | - "state": { |
124234 | | - "type": "string", |
124235 | | - "description": "State of a code scanning alert.", |
124236 | | - "enum": [ |
124237 | | - "open", |
124238 | | - "dismissed", |
124239 | | - "fixed" |
124240 | | - ] |
| 124216 | + "items": { |
| 124217 | + "properties": { |
| 124218 | + "ref": { |
| 124219 | + "type": "string", |
| 124220 | + "description": "The full Git reference, formatted as `refs/heads/<branch name>`." |
| 124221 | + }, |
| 124222 | + "analysis_key": { |
| 124223 | + "type": "string", |
| 124224 | + "description": "Identifies the configuration under which the analysis was executed. For example, in GitHub Actions this includes the workflow filename and job name." |
| 124225 | + }, |
| 124226 | + "environment": { |
| 124227 | + "type": "string", |
| 124228 | + "description": "Identifies the variable values associated with the environment in which the analysis that generated this alert instance was performed, such as the language that was analyzed." |
| 124229 | + }, |
| 124230 | + "matrix_vars": { |
| 124231 | + "nullable": true, |
| 124232 | + "type": "string" |
| 124233 | + }, |
| 124234 | + "state": { |
| 124235 | + "type": "string", |
| 124236 | + "description": "State of a code scanning alert.", |
| 124237 | + "enum": [ |
| 124238 | + "open", |
| 124239 | + "dismissed", |
| 124240 | + "fixed" |
| 124241 | + ] |
| 124242 | + } |
124241 | 124243 | } |
124242 | 124244 | } |
124243 | 124245 | }, |
@@ -124450,15 +124452,13 @@ |
124450 | 124452 | { |
124451 | 124453 | "ref": "refs/heads/codeql-analysis-yml", |
124452 | 124454 | "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", |
124453 | | - "environment": { |
124454 | | - }, |
| 124455 | + "environment": "", |
124455 | 124456 | "state": "dismissed" |
124456 | 124457 | }, |
124457 | 124458 | { |
124458 | 124459 | "ref": "refs/pull/3740/head", |
124459 | 124460 | "analysis_key": ".github/workflows/codeql-analysis.yml:CodeQL-Build", |
124460 | | - "environment": { |
124461 | | - }, |
| 124461 | + "environment": "", |
124462 | 124462 | "state": "dismissed" |
124463 | 124463 | } |
124464 | 124464 | ], |
|
0 commit comments