|
35078 | 35078 | "ssh_key_fingerprints": { |
35079 | 35079 | "type": "object", |
35080 | 35080 | "properties": { |
35081 | | - "MD5_RSA": { |
35082 | | - "type": "string" |
35083 | | - }, |
35084 | | - "MD5_DSA": { |
35085 | | - "type": "string" |
35086 | | - }, |
35087 | 35081 | "SHA256_RSA": { |
35088 | 35082 | "type": "string" |
35089 | 35083 | }, |
|
35165 | 35159 | "value": { |
35166 | 35160 | "verifiable_password_authentication": true, |
35167 | 35161 | "ssh_key_fingerprints": { |
35168 | | - "MD5_RSA": "16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48", |
35169 | | - "MD5_DSA": "ad:1c:08:a4:40:e3:6f:9c:f5:66:26:5d:4b:33:5d:8c", |
35170 | 35162 | "SHA256_RSA": "nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8", |
35171 | 35163 | "SHA256_DSA": "br9IjFspm1vxR3iA35FWE+4VTyz1hYVLIE2t1/CeyWQ" |
35172 | 35164 | }, |
@@ -102241,7 +102233,7 @@ |
102241 | 102233 | "/repos/{owner}/{repo}/actions/runs/{run_id}/timing": { |
102242 | 102234 | "get": { |
102243 | 102235 | "summary": "Get workflow run usage", |
102244 | | - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", |
| 102236 | + "description": "Gets the number of billable minutes and total run time for a specific workflow run. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nAnyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", |
102245 | 102237 | "tags": [ |
102246 | 102238 | "actions" |
102247 | 102239 | ], |
@@ -105046,7 +105038,7 @@ |
105046 | 105038 | "/repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing": { |
105047 | 105039 | "get": { |
105048 | 105040 | "summary": "Get workflow usage", |
105049 | | - "description": "**Warning:** This GitHub Actions usage endpoint is currently in public beta and subject to change. For more information, see \"[GitHub Actions API workflow usage](https://developer.github.com/changes/2020-05-15-actions-api-workflow-usage).\"\n\nGets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", |
| 105041 | + "description": "Gets the number of billable minutes used by a specific workflow during the current billing cycle. Billable minutes only apply to workflows in private repositories that use GitHub-hosted runners. Usage is listed for each GitHub-hosted runner operating system in milliseconds. Any job re-runs are also included in the usage. The usage does not include the multiplier for macOS and Windows runners and is not rounded up to the nearest whole minute. For more information, see \"[Managing billing for GitHub Actions](https://help.github.com/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)\".\n\nYou can replace `workflow_id` with the workflow file name. For example, you could use `main.yaml`. Anyone with read access to the repository can use this endpoint. If the repository is private you must use an access token with the `repo` scope. GitHub Apps must have the `actions:read` permission to use this endpoint.", |
105050 | 105042 | "tags": [ |
105051 | 105043 | "actions" |
105052 | 105044 | ], |
@@ -125555,6 +125547,12 @@ |
125555 | 125547 | }, |
125556 | 125548 | "404": { |
125557 | 125549 | "description": "Response if `commit_sha` or `ref` cannot be found" |
| 125550 | + }, |
| 125551 | + "400": { |
| 125552 | + "description": "Response if the `sarif` field is invalid" |
| 125553 | + }, |
| 125554 | + "413": { |
| 125555 | + "description": "Response if the `sarif` field is too large" |
125558 | 125556 | } |
125559 | 125557 | }, |
125560 | 125558 | "x-github": { |
@@ -155709,7 +155707,7 @@ |
155709 | 155707 | }, |
155710 | 155708 | "digest": { |
155711 | 155709 | "type": "string", |
155712 | | - "example": "\"md5\"" |
| 155710 | + "example": "\"sha256\"" |
155713 | 155711 | }, |
155714 | 155712 | "secret": { |
155715 | 155713 | "type": "string", |
@@ -155930,7 +155928,7 @@ |
155930 | 155928 | }, |
155931 | 155929 | "digest": { |
155932 | 155930 | "type": "string", |
155933 | | - "example": "\"md5\"" |
| 155931 | + "example": "\"sha256\"" |
155934 | 155932 | } |
155935 | 155933 | }, |
155936 | 155934 | "required": [ |
@@ -156049,7 +156047,7 @@ |
156049 | 156047 | }, |
156050 | 156048 | "digest": { |
156051 | 156049 | "type": "string", |
156052 | | - "example": "\"md5\"" |
| 156050 | + "example": "\"sha256\"" |
156053 | 156051 | }, |
156054 | 156052 | "secret": { |
156055 | 156053 | "type": "string", |
@@ -156401,7 +156399,7 @@ |
156401 | 156399 | }, |
156402 | 156400 | "digest": { |
156403 | 156401 | "type": "string", |
156404 | | - "example": "\"md5\"" |
| 156402 | + "example": "\"sha256\"" |
156405 | 156403 | }, |
156406 | 156404 | "secret": { |
156407 | 156405 | "type": "string", |
@@ -156738,7 +156736,7 @@ |
156738 | 156736 | }, |
156739 | 156737 | "digest": { |
156740 | 156738 | "type": "string", |
156741 | | - "example": "\"md5\"" |
| 156739 | + "example": "\"sha256\"" |
156742 | 156740 | }, |
156743 | 156741 | "secret": { |
156744 | 156742 | "type": "string", |
|
0 commit comments