diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.json b/descriptions/api.github.com/api.github.com.2022-11-28.json index fa7adeba5d..71e601edb5 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions/api.github.com/api.github.com.2022-11-28.json @@ -71290,7 +71290,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -71843,7 +71843,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -122962,6 +122962,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -135361,17 +135370,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -140951,6 +140957,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -140994,6 +141009,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -141016,6 +141039,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -146273,6 +146301,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -146365,6 +146416,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -146435,6 +146489,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -146498,6 +146555,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -146552,6 +146612,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -147394,6 +147457,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -147445,6 +147511,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -147499,6 +147568,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148714,6 +148786,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148817,6 +148892,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -307791,6 +307869,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -309628,126 +309709,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -319800,7 +319769,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 2ae8d3a404..7756d1ae42 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -52398,6 +52398,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -52799,7 +52804,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -89982,6 +89993,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -99761,17 +99778,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -104110,6 +104124,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -104143,6 +104164,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -104152,6 +104179,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -108261,6 +108290,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -108328,6 +108379,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -108379,6 +108432,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -108425,6 +108480,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -108465,6 +108522,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -109085,6 +109144,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -109123,6 +109184,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -109163,6 +109226,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -110051,6 +110116,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -110128,6 +110195,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -230785,6 +230854,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -232263,94 +232334,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user campaign-org-items: value: - number: 3 @@ -240951,6 +240940,7 @@ components: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push code-quality-setup-update: value: state: configured diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.json b/descriptions/api.github.com/api.github.com.2026-03-10.json index b2934388c7..d03c02d0d9 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.json +++ b/descriptions/api.github.com/api.github.com.2026-03-10.json @@ -71207,7 +71207,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -71760,7 +71760,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -122474,6 +122474,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -134827,17 +134836,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -140382,6 +140388,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -140425,6 +140440,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -140447,6 +140470,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -145698,6 +145726,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -145790,6 +145841,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -145860,6 +145914,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -145923,6 +145980,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -145977,6 +146037,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -146819,6 +146882,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -146870,6 +146936,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -146924,6 +146993,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148139,6 +148211,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148242,6 +148317,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -307031,6 +307109,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -308867,126 +308948,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -319030,7 +318999,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/api.github.com/api.github.com.2026-03-10.yaml b/descriptions/api.github.com/api.github.com.2026-03-10.yaml index 56af258cdc..ea04b6f3b8 100644 --- a/descriptions/api.github.com/api.github.com.2026-03-10.yaml +++ b/descriptions/api.github.com/api.github.com.2026-03-10.yaml @@ -52326,6 +52326,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -52727,7 +52732,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -89597,6 +89608,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -99337,17 +99354,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -103658,6 +103672,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -103691,6 +103712,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -103700,6 +103727,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -107804,6 +107833,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -107871,6 +107922,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -107922,6 +107975,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -107968,6 +108023,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -108008,6 +108065,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -108628,6 +108687,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -108666,6 +108727,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -108706,6 +108769,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -109594,6 +109659,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -109671,6 +109738,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -230097,6 +230166,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -231574,94 +231645,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user campaign-org-items: value: - number: 3 @@ -240254,6 +240243,7 @@ components: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push code-quality-setup-update: value: state: configured diff --git a/descriptions/api.github.com/api.github.com.json b/descriptions/api.github.com/api.github.com.json index cfd7a7c93a..5dab390268 100644 --- a/descriptions/api.github.com/api.github.com.json +++ b/descriptions/api.github.com/api.github.com.json @@ -71597,7 +71597,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -72150,7 +72150,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -123691,6 +123691,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -136349,17 +136358,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -142076,6 +142082,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -142119,6 +142134,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -142141,6 +142164,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -147483,6 +147511,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -147575,6 +147626,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -147645,6 +147699,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -147708,6 +147765,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -147762,6 +147822,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148604,6 +148667,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148655,6 +148721,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -148709,6 +148778,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -149924,6 +149996,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -150027,6 +150102,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -309944,6 +310022,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -311793,126 +311874,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -322013,7 +321982,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/api.github.com/api.github.com.yaml b/descriptions/api.github.com/api.github.com.yaml index 475150e862..c121565d7a 100644 --- a/descriptions/api.github.com/api.github.com.yaml +++ b/descriptions/api.github.com/api.github.com.yaml @@ -52586,6 +52586,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -52987,7 +52992,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -90460,6 +90471,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -100441,17 +100458,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -104909,6 +104923,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -104942,6 +104963,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -104951,6 +104978,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -109120,6 +109149,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -109187,6 +109238,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -109238,6 +109291,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -109284,6 +109339,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -109324,6 +109381,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -109944,6 +110003,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -109982,6 +110043,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -110022,6 +110085,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -110910,6 +110975,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -110987,6 +111054,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -232196,6 +232265,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -233680,94 +233751,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user campaign-org-items: value: - number: 3 @@ -242392,6 +242381,7 @@ components: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push code-quality-setup-update: value: state: configured diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index da28b1c463..6c49077674 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -61695,6 +61695,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -61844,6 +61853,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -103241,126 +103253,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -225124,17 +225024,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -272888,126 +272785,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -309698,6 +309483,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -309712,7 +309506,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -309875,6 +309670,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -309897,6 +309700,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -410130,6 +409938,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -416776,6 +416607,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -447155,6 +447009,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -447645,6 +447522,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -448368,6 +448268,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -455953,6 +455876,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -456463,6 +456409,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -457008,6 +456977,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -486255,6 +486247,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -486745,6 +486760,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -498814,6 +498852,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -499892,6 +499953,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -500401,6 +500485,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -500911,6 +501018,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -501456,6 +501586,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -557258,7 +557411,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -560878,7 +561031,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -580008,17 +580161,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -685224,126 +685374,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 2d3ab692a0..b2b7ada050 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -1030,7 +1030,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &715 + - &716 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14323,7 +14323,7 @@ paths: properties: action: type: string - discussion: &811 + discussion: &812 title: Discussion description: A Discussion in a repository. type: object @@ -15068,7 +15068,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &726 + sub_issues_summary: &727 title: Sub-issues Summary type: object properties: @@ -15155,7 +15155,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &591 + properties: &592 pinned_at: type: string format: date-time @@ -15167,7 +15167,7 @@ paths: properties: *20 required: *21 nullable: true - required: &592 + required: &593 - pinned_at - pinned_by nullable: true @@ -15176,13 +15176,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &593 + properties: &594 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &594 + required: &595 - reason nullable: true required: &91 @@ -15195,7 +15195,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &727 + issue_dependencies_summary: &728 title: Issue Dependencies Summary type: object properties: @@ -15214,7 +15214,7 @@ paths: - total_blocking issue_field_values: type: array - items: &575 + items: &576 title: Issue Field Value description: A value assigned to an issue field type: object @@ -16008,7 +16008,7 @@ paths: type: string release: allOf: - - &639 + - &640 title: Release description: A release. type: object @@ -16079,7 +16079,7 @@ paths: author: *4 assets: type: array - items: &640 + items: &641 title: Release Asset description: Data related to a release. type: object @@ -16670,7 +16670,7 @@ paths: url: type: string format: uri - user: &735 + user: &736 title: Public User description: Public User type: object @@ -19855,6 +19855,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -19955,6 +19961,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -20074,7 +20082,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &614 + - &615 name: all description: If `true`, show notifications marked as read. in: query @@ -20082,7 +20090,7 @@ paths: schema: type: boolean default: false - - &615 + - &616 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20092,7 +20100,7 @@ paths: type: boolean default: false - *96 - - &616 + - &617 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20622,7 +20630,7 @@ paths: - url - subscription_url examples: - default: &617 + default: &618 value: - id: '1' repository: @@ -22536,7 +22544,7 @@ paths: parameters: - *79 - *125 - - &787 + - &788 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22648,7 +22656,7 @@ paths: - *125 - *126 - *127 - - &788 + - &789 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22656,7 +22664,7 @@ paths: schema: type: string - *130 - - &789 + - &790 name: sku description: The SKU to query for usage. in: query @@ -30275,12 +30283,12 @@ paths: required: - subject_digests examples: - default: &768 + default: &769 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &769 + withPredicateType: &770 value: subject_digests: - sha256:abc123 @@ -30338,7 +30346,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &770 + default: &771 value: attestations_subject_digests: - sha256:abc: @@ -30691,94 +30699,12 @@ paths: default: &417 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42413,7 +42339,7 @@ paths: parameters: - *79 - *270 - - &751 + - &752 name: repo_name description: repo_name parameter in: path @@ -43454,7 +43380,7 @@ paths: - nuget - container - *79 - - &752 + - &753 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43495,7 +43421,7 @@ paths: default: *277 '403': *29 '401': *25 - '400': &754 + '400': &755 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45592,7 +45518,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &842 + properties: &843 id: type: number description: The unique identifier of the status update. @@ -45640,7 +45566,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &843 + required: &844 - id - node_id - created_at @@ -46080,7 +46006,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &624 + auto_merge: &625 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46105,7 +46031,7 @@ paths: - commit_title - commit_message nullable: true - stack: &625 + stack: &626 title: Pull Request Stack description: The stack information associated with a pull request. @@ -46497,7 +46423,7 @@ paths: - updated_at - project_url examples: - default: &774 + default: &775 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46674,7 +46600,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &775 + items: &776 type: object properties: name: @@ -46711,7 +46637,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &776 + iteration_configuration: &777 type: object description: The configuration for iteration fields. properties: @@ -46761,7 +46687,7 @@ paths: value: name: Due date data_type: date - single_select_field: &777 + single_select_field: &778 summary: Create a single select field value: name: Priority @@ -46788,7 +46714,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &778 + iteration_field: &779 summary: Create an iteration field value: name: Sprint @@ -46814,7 +46740,7 @@ paths: application/json: schema: *298 examples: - text_field: &779 + text_field: &780 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46823,7 +46749,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &780 + number_field: &781 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46832,7 +46758,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &781 + date_field: &782 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46841,7 +46767,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &782 + single_select_field: &783 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46875,7 +46801,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &783 + iteration_field: &784 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46921,7 +46847,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *294 - - &784 + - &785 name: field_id description: The unique identifier of the field. in: path @@ -46936,7 +46862,7 @@ paths: application/json: schema: *298 examples: - default: &785 + default: &786 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48133,7 +48059,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &765 + schema: &766 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48310,7 +48236,7 @@ paths: parameters: - *294 - *79 - - &786 + - &787 name: view_number description: The number that identifies the project view. in: path @@ -50277,7 +50203,7 @@ paths: - *79 - *17 - *19 - - &648 + - &649 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50559,7 +50485,7 @@ paths: - repository_property rules: type: array - items: &649 + items: &650 title: Repository Rule type: object description: A repository rule. @@ -50621,7 +50547,7 @@ paths: type: string enum: - required_linear_history - - &646 + - &647 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51260,7 +51186,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &647 + - &648 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -51572,7 +51498,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &650 + - &651 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -51587,7 +51513,7 @@ paths: in: query schema: type: string - - &651 + - &652 name: time_period description: |- The time period to filter by. @@ -51603,14 +51529,14 @@ paths: - week - month default: day - - &652 + - &653 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &653 + - &654 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51623,7 +51549,7 @@ paths: - bypass - all default: all - - &654 + - &655 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -51646,7 +51572,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 title: Rule Suites description: Response type: array @@ -51701,7 +51627,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &656 + default: &657 value: - id: 21 actor_id: 12 @@ -51745,7 +51671,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &657 + - &658 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51761,7 +51687,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 title: Rule Suite description: Response type: object @@ -51860,7 +51786,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &659 + default: &660 value: id: 21 actor_id: 12 @@ -52107,7 +52033,7 @@ paths: type: string format: date-time examples: - default: &661 + default: &662 value: - version_id: 3 actor: @@ -52160,7 +52086,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 allOf: - *343 - type: object @@ -52232,7 +52158,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &663 + - &664 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52243,7 +52169,7 @@ paths: enum: - open - resolved - - &664 + - &665 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52253,7 +52179,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52264,7 +52190,7 @@ paths: required: false schema: type: string - - &666 + - &667 name: exclude_providers in: query description: |- @@ -52275,7 +52201,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: providers in: query description: |- @@ -52286,7 +52212,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52295,7 +52221,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52314,7 +52240,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &670 + - &671 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -52329,7 +52255,7 @@ paths: - *63 - *19 - *17 - - &671 + - &672 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -52339,7 +52265,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -52349,7 +52275,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52358,7 +52284,7 @@ paths: required: false schema: type: string - - &674 + - &675 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52367,7 +52293,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52376,7 +52302,7 @@ paths: schema: type: boolean default: false - - &676 + - &677 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52385,7 +52311,7 @@ paths: schema: type: boolean default: false - - &677 + - &678 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52396,7 +52322,7 @@ paths: required: false schema: type: boolean - - &678 + - &679 name: included_metadata in: query description: |- @@ -52407,7 +52333,7 @@ paths: required: false schema: type: string - - &679 + - &680 name: owner_email_hash in: query description: |- @@ -52445,14 +52371,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &680 + state: &681 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &681 + resolution: &682 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52569,8 +52495,8 @@ paths: pull request. ' - oneOf: &682 - - &684 + oneOf: &683 + - &685 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52628,7 +52554,7 @@ paths: - blob_url - commit_sha - commit_url - - &685 + - &686 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -52683,7 +52609,7 @@ paths: - page_url - commit_sha - commit_url - - &686 + - &687 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52703,7 +52629,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &687 + - &688 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52723,7 +52649,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &688 + - &689 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52743,7 +52669,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &689 + - &690 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52757,7 +52683,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &690 + - &691 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52771,7 +52697,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &691 + - &692 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52785,7 +52711,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &692 + - &693 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -52805,7 +52731,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &693 + - &694 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -52825,7 +52751,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &694 + - &695 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -52845,7 +52771,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &695 + - &696 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -52865,7 +52791,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &696 + - &697 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53117,7 +53043,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &697 + - &698 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53128,7 +53054,7 @@ paths: enum: - published - unpublished - - &698 + - &699 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53139,7 +53065,7 @@ paths: enum: - enabled - disabled - - &699 + - &700 name: sort description: The property to sort the results by. in: query @@ -53233,7 +53159,7 @@ paths: - state - push_protection_enabled examples: - default: &700 + default: &701 value: - id: 1 name: Example Custom Pattern @@ -53296,7 +53222,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &701 + items: &702 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -53333,7 +53259,7 @@ paths: items: type: string examples: - default: &702 + default: &703 value: patterns: - name: Example Custom Pattern @@ -53359,7 +53285,7 @@ paths: description: The list of successfully created custom patterns. items: *344 examples: - default: &703 + default: &704 value: created_patterns: - id: 1 @@ -53411,7 +53337,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &704 + items: &705 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53422,17 +53348,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -53468,7 +53391,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &705 + items: &706 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53491,7 +53414,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &706 + default: &707 value: patterns: - pattern_id: 2 @@ -53537,7 +53460,7 @@ paths: required: true content: application/json: - schema: &707 + schema: &708 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -53578,7 +53501,7 @@ paths: type: string custom_pattern_version: *345 examples: - default: &708 + default: &709 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53595,7 +53518,7 @@ paths: application/json: schema: *344 examples: - default: &709 + default: &710 value: id: 1 name: Example Custom Pattern @@ -53899,7 +53822,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 description: A repository security advisory. type: object properties: @@ -54190,7 +54113,7 @@ paths: - private_fork additionalProperties: false examples: - default: &714 + default: &715 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56043,7 +55966,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56162,7 +56085,7 @@ paths: - type - url examples: - default: &730 + default: &731 value: - login: octocat id: 1 @@ -56248,7 +56171,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &731 + response-if-user-is-a-team-maintainer: &732 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56313,7 +56236,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &732 + response-if-users-membership-with-team-is-now-pending: &733 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56427,7 +56350,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &733 + schema: &734 title: Team Repository description: A team's access to a repository. type: object @@ -57084,7 +57007,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &734 + response-if-child-teams-exist: &735 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62733,7 +62656,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &805 + properties: &806 url: type: string format: uri @@ -62818,7 +62741,7 @@ paths: nullable: true properties: *84 required: *85 - required: &806 + required: &807 - id - node_id - sha @@ -68913,7 +68836,7 @@ paths: check. type: array items: *94 - deployment: &798 + deployment: &799 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69825,7 +69748,7 @@ paths: type: string format: date-time nullable: true - head_commit: &826 + head_commit: &827 title: Simple Commit description: A commit. type: object @@ -71001,6 +70924,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -71012,6 +70942,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *443 '404': *6 '503': *123 @@ -71072,6 +71003,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -71081,6 +71018,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -74551,14 +74490,14 @@ paths: type: integer machines: type: array - items: &740 + items: &741 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *480 required: *481 examples: - default: &741 + default: &742 value: total_count: 2 machines: @@ -76196,7 +76135,7 @@ paths: type: array items: *492 examples: - default: &632 + default: &633 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76487,7 +76426,7 @@ paths: type: array items: *496 examples: - default: &623 + default: &624 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77045,7 +76984,7 @@ paths: application/json: schema: *492 examples: - default: &610 + default: &611 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77704,7 +77643,7 @@ paths: application/json: schema: type: array - items: &718 + items: &719 title: Status description: The status of a commit. type: object @@ -78673,7 +78612,7 @@ paths: - size - type - url - - &637 + - &638 title: Content File description: Content File type: object @@ -79287,7 +79226,7 @@ paths: items: type: object properties: - placeholder_id: &710 + placeholder_id: &711 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -85366,7 +85305,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &834 + last_response: &835 title: Hook Response type: object properties: @@ -86418,7 +86357,7 @@ paths: parameters: - *357 - *358 - - &763 + - &764 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87137,7 +87076,7 @@ paths: type: array items: *559 examples: - default: &756 + default: &757 value: - id: 1 repository: @@ -88793,6 +88732,30 @@ paths: nullable: true properties: *568 required: *569 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &575 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *86 lock_reason: type: string @@ -90106,7 +90069,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &578 + - &579 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90149,6 +90112,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - label - id @@ -90160,7 +90134,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90203,6 +90177,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - label - id @@ -90238,6 +90223,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -90296,7 +90292,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -90347,7 +90343,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -90398,7 +90394,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -90452,7 +90448,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90499,7 +90495,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90546,7 +90542,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90606,7 +90602,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -90654,7 +90650,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -90720,7 +90716,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -90786,7 +90782,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -90852,7 +90848,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -90908,7 +90904,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &595 + - &596 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -90942,6 +90938,17 @@ paths: properties: *84 required: *85 issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - issue_type - id @@ -90953,7 +90960,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &596 + - &597 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -90987,6 +90994,17 @@ paths: properties: *84 required: *85 prev_issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - prev_issue_type - id @@ -90998,7 +91016,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &597 + - &598 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -91033,6 +91051,17 @@ paths: required: *85 issue_type: *567 prev_issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - issue_type - prev_issue_type @@ -91045,7 +91074,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -91098,7 +91127,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -91151,7 +91180,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -91204,7 +91233,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -91257,7 +91286,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -91310,7 +91339,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -91363,7 +91392,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -91416,7 +91445,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -91533,9 +91562,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: &576 + default: &577 value: - issue_field_id: 1 issue_field_name: DRI @@ -91678,9 +91707,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *575 + items: *576 examples: - default: *576 + default: *577 '400': *14 '403': *29 '404': *6 @@ -91783,9 +91812,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *575 + items: *576 examples: - default: *576 + default: *577 '400': *14 '403': *29 '404': *6 @@ -91858,7 +91887,7 @@ paths: type: array items: *88 examples: - default: &577 + default: &578 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91941,7 +91970,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 '301': *361 '404': *6 '410': *33 @@ -92025,7 +92054,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 '301': *361 '404': *6 '410': *33 @@ -92616,7 +92645,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -92629,6 +92657,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92689,15 +92718,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true required: - event @@ -92952,7 +92981,7 @@ paths: type: string comments: type: array - items: &626 + items: &627 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93201,6 +93230,17 @@ paths: properties: *84 required: *85 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -93291,6 +93331,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -93301,7 +93352,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *595 - *596 - *597 - *598 @@ -93312,6 +93362,7 @@ paths: - *603 - *604 - *605 + - *606 examples: default: value: @@ -93496,7 +93547,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93599,9 +93650,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: id: 1 key: ssh-rsa AAA... @@ -93637,7 +93688,7 @@ paths: parameters: - *357 - *358 - - &608 + - &609 name: key_id description: The unique identifier of the key. in: path @@ -93649,9 +93700,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -93671,7 +93722,7 @@ paths: parameters: - *357 - *358 - - *608 + - *609 responses: '204': description: Response @@ -93704,7 +93755,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 headers: Link: *71 '404': *6 @@ -93764,7 +93815,7 @@ paths: application/json: schema: *88 examples: - default: &609 + default: &610 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93810,7 +93861,7 @@ paths: application/json: schema: *88 examples: - default: *609 + default: *610 '404': *6 x-github: githubCloudOnly: false @@ -94210,7 +94261,7 @@ paths: application/json: schema: *492 examples: - default: *610 + default: *611 '204': description: Response when already merged '404': @@ -94277,7 +94328,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Milestone description: A collection of related issues and pull requests. type: object @@ -94379,9 +94430,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -94442,7 +94493,7 @@ paths: parameters: - *357 - *358 - - &613 + - &614 name: milestone_number description: The number that identifies the milestone. in: path @@ -94454,9 +94505,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -94475,7 +94526,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 requestBody: required: false content: @@ -94513,9 +94564,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94533,7 +94584,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 responses: '204': description: Response @@ -94556,7 +94607,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 - *17 - *19 responses: @@ -94568,7 +94619,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 headers: Link: *71 x-github: @@ -94589,10 +94640,10 @@ paths: parameters: - *357 - *358 - - *614 - *615 - - *96 - *616 + - *96 + - *617 - *17 - *19 responses: @@ -94604,7 +94655,7 @@ paths: type: array items: *116 examples: - default: *617 + default: *618 headers: Link: *71 x-github: @@ -94694,7 +94745,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &619 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94819,7 +94870,7 @@ paths: - custom_404 - public examples: - default: &619 + default: &620 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -94915,9 +94966,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *619 + default: *620 '422': *15 '409': *55 x-github: @@ -95078,7 +95129,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Page Build description: Page Build type: object @@ -95225,9 +95276,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -95287,9 +95338,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95417,7 +95468,7 @@ paths: parameters: - *357 - *358 - - &622 + - &623 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -95477,7 +95528,7 @@ paths: parameters: - *357 - *358 - - *622 + - *623 responses: '204': *60 '404': *6 @@ -96012,7 +96063,7 @@ paths: type: array items: *496 examples: - default: *623 + default: *624 headers: Link: *71 '304': *38 @@ -96110,7 +96161,7 @@ paths: description: Response content: application/json: - schema: &628 + schema: &629 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -96321,8 +96372,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *624 - stack: *625 + auto_merge: *625 + stack: *626 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -96414,7 +96465,7 @@ paths: - merged_by - review_comments examples: - default: &629 + default: &630 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96971,9 +97022,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97058,9 +97109,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97159,9 +97210,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -97364,7 +97415,7 @@ paths: parameters: - *357 - *358 - - &630 + - &631 name: pull_number description: The number that identifies the pull request. in: path @@ -97377,9 +97428,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '304': *38 '404': *6 '406': @@ -97416,7 +97467,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -97458,9 +97509,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '422': *15 '403': *29 x-github: @@ -97484,7 +97535,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -97586,7 +97637,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97607,9 +97658,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *631 + default: *632 headers: Link: *71 x-github: @@ -97644,7 +97695,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -97749,7 +97800,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: example-for-a-multi-line-comment: value: @@ -97839,7 +97890,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *105 requestBody: required: true @@ -97862,7 +97913,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -97950,7 +98001,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -97962,7 +98013,7 @@ paths: type: array items: *492 examples: - default: *632 + default: *633 headers: Link: *71 x-github: @@ -97994,7 +98045,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -98044,7 +98095,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 responses: '204': description: Response if pull request has been merged @@ -98069,7 +98120,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -98182,7 +98233,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 responses: '200': description: Response @@ -98259,7 +98310,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -98834,7 +98885,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -99375,7 +99426,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -99385,7 +99436,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99538,7 +99589,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -99624,9 +99675,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99691,8 +99742,8 @@ paths: parameters: - *357 - *358 - - *630 - - &634 + - *631 + - &635 name: review_id description: The unique identifier of the review. in: path @@ -99704,9 +99755,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &636 + default: &637 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99767,8 +99818,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -99791,7 +99842,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -99855,16 +99906,16 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *635 + default: *636 '422': *7 '404': *6 x-github: @@ -99893,8 +99944,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 - *17 - *19 responses: @@ -100131,8 +100182,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -100160,7 +100211,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -100225,8 +100276,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -100261,9 +100312,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *636 + default: *637 '404': *6 '422': *7 '403': *29 @@ -100287,7 +100338,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -100364,9 +100415,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &638 + default: &639 value: type: file encoding: base64 @@ -100429,9 +100480,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '422': *15 x-github: @@ -100464,7 +100515,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -100550,6 +100601,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -100635,9 +100691,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &643 + default: &644 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100744,7 +100800,7 @@ paths: parameters: - *357 - *358 - - &641 + - &642 name: asset_id description: The unique identifier of the asset. in: path @@ -100756,9 +100812,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -100811,7 +100867,7 @@ paths: parameters: - *357 - *358 - - *641 + - *642 requestBody: required: false content: @@ -100839,9 +100895,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100859,7 +100915,7 @@ paths: parameters: - *357 - *358 - - *641 + - *642 responses: '204': description: Response @@ -100977,9 +101033,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': *6 x-github: githubCloudOnly: false @@ -101011,9 +101067,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': *6 x-github: githubCloudOnly: false @@ -101037,7 +101093,7 @@ paths: parameters: - *357 - *358 - - &644 + - &645 name: release_id description: The unique identifier of the release. in: path @@ -101051,9 +101107,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '401': description: Unauthorized x-github: @@ -101063,7 +101119,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -101073,7 +101135,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 requestBody: required: false content: @@ -101137,9 +101199,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': description: Not Found if the discussion category name is invalid content: @@ -101162,7 +101224,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 responses: '204': description: Response @@ -101185,7 +101247,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - *17 - *19 responses: @@ -101195,7 +101257,7 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: default: value: @@ -101278,7 +101340,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - name: name in: query required: true @@ -101304,7 +101366,7 @@ paths: description: Response for successful upload content: application/json: - schema: *640 + schema: *641 examples: response-for-successful-upload: value: @@ -101361,7 +101423,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -101410,7 +101472,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 requestBody: required: true content: @@ -101473,7 +101535,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - *564 responses: '204': @@ -101517,7 +101579,7 @@ paths: oneOf: - allOf: - *319 - - &645 + - &646 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101538,70 +101600,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *320 - - *645 + - *646 - allOf: - *321 - - *645 + - *646 - allOf: - *322 - - *645 + - *646 - allOf: + - *647 - *646 - - *645 - allOf: - *323 - - *645 + - *646 - allOf: - *324 - - *645 + - *646 - allOf: - *325 - - *645 + - *646 - allOf: - *326 - - *645 + - *646 - allOf: - *327 - - *645 + - *646 - allOf: - *328 - - *645 + - *646 - allOf: - *329 - - *645 + - *646 - allOf: - *330 - - *645 + - *646 - allOf: - *331 - - *645 + - *646 - allOf: - *332 - - *645 + - *646 - allOf: - *337 - - *645 + - *646 - allOf: - *338 - - *645 + - *646 - allOf: - *339 - - *645 + - *646 - allOf: - - *647 - - *645 + - *648 + - *646 - allOf: - *333 - - *645 + - *646 - allOf: - *334 - - *645 + - *646 - allOf: - *335 - - *645 + - *646 - allOf: - *336 - - *645 + - *646 examples: default: value: @@ -101652,7 +101714,7 @@ paths: schema: type: boolean default: true - - *648 + - *649 responses: '200': description: Response @@ -101737,7 +101799,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *649 + items: *650 required: - name - enforcement @@ -101770,7 +101832,7 @@ paths: application/json: schema: *340 examples: - default: &660 + default: &661 value: id: 42 name: super cool ruleset @@ -101820,11 +101882,11 @@ paths: parameters: - *357 - *358 - - *650 - *651 - *652 - *653 - *654 + - *655 - *17 - *19 responses: @@ -101832,9 +101894,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 '500': *56 x-github: @@ -101857,15 +101919,15 @@ paths: parameters: - *357 - *358 - - *657 + - *658 responses: '200': description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '500': *56 x-github: @@ -101916,7 +101978,7 @@ paths: application/json: schema: *340 examples: - default: *660 + default: *661 '404': *6 '500': *56 put: @@ -101969,7 +102031,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *649 + items: *650 examples: default: value: @@ -101999,7 +102061,7 @@ paths: application/json: schema: *340 examples: - default: *660 + default: *661 '404': *6 '422': *15 '500': *56 @@ -102061,7 +102123,7 @@ paths: type: array items: *343 examples: - default: *661 + default: *662 '404': *6 '500': *56 x-github: @@ -102099,7 +102161,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -102156,7 +102218,6 @@ paths: parameters: - *357 - *358 - - *663 - *664 - *665 - *666 @@ -102164,10 +102225,10 @@ paths: - *668 - *669 - *670 + - *671 - *63 - *19 - *17 - - *671 - *672 - *673 - *674 @@ -102176,6 +102237,7 @@ paths: - *677 - *678 - *679 + - *680 responses: '200': description: Response @@ -102202,8 +102264,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: string format: date-time @@ -102309,7 +102371,7 @@ paths: pull request. ' - oneOf: *682 + oneOf: *683 nullable: true has_more_locations: type: boolean @@ -102476,13 +102538,13 @@ paths: - *357 - *358 - *456 - - *676 + - *677 responses: '200': description: Response content: application/json: - schema: &683 + schema: &684 type: object properties: number: *189 @@ -102500,8 +102562,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: string format: date-time @@ -102607,7 +102669,7 @@ paths: pull request. ' - oneOf: *682 + oneOf: *683 nullable: true has_more_locations: type: boolean @@ -102635,7 +102697,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &855 + metadata: &856 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -102718,8 +102780,8 @@ paths: schema: type: object properties: - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102763,7 +102825,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -102878,7 +102940,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &857 + items: &858 type: object properties: type: @@ -102904,7 +102966,6 @@ paths: example: commit details: oneOf: - - *684 - *685 - *686 - *687 @@ -102917,6 +102978,7 @@ paths: - *694 - *695 - *696 + - *697 examples: default: value: @@ -103007,9 +103069,9 @@ paths: parameters: - *357 - *358 - - *697 - *698 - *699 + - *700 - *63 - *19 - *17 @@ -103022,7 +103084,7 @@ paths: type: array items: *344 examples: - default: *700 + default: *701 headers: Link: *71 '403': *29 @@ -103059,9 +103121,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *701 + items: *702 examples: - default: *702 + default: *703 responses: '201': description: All patterns created successfully. @@ -103075,7 +103137,7 @@ paths: description: The list of successfully created custom patterns. items: *344 examples: - default: *703 + default: *704 '400': *14 '403': *29 '404': *6 @@ -103099,7 +103161,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *704 + items: *705 delete: summary: Bulk delete repository custom patterns description: |- @@ -103133,7 +103195,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *705 + items: *706 post_delete_action: type: string description: |- @@ -103146,7 +103208,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *706 + default: *707 responses: '204': description: All patterns deleted successfully. @@ -103185,9 +103247,9 @@ paths: required: true content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 responses: '200': description: Pattern updated successfully. @@ -103195,7 +103257,7 @@ paths: application/json: schema: *344 examples: - default: *709 + default: *710 '400': *14 '403': *29 '404': *6 @@ -103226,14 +103288,14 @@ paths: schema: type: object properties: - reason: &711 + reason: &712 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *710 + placeholder_id: *711 required: - reason - placeholder_id @@ -103250,7 +103312,7 @@ paths: schema: type: object properties: - reason: *711 + reason: *712 expire_at: type: string format: date-time @@ -103312,7 +103374,7 @@ paths: properties: incremental_scans: type: array - items: &712 + items: &713 description: Information on a single scan performed by secret scanning on the repository type: object @@ -103343,15 +103405,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *712 + items: *713 backfill_scans: type: array - items: *712 + items: *713 custom_pattern_backfill_scans: type: array items: allOf: - - *712 + - *713 - type: object properties: pattern_name: @@ -103364,7 +103426,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *712 + items: *713 examples: default: value: @@ -103474,9 +103536,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 '400': *14 '404': *6 x-github: @@ -103660,9 +103722,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104000,7 +104062,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -104149,15 +104211,15 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '403': *29 '404': *6 x-github: @@ -104183,7 +104245,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 requestBody: required: true content: @@ -104342,10 +104404,10 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 - add_credit: *716 + default: *717 + add_credit: *717 '403': *29 '404': *6 '422': @@ -104385,7 +104447,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '202': *40 '400': *14 @@ -104414,7 +104476,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '202': description: Response @@ -104558,7 +104620,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104931,7 +104993,7 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: default: value: @@ -105019,7 +105081,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -105113,7 +105175,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &719 + schema: &720 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -105208,7 +105270,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: default: value: @@ -105415,7 +105477,7 @@ paths: description: Response content: application/json: - schema: &720 + schema: &721 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -105427,7 +105489,7 @@ paths: required: - names examples: - default: &721 + default: &722 value: names: - octocat @@ -105482,9 +105544,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *721 + default: *722 '404': *6 '422': *7 x-github: @@ -105507,7 +105569,7 @@ paths: parameters: - *357 - *358 - - &722 + - &723 name: per description: The time frame to display results for. in: query @@ -105536,7 +105598,7 @@ paths: example: 128 clones: type: array - items: &723 + items: &724 title: Traffic type: object properties: @@ -105777,7 +105839,7 @@ paths: parameters: - *357 - *358 - - *722 + - *723 responses: '200': description: Response @@ -105796,7 +105858,7 @@ paths: example: 3782 views: type: array - items: *723 + items: *724 required: - uniques - count @@ -106568,7 +106630,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &724 + text_matches: &725 title: Search Result Text Matches type: array items: @@ -106730,7 +106792,7 @@ paths: enum: - author-date - committer-date - - &725 + - &726 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -106858,7 +106920,7 @@ paths: type: number node_id: type: string - text_matches: *724 + text_matches: *725 required: - sha - node_id @@ -107050,7 +107112,7 @@ paths: - interactions - created - updated - - *725 + - *726 - *17 - *19 - name: advanced_search @@ -107164,11 +107226,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: type: string state_reason: @@ -107200,7 +107262,7 @@ paths: type: string format: date-time nullable: true - text_matches: *724 + text_matches: *725 pull_request: type: object properties: @@ -107482,7 +107544,7 @@ paths: enum: - created - updated - - *725 + - *726 - *17 - *19 responses: @@ -107526,7 +107588,7 @@ paths: nullable: true score: type: number - text_matches: *724 + text_matches: *725 required: - id - node_id @@ -107611,7 +107673,7 @@ paths: - forks - help-wanted-issues - updated - - *725 + - *726 - *17 - *19 responses: @@ -107859,7 +107921,7 @@ paths: - admin - pull - push - text_matches: *724 + text_matches: *725 temp_clone_token: type: string allow_merge_commit: @@ -108159,7 +108221,7 @@ paths: type: string format: uri nullable: true - text_matches: *724 + text_matches: *725 related: type: array nullable: true @@ -108350,7 +108412,7 @@ paths: - followers - repositories - joined - - *725 + - *726 - *17 - *19 responses: @@ -108454,7 +108516,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *724 + text_matches: *725 blog: type: string nullable: true @@ -108533,7 +108595,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &728 + - &729 name: team_id description: The unique identifier of the team. in: path @@ -108574,7 +108636,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *728 + - *729 requestBody: required: true content: @@ -108674,7 +108736,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *728 + - *729 responses: '204': description: Response @@ -108703,7 +108765,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -108743,7 +108805,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *728 + - *729 - name: role description: Filters members returned by their role in the team. in: query @@ -108764,9 +108826,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *730 + default: *731 headers: Link: *71 '404': *6 @@ -108794,7 +108856,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108831,7 +108893,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108871,7 +108933,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108908,7 +108970,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 responses: '200': @@ -108917,7 +108979,7 @@ paths: application/json: schema: *356 examples: - response-if-user-is-a-team-maintainer: *731 + response-if-user-is-a-team-maintainer: *732 '404': *6 x-github: githubCloudOnly: false @@ -108950,7 +109012,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 requestBody: required: false @@ -108978,7 +109040,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *732 + response-if-users-membership-with-team-is-now-pending: *733 '403': description: Forbidden if team synchronization is set up '422': @@ -109012,7 +109074,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -109040,7 +109102,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -109082,7 +109144,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *728 + - *729 - *357 - *358 responses: @@ -109090,7 +109152,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *733 + schema: *734 examples: alternative-response-with-extra-repository-information: value: @@ -109241,7 +109303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *728 + - *729 - *357 - *358 requestBody: @@ -109293,7 +109355,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *728 + - *729 - *357 - *358 responses: @@ -109320,7 +109382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -109332,7 +109394,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *734 + response-if-child-teams-exist: *735 headers: Link: *71 '404': *6 @@ -109365,7 +109427,7 @@ paths: application/json: schema: oneOf: - - &736 + - &737 title: Private User description: Private User type: object @@ -109568,7 +109630,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *735 + - *736 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -109721,7 +109783,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *737 examples: default: value: @@ -110119,7 +110181,7 @@ paths: type: integer secrets: type: array - items: &737 + items: &738 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -110235,7 +110297,7 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: default: value: @@ -110648,7 +110710,7 @@ paths: description: Response content: application/json: - schema: &738 + schema: &739 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110689,7 +110751,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &739 + default: &740 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110734,9 +110796,9 @@ paths: description: Response content: application/json: - schema: *738 + schema: *739 examples: - default: *739 + default: *740 '404': *6 x-github: githubCloudOnly: false @@ -110773,9 +110835,9 @@ paths: type: integer machines: type: array - items: *740 + items: *741 examples: - default: *741 + default: *742 '304': *38 '500': *56 '401': *25 @@ -111714,7 +111776,7 @@ paths: type: array items: *276 examples: - default: &753 + default: &754 value: - id: 197 name: hello_docker @@ -111815,7 +111877,7 @@ paths: application/json: schema: type: array - items: &742 + items: &743 title: Email description: Email type: object @@ -111880,9 +111942,9 @@ paths: application/json: schema: type: array - items: *742 + items: *743 examples: - default: &755 + default: &756 value: - email: octocat@github.com verified: true @@ -111957,7 +112019,7 @@ paths: application/json: schema: type: array - items: *742 + items: *743 examples: default: value: @@ -112213,7 +112275,7 @@ paths: application/json: schema: type: array - items: &743 + items: &744 title: GPG Key description: A unique encryption key type: object @@ -112344,7 +112406,7 @@ paths: - subkeys - revoked examples: - default: &772 + default: &773 value: - id: 3 name: Octocat's GPG Key @@ -112429,9 +112491,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: &744 + default: &745 value: id: 3 name: Octocat's GPG Key @@ -112488,7 +112550,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &745 + - &746 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112500,9 +112562,9 @@ paths: description: Response content: application/json: - schema: *743 + schema: *744 examples: - default: *744 + default: *745 '404': *6 '304': *38 '403': *29 @@ -112525,7 +112587,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *745 + - *746 responses: '204': description: Response @@ -112992,7 +113054,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: Key description: Key type: object @@ -113093,9 +113155,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: &747 + default: &748 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -113128,15 +113190,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *608 + - *609 responses: '200': description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '304': *38 '403': *29 @@ -113159,7 +113221,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *608 + - *609 responses: '204': description: Response @@ -113192,7 +113254,7 @@ paths: application/json: schema: type: array - items: &748 + items: &749 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -113260,7 +113322,7 @@ paths: - account - plan examples: - default: &749 + default: &750 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -113322,9 +113384,9 @@ paths: application/json: schema: type: array - items: *748 + items: *749 examples: - default: *749 + default: *750 headers: Link: *71 '304': *38 @@ -113567,7 +113629,7 @@ paths: application/json: schema: *267 examples: - default: &750 + default: &751 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -113616,7 +113678,7 @@ paths: application/json: schema: *267 examples: - default: *750 + default: *751 '403': *29 '404': *6 '422': *15 @@ -114341,7 +114403,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *270 - - *751 + - *752 responses: '204': description: Response @@ -114456,7 +114518,7 @@ paths: - docker - nuget - container - - *752 + - *753 - *19 - *17 responses: @@ -114468,8 +114530,8 @@ paths: type: array items: *276 examples: - default: *753 - '400': *754 + default: *754 + '400': *755 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114498,7 +114560,7 @@ paths: application/json: schema: *276 examples: - default: &773 + default: &774 value: id: 40201 name: octo-name @@ -114860,9 +114922,9 @@ paths: application/json: schema: type: array - items: *742 + items: *743 examples: - default: *755 + default: *756 headers: Link: *71 '304': *38 @@ -114975,7 +115037,7 @@ paths: type: array items: *83 examples: - default: &762 + default: &763 summary: Default response value: - id: 1296269 @@ -115321,7 +115383,7 @@ paths: type: array items: *559 examples: - default: *756 + default: *757 headers: Link: *71 '304': *38 @@ -115400,7 +115462,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Social account description: Social media account type: object @@ -115415,7 +115477,7 @@ paths: - provider - url examples: - default: &758 + default: &759 value: - provider: twitter url: https://twitter.com/github @@ -115477,9 +115539,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: *758 + default: *759 '422': *15 '304': *38 '404': *6 @@ -115566,7 +115628,7 @@ paths: application/json: schema: type: array - items: &759 + items: &760 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115586,7 +115648,7 @@ paths: - title - created_at examples: - default: &790 + default: &791 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115650,9 +115712,9 @@ paths: description: Response content: application/json: - schema: *759 + schema: *760 examples: - default: &760 + default: &761 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115682,7 +115744,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &761 + - &762 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115694,9 +115756,9 @@ paths: description: Response content: application/json: - schema: *759 + schema: *760 examples: - default: *760 + default: *761 '404': *6 '304': *38 '403': *29 @@ -115719,7 +115781,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *761 + - *762 responses: '204': description: Response @@ -115748,7 +115810,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &791 + - &792 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -115773,11 +115835,11 @@ paths: type: array items: *83 examples: - default-response: *762 + default-response: *763 application/vnd.github.v3.star+json: schema: type: array - items: &792 + items: &793 title: Starred Repository description: Starred Repository type: object @@ -116146,10 +116208,10 @@ paths: application/json: schema: oneOf: + - *737 - *736 - - *735 examples: - default-response: &766 + default-response: &767 summary: Default response value: login: octocat @@ -116184,7 +116246,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &767 + response-with-git-hub-plan-information: &768 summary: Response with GitHub plan information value: login: octocat @@ -116241,7 +116303,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &764 + - &765 name: user_id description: The unique identifier of the user. in: path @@ -116307,7 +116369,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *763 + - *764 - *17 responses: '200': @@ -116342,7 +116404,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *764 + - *765 - *294 requestBody: required: true @@ -116414,7 +116476,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *765 + schema: *766 examples: table_view: summary: Response for creating a table view @@ -116466,11 +116528,11 @@ paths: application/json: schema: oneOf: + - *737 - *736 - - *735 examples: - default-response: *766 - response-with-git-hub-plan-information: *767 + default-response: *767 + response-with-git-hub-plan-information: *768 '404': *6 x-github: githubCloudOnly: false @@ -116520,8 +116582,8 @@ paths: required: - subject_digests examples: - default: *768 - withPredicateType: *769 + default: *769 + withPredicateType: *770 responses: '200': description: Response @@ -116574,7 +116636,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *770 + default: *771 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -117060,7 +117122,7 @@ paths: application/json: schema: *205 examples: - default: &771 + default: &772 summary: Example response for a user copilot space value: id: 42 @@ -117161,7 +117223,7 @@ paths: application/json: schema: *205 examples: - default: *771 + default: *772 '403': *29 '404': *6 x-github: @@ -117284,7 +117346,7 @@ paths: application/json: schema: *205 examples: - default: *771 + default: *772 '403': *29 '404': *6 '422': *15 @@ -118052,7 +118114,7 @@ paths: type: array items: *276 examples: - default: *753 + default: *754 '403': *29 '401': *25 x-github: @@ -118436,9 +118498,9 @@ paths: application/json: schema: type: array - items: *743 + items: *744 examples: - default: *772 + default: *773 headers: Link: *71 x-github: @@ -118666,7 +118728,7 @@ paths: - docker - nuget - container - - *752 + - *753 - *75 - *19 - *17 @@ -118679,10 +118741,10 @@ paths: type: array items: *276 examples: - default: *753 + default: *754 '403': *29 '401': *25 - '400': *754 + '400': *755 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118712,7 +118774,7 @@ paths: application/json: schema: *276 examples: - default: *773 + default: *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119061,7 +119123,7 @@ paths: type: array items: *298 examples: - default: *774 + default: *775 headers: Link: *71 '304': *38 @@ -119121,7 +119183,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *775 + items: *776 required: - name - data_type @@ -119137,7 +119199,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *776 + iteration_configuration: *777 required: - name - data_type @@ -119159,8 +119221,8 @@ paths: value: name: Due date data_type: date - single_select_field: *777 - iteration_field: *778 + single_select_field: *778 + iteration_field: *779 responses: '201': description: Response @@ -119168,11 +119230,11 @@ paths: application/json: schema: *298 examples: - text_field: *779 - number_field: *780 - date_field: *781 - single_select_field: *782 - iteration_field: *783 + text_field: *780 + number_field: *781 + date_field: *782 + single_select_field: *783 + iteration_field: *784 '304': *38 '403': *29 '401': *25 @@ -119194,7 +119256,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *294 - - *784 + - *785 - *75 responses: '200': @@ -119203,7 +119265,7 @@ paths: application/json: schema: *298 examples: - default: *785 + default: *786 headers: Link: *71 '304': *38 @@ -119557,7 +119619,7 @@ paths: parameters: - *294 - *75 - - *786 + - *787 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -120096,7 +120158,7 @@ paths: parameters: - *75 - *125 - - *787 + - *788 - *127 responses: '200': @@ -120195,9 +120257,9 @@ paths: - *125 - *126 - *127 - - *788 - - *130 - *789 + - *130 + - *790 responses: '200': description: Response when getting a billing usage summary @@ -120331,9 +120393,9 @@ paths: application/json: schema: type: array - items: *757 + items: *758 examples: - default: *758 + default: *759 headers: Link: *71 x-github: @@ -120363,9 +120425,9 @@ paths: application/json: schema: type: array - items: *759 + items: *760 examples: - default: *790 + default: *791 headers: Link: *71 x-github: @@ -120390,7 +120452,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *791 + - *792 - *63 - *17 - *19 @@ -120402,11 +120464,11 @@ paths: schema: anyOf: - type: array - items: *792 + items: *793 - type: array items: *83 examples: - default-response: *762 + default-response: *763 headers: Link: *71 x-github: @@ -120565,7 +120627,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &793 + enterprise: &794 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120623,7 +120685,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &794 + installation: &795 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120642,7 +120704,7 @@ x-webhooks: required: - id - node_id - organization: &795 + organization: &796 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120702,13 +120764,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &796 + repository: &797 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &828 + properties: &829 id: description: Unique identifier of the repository example: 42 @@ -121403,7 +121465,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &829 + required: &830 - archive_url - assignees_url - blobs_url @@ -121554,10 +121616,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -121633,11 +121695,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: &797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: &798 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -121860,11 +121922,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: *797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: *798 sender: *4 required: - action @@ -122047,11 +122109,11 @@ x-webhooks: - everyone required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: *797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: *798 sender: *4 required: - action @@ -122135,7 +122197,7 @@ x-webhooks: type: string enum: - completed - check_run: &799 + check_run: &800 title: CheckRun description: A check performed on the code of a given code change type: object @@ -122226,7 +122288,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *798 + deployment: *799 details_url: example: https://example.com type: string @@ -122311,10 +122373,10 @@ x-webhooks: - output - app - pull_requests - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -122705,11 +122767,11 @@ x-webhooks: type: string enum: - created - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -123103,11 +123165,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 requested_action: description: The action requested by the user. type: object @@ -123510,11 +123572,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -124484,10 +124546,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -125186,10 +125248,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -125882,10 +125944,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -126196,20 +126258,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &800 + commit_oid: &801 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *793 - installation: *794 - organization: *795 - ref: &801 + enterprise: *794 + installation: *795 + organization: *796 + ref: &802 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -126604,12 +126666,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -126875,12 +126937,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -127212,12 +127274,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -127491,16 +127553,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *796 + repository: *797 sender: *4 required: - action @@ -127737,12 +127799,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -128053,10 +128115,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -128311,10 +128373,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -128394,18 +128456,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *795 - pusher_type: &802 + organization: *796 + pusher_type: &803 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &803 + ref: &804 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -128415,7 +128477,7 @@ x-webhooks: enum: - tag - branch - repository: *796 + repository: *797 sender: *4 required: - ref @@ -128498,9 +128560,9 @@ x-webhooks: enum: - created definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128585,9 +128647,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128665,9 +128727,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128745,9 +128807,9 @@ x-webhooks: enum: - updated definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128824,10 +128886,10 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - repository: *796 - organization: *795 + enterprise: *794 + installation: *795 + repository: *797 + organization: *796 sender: *4 new_property_values: type: array @@ -128912,18 +128974,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - pusher_type: *802 - ref: *803 + enterprise: *794 + installation: *795 + organization: *796 + pusher_type: *803 + ref: *804 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *796 + repository: *797 sender: *4 required: - ref @@ -129004,10 +129066,10 @@ x-webhooks: enum: - assignees_changed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129088,10 +129150,10 @@ x-webhooks: enum: - auto_dismissed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129173,10 +129235,10 @@ x-webhooks: enum: - auto_reopened alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129258,10 +129320,10 @@ x-webhooks: enum: - created alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129341,10 +129403,10 @@ x-webhooks: enum: - dismissed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129424,10 +129486,10 @@ x-webhooks: enum: - fixed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129508,10 +129570,10 @@ x-webhooks: enum: - reintroduced alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129591,10 +129653,10 @@ x-webhooks: enum: - reopened alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129671,9 +129733,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - key: &804 + enterprise: *794 + installation: *795 + key: &805 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -129709,8 +129771,8 @@ x-webhooks: - verified - created_at - read_only - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -129787,11 +129849,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - key: *804 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + key: *805 + organization: *796 + repository: *797 sender: *4 required: - action @@ -130347,12 +130409,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: &810 + workflow: &811 title: Workflow type: object nullable: true @@ -131093,15 +131155,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *805 - required: *806 + properties: *806 + required: *807 nullable: true pull_requests: type: array - items: *628 - repository: *796 - organization: *795 - installation: *794 + items: *629 + repository: *797 + organization: *796 + installation: *795 sender: *4 responses: '200': @@ -131172,7 +131234,7 @@ x-webhooks: type: string enum: - approved - approver: &807 + approver: &808 type: object properties: avatar_url: @@ -131215,11 +131277,11 @@ x-webhooks: type: string comment: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - reviewers: &808 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + reviewers: &809 type: array items: type: object @@ -131298,7 +131360,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &809 + workflow_job_run: &810 type: object properties: conclusion: @@ -132029,18 +132091,18 @@ x-webhooks: type: string enum: - rejected - approver: *807 + approver: *808 comment: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - reviewers: *808 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + reviewers: *809 sender: *4 since: type: string - workflow_job_run: *809 + workflow_job_run: *810 workflow_job_runs: type: array items: @@ -132744,13 +132806,13 @@ x-webhooks: type: string enum: - requested - enterprise: *793 + enterprise: *794 environment: type: string - installation: *794 - organization: *795 - repository: *796 - requestor: &815 + installation: *795 + organization: *796 + repository: *797 + requestor: &816 title: User type: object nullable: true @@ -134639,12 +134701,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Deployment Workflow Run type: object @@ -135324,7 +135386,7 @@ x-webhooks: type: string enum: - answered - answer: &813 + answer: &814 type: object properties: author_association: @@ -135481,11 +135543,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135612,11 +135674,11 @@ x-webhooks: - from required: - category - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135699,11 +135761,11 @@ x-webhooks: type: string enum: - closed - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135785,7 +135847,7 @@ x-webhooks: type: string enum: - created - comment: &812 + comment: &813 type: object properties: author_association: @@ -135942,11 +136004,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136029,12 +136091,12 @@ x-webhooks: type: string enum: - deleted - comment: *812 - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + comment: *813 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136129,12 +136191,12 @@ x-webhooks: - from required: - body - comment: *812 - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + comment: *813 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136218,11 +136280,11 @@ x-webhooks: type: string enum: - created - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136304,11 +136366,11 @@ x-webhooks: type: string enum: - deleted - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136408,11 +136470,11 @@ x-webhooks: type: string required: - from - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136494,10 +136556,10 @@ x-webhooks: type: string enum: - labeled - discussion: *811 - enterprise: *793 - installation: *794 - label: &814 + discussion: *812 + enterprise: *794 + installation: *795 + label: &815 title: Label type: object properties: @@ -136529,8 +136591,8 @@ x-webhooks: - color - default - description - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136613,11 +136675,11 @@ x-webhooks: type: string enum: - locked - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136699,11 +136761,11 @@ x-webhooks: type: string enum: - pinned - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136785,11 +136847,11 @@ x-webhooks: type: string enum: - reopened - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136874,16 +136936,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *811 - new_repository: *796 + new_discussion: *812 + new_repository: *797 required: - new_discussion - new_repository - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136966,10 +137028,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *811 - old_answer: *813 - organization: *795 - repository: *796 + discussion: *812 + old_answer: *814 + organization: *796 + repository: *797 sender: *4 required: - action @@ -137051,12 +137113,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *811 - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -137139,11 +137201,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -137225,11 +137287,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -137302,7 +137364,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *793 + enterprise: *794 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -137962,9 +138024,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - forkee @@ -138110,9 +138172,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pages: description: The pages that were updated. type: array @@ -138149,7 +138211,7 @@ x-webhooks: - action - sha - html_url - repository: *796 + repository: *797 sender: *4 required: - pages @@ -138225,10 +138287,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: &816 + organization: *796 + repositories: &817 description: An array of repository objects that the installation can access. type: array @@ -138254,8 +138316,8 @@ x-webhooks: - name - full_name - private - repository: *796 - requester: *815 + repository: *797 + requester: *816 sender: *4 required: - action @@ -138330,11 +138392,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138410,11 +138472,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138490,10 +138552,10 @@ x-webhooks: type: string enum: - added - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories_added: &817 + organization: *796 + repositories_added: &818 description: An array of repository objects, which were added to the installation. type: array @@ -138539,15 +138601,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *796 - repository_selection: &818 + repository: *797 + repository_selection: &819 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *815 + requester: *816 sender: *4 required: - action @@ -138626,10 +138688,10 @@ x-webhooks: type: string enum: - removed - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories_added: *817 + organization: *796 + repositories_added: *818 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -138656,9 +138718,9 @@ x-webhooks: - name - full_name - private - repository: *796 - repository_selection: *818 - requester: *815 + repository: *797 + repository_selection: *819 + requester: *816 sender: *4 required: - action @@ -138737,11 +138799,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138919,10 +138981,10 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 target_type: type: string @@ -139001,11 +139063,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -139179,15 +139241,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true user: title: User @@ -139272,8 +139334,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -140062,8 +140124,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -140412,8 +140474,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -140493,7 +140555,7 @@ x-webhooks: type: string enum: - deleted - comment: &819 + comment: &820 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -140650,15 +140712,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true required: - url @@ -140673,8 +140735,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141459,8 +141521,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141811,8 +141873,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -141892,7 +141954,7 @@ x-webhooks: type: string enum: - edited - changes: &848 + changes: &849 description: The changes to the comment. type: object properties: @@ -141904,9 +141966,9 @@ x-webhooks: type: string required: - from - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142694,8 +142756,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143044,8 +143106,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -143126,9 +143188,9 @@ x-webhooks: type: string enum: - pinned - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143918,8 +143980,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144270,8 +144332,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -144351,9 +144413,9 @@ x-webhooks: type: string enum: - unpinned - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -145143,8 +145205,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145495,8 +145557,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145585,9 +145647,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145676,9 +145738,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145766,9 +145828,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145857,9 +145919,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145939,10 +146001,10 @@ x-webhooks: type: string enum: - assigned - assignee: *815 - enterprise: *793 - installation: *794 - issue: &820 + assignee: *816 + enterprise: *794 + installation: *795 + issue: &821 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146734,11 +146796,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146855,8 +146917,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -146936,8 +146998,8 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147734,11 +147796,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147990,8 +148052,8 @@ x-webhooks: required: - state - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -148070,8 +148132,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148859,11 +148921,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148979,8 +149041,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -149059,8 +149121,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149870,11 +149932,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149969,7 +150031,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &821 + milestone: &822 title: Milestone description: A collection of related issues and pull requests. type: object @@ -150107,8 +150169,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -150207,8 +150269,8 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151000,11 +151062,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -151121,9 +151183,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *814 - organization: *795 - repository: *796 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -151203,9 +151265,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 issue_field: type: object description: The issue field whose value was set or updated on the @@ -151359,8 +151421,8 @@ x-webhooks: - id required: - from - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -151440,9 +151502,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -151523,8 +151585,8 @@ x-webhooks: nullable: true required: - id - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -151604,8 +151666,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152396,11 +152458,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152517,9 +152579,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *814 - organization: *795 - repository: *796 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -152599,8 +152661,8 @@ x-webhooks: type: string enum: - locked - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153415,11 +153477,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153513,8 +153575,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -153593,8 +153655,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154403,11 +154465,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154501,9 +154563,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *821 - organization: *795 - repository: *796 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -155366,11 +155428,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155951,8 +156013,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156736,11 +156798,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156864,8 +156926,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -156945,9 +157007,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *793 - installation: *794 - issue: &822 + enterprise: *794 + installation: *795 + issue: &823 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -157733,11 +157795,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157853,8 +157915,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -157933,8 +157995,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158747,11 +158809,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158846,8 +158908,8 @@ x-webhooks: user_view_type: type: string type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -159716,11 +159778,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160315,11 +160377,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *793 - installation: *794 - issue: *822 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *823 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160399,12 +160461,12 @@ x-webhooks: type: string enum: - typed - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160485,7 +160547,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &851 + assignee: &852 title: User type: object nullable: true @@ -160555,11 +160617,11 @@ x-webhooks: required: - login - id - enterprise: *793 - installation: *794 - issue: *820 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *821 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160638,12 +160700,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *793 - installation: *794 - issue: *820 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *821 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160723,8 +160785,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -161537,11 +161599,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161635,8 +161697,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161716,11 +161778,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *793 - installation: *794 - issue: *822 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *823 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161799,12 +161861,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161884,11 +161946,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161966,11 +162028,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -162080,11 +162142,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -162166,9 +162228,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: &823 + enterprise: *794 + installation: *795 + marketplace_purchase: &824 title: Marketplace Purchase type: object required: @@ -162251,8 +162313,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *795 - previous_marketplace_purchase: &824 + organization: *796 + previous_marketplace_purchase: &825 title: Marketplace Purchase type: object properties: @@ -162332,7 +162394,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -162412,10 +162474,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162498,7 +162560,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -162580,10 +162642,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162665,7 +162727,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -162746,8 +162808,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 marketplace_purchase: title: Marketplace Purchase type: object @@ -162829,9 +162891,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *795 - previous_marketplace_purchase: *824 - repository: *796 + organization: *796 + previous_marketplace_purchase: *825 + repository: *797 sender: *4 required: - action @@ -162911,12 +162973,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 - previous_marketplace_purchase: *824 - repository: *796 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 + previous_marketplace_purchase: *825 + repository: *797 sender: *4 required: - action @@ -163018,11 +163080,11 @@ x-webhooks: type: string required: - to - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163122,11 +163184,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163205,11 +163267,11 @@ x-webhooks: type: string enum: - removed - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163287,11 +163349,11 @@ x-webhooks: type: string enum: - added - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163367,7 +163429,7 @@ x-webhooks: required: - login - id - team: &825 + team: &826 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163590,11 +163652,11 @@ x-webhooks: type: string enum: - removed - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163671,7 +163733,7 @@ x-webhooks: required: - login - id - team: *825 + team: *826 required: - action - scope @@ -163753,8 +163815,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *794 - merge_group: &827 + installation: *795 + merge_group: &828 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163773,15 +163835,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *826 + head_commit: *827 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163867,10 +163929,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *794 - merge_group: *827 - organization: *795 - repository: *796 + installation: *795 + merge_group: *828 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163943,7 +164005,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 + enterprise: *794 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -164052,16 +164114,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *794 - organization: *795 + installation: *795 + organization: *796 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -164142,11 +164204,11 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164225,9 +164287,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - milestone: &830 + enterprise: *794 + installation: *795 + milestone: &831 title: Milestone description: A collection of related issues and pull requests. type: object @@ -164364,8 +164426,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164444,11 +164506,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164558,11 +164620,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164642,11 +164704,11 @@ x-webhooks: type: string enum: - opened - enterprise: *793 - installation: *794 - milestone: *830 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *831 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164725,11 +164787,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *815 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + blocked_user: *816 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164808,11 +164870,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *815 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + blocked_user: *816 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164891,9 +164953,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - membership: &831 + enterprise: *794 + installation: *795 + membership: &832 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165000,8 +165062,8 @@ x-webhooks: - role - organization_url - user - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165079,11 +165141,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165162,8 +165224,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -165279,10 +165341,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 - user: *815 + user: *816 required: - action - invitation @@ -165360,11 +165422,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165451,11 +165513,11 @@ x-webhooks: properties: from: type: string - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165532,9 +165594,9 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 package: description: Information about the package. type: object @@ -166033,7 +166095,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &832 + items: &833 title: Ruby Gems metadata type: object properties: @@ -166128,7 +166190,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -166204,9 +166266,9 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 package: description: Information about the package. type: object @@ -166559,7 +166621,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *832 + items: *833 source_url: type: string format: uri @@ -166629,7 +166691,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -166805,12 +166867,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *793 + enterprise: *794 id: type: integer - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - id @@ -166887,7 +166949,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &833 + personal_access_token_request: &834 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -167033,10 +167095,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *793 - organization: *795 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -167113,11 +167175,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *833 - enterprise: *793 - organization: *795 + personal_access_token_request: *834 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -167193,11 +167255,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *833 - enterprise: *793 - organization: *795 + personal_access_token_request: *834 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -167272,11 +167334,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *833 - organization: *795 - enterprise: *793 + personal_access_token_request: *834 + organization: *796 + enterprise: *794 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -167381,7 +167443,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *834 + last_response: *835 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -167413,8 +167475,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 zen: description: Random string of GitHub zen. @@ -167659,10 +167721,10 @@ x-webhooks: - from required: - note - enterprise: *793 - installation: *794 - organization: *795 - project_card: &835 + enterprise: *794 + installation: *795 + organization: *796 + project_card: &836 title: Project Card type: object properties: @@ -167781,7 +167843,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -167862,11 +167924,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project_card: *835 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_card: *836 + repository: *797 sender: *4 required: - action @@ -167946,9 +168008,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 project_card: title: Project Card type: object @@ -168076,8 +168138,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -168171,11 +168233,11 @@ x-webhooks: - from required: - note - enterprise: *793 - installation: *794 - organization: *795 - project_card: *835 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_card: *836 + repository: *797 sender: *4 required: - action @@ -168269,9 +168331,9 @@ x-webhooks: - from required: - column_id - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 project_card: allOf: - title: Project Card @@ -168461,7 +168523,7 @@ x-webhooks: type: string required: - after_id - repository: *796 + repository: *797 sender: *4 required: - action @@ -168541,10 +168603,10 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - organization: *795 - project: &837 + enterprise: *794 + installation: *795 + organization: *796 + project: &838 title: Project type: object properties: @@ -168668,7 +168730,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -168748,10 +168810,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project_column: &836 + enterprise: *794 + installation: *795 + organization: *796 + project_column: &837 title: Project Column type: object properties: @@ -168790,7 +168852,7 @@ x-webhooks: - name - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -168869,18 +168931,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -168970,11 +169032,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 + repository: *797 sender: *4 required: - action @@ -169054,11 +169116,11 @@ x-webhooks: type: string enum: - moved - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 + repository: *797 sender: *4 required: - action @@ -169138,11 +169200,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -169222,18 +169284,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - project: *837 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -169335,11 +169397,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -169418,11 +169480,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -169503,8 +169565,8 @@ x-webhooks: type: string enum: - closed - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169586,8 +169648,8 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169669,8 +169731,8 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169788,8 +169850,8 @@ x-webhooks: type: string to: type: string - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169873,7 +169935,7 @@ x-webhooks: type: string enum: - archived - changes: &841 + changes: &842 type: object properties: archived_at: @@ -169887,9 +169949,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *794 - organization: *795 - projects_v2_item: &838 + installation: *795 + organization: *796 + projects_v2_item: &839 title: Projects v2 Item description: An item belonging to a project type: object @@ -170024,9 +170086,9 @@ x-webhooks: nullable: true to: type: string - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170108,9 +170170,9 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170191,9 +170253,9 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170299,7 +170361,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &839 + - &840 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -170321,7 +170383,7 @@ x-webhooks: required: - id - name - - &840 + - &841 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -170355,8 +170417,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *839 - *840 + - *841 required: - field_value - type: object @@ -170372,9 +170434,9 @@ x-webhooks: nullable: true required: - body - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170469,9 +170531,9 @@ x-webhooks: to: type: string nullable: true - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170554,10 +170616,10 @@ x-webhooks: type: string enum: - restored - changes: *841 - installation: *794 - organization: *795 - projects_v2_item: *838 + changes: *842 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170639,8 +170701,8 @@ x-webhooks: type: string enum: - reopened - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -170722,14 +170784,14 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 - projects_v2_status_update: &844 + installation: *795 + organization: *796 + projects_v2_status_update: &845 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *842 - required: *843 + properties: *843 + required: *844 sender: *4 required: - action @@ -170810,9 +170872,9 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 - projects_v2_status_update: *844 + installation: *795 + organization: *796 + projects_v2_status_update: *845 sender: *4 required: - action @@ -170948,9 +171010,9 @@ x-webhooks: type: string format: date nullable: true - installation: *794 - organization: *795 - projects_v2_status_update: *844 + installation: *795 + organization: *796 + projects_v2_status_update: *845 sender: *4 required: - action @@ -171021,10 +171083,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - repository @@ -171101,13 +171163,13 @@ x-webhooks: type: string enum: - assigned - assignee: *815 - enterprise: *793 - installation: *794 - number: &845 + assignee: *816 + enterprise: *794 + installation: *795 + number: &846 description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -173286,7 +173348,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -173413,7 +173475,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -173495,11 +173557,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -175671,7 +175733,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175800,7 +175862,7 @@ x-webhooks: - draft reason: type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -175882,11 +175944,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -178058,7 +178120,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -178187,7 +178249,7 @@ x-webhooks: - draft reason: type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -178269,13 +178331,13 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: &846 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: &847 allOf: - - *628 + - *629 - type: object properties: allow_auto_merge: @@ -178337,7 +178399,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *796 + repository: *797 sender: *4 required: - action @@ -178418,12 +178480,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -178503,11 +178565,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *793 - milestone: *611 - number: *845 - organization: *795 - pull_request: &847 + enterprise: *794 + milestone: *612 + number: *846 + organization: *796 + pull_request: &848 title: Pull Request type: object properties: @@ -180666,7 +180728,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180793,7 +180855,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -180872,11 +180934,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -183039,7 +183101,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -183181,7 +183243,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *796 + repository: *797 sender: *4 required: - action @@ -183305,12 +183367,12 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -183390,11 +183452,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -185557,7 +185619,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185684,7 +185746,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -185764,11 +185826,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *793 - installation: *794 - label: *814 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + label: *815 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -187946,7 +188008,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -188073,7 +188135,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -188154,10 +188216,10 @@ x-webhooks: type: string enum: - locked - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -190333,7 +190395,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -190460,7 +190522,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -190540,12 +190602,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *793 - milestone: *611 - number: *845 - organization: *795 - pull_request: *847 - repository: *796 + enterprise: *794 + milestone: *612 + number: *846 + organization: *796 + pull_request: *848 + repository: *797 sender: *4 required: - action @@ -190624,12 +190686,12 @@ x-webhooks: type: string enum: - opened - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -190710,12 +190772,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -190795,12 +190857,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -191166,9 +191228,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -193239,7 +193301,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -193361,7 +193423,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -193441,7 +193503,7 @@ x-webhooks: type: string enum: - deleted - comment: &849 + comment: &850 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193726,9 +193788,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -195787,7 +195849,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -195909,7 +195971,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -195989,11 +196051,11 @@ x-webhooks: type: string enum: - edited - changes: *848 - comment: *849 - enterprise: *793 - installation: *794 - organization: *795 + changes: *849 + comment: *850 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -198055,7 +198117,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -198177,7 +198239,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -198258,9 +198320,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -200332,7 +200394,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -200456,7 +200518,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 review: description: The review that was affected. type: object @@ -200703,9 +200765,9 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -202759,8 +202821,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 - review: &850 + repository: *797 + review: &851 description: The review that was affected. type: object properties: @@ -202993,12 +203055,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -205177,7 +205239,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -205304,7 +205366,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_reviewer: title: User type: object @@ -205388,12 +205450,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -207579,7 +207641,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -207706,7 +207768,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207898,12 +207960,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -210083,7 +210145,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -210211,7 +210273,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_reviewer: title: User type: object @@ -210296,12 +210358,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -212472,7 +212534,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -212600,7 +212662,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212781,9 +212843,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -214857,7 +214919,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -214981,8 +215043,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 - review: *850 + repository: *797 + review: *851 sender: *4 required: - action @@ -215062,9 +215124,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -217033,7 +217095,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -217157,7 +217219,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 sender: *4 thread: type: object @@ -217544,9 +217606,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -219502,7 +219564,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -219625,7 +219687,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 sender: *4 thread: type: object @@ -220009,11 +220071,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *793 - installation: *794 - stack: *625 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + stack: *626 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -222191,7 +222253,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -222318,7 +222380,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -222404,10 +222466,10 @@ x-webhooks: type: string before: type: string - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -224574,7 +224636,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -224701,7 +224763,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -224783,11 +224845,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *851 - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + assignee: *852 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -226966,7 +227028,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -227093,7 +227155,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -227172,11 +227234,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *793 - installation: *794 - label: *814 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + label: *815 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -229345,7 +229407,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -229472,7 +229534,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -229553,10 +229615,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -231718,7 +231780,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231844,7 +231906,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -232044,7 +232106,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *793 + enterprise: *794 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -232136,8 +232198,8 @@ x-webhooks: - url - author - committer - installation: *794 - organization: *795 + installation: *795 + organization: *796 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -232723,9 +232785,9 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 registry_package: type: object properties: @@ -233171,7 +233233,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *832 + items: *833 summary: type: string tag_name: @@ -233225,7 +233287,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -233303,9 +233365,9 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 registry_package: type: object properties: @@ -233613,7 +233675,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *832 + items: *833 summary: type: string tag_name: @@ -233662,7 +233724,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -233739,10 +233801,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - release: &852 + enterprise: *794 + installation: *795 + organization: *796 + release: &853 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234060,7 +234122,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *796 + repository: *797 sender: *4 required: - action @@ -234137,11 +234199,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -234258,11 +234320,11 @@ x-webhooks: type: boolean required: - to - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -234340,9 +234402,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -234664,7 +234726,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *796 + repository: *797 sender: *4 required: - action @@ -234740,10 +234802,10 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - release: &853 + enterprise: *794 + installation: *795 + organization: *796 + release: &854 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235062,7 +235124,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *796 + repository: *797 sender: *4 required: - action @@ -235138,11 +235200,11 @@ x-webhooks: type: string enum: - released - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -235218,11 +235280,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *793 - installation: *794 - organization: *795 - release: *853 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *854 + repository: *797 sender: *4 required: - action @@ -235298,11 +235360,11 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - repository_advisory: *713 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + repository_advisory: *714 sender: *4 required: - action @@ -235378,11 +235440,11 @@ x-webhooks: type: string enum: - reported - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - repository_advisory: *713 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + repository_advisory: *714 sender: *4 required: - action @@ -235458,10 +235520,10 @@ x-webhooks: type: string enum: - archived - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235538,10 +235600,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235619,10 +235681,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235706,10 +235768,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235821,10 +235883,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235896,10 +235958,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 status: type: string @@ -235980,10 +236042,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236060,10 +236122,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236157,10 +236219,10 @@ x-webhooks: - name required: - repository - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236240,10 +236302,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 sender: *4 required: @@ -236322,10 +236384,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 sender: *4 required: @@ -236404,10 +236466,10 @@ x-webhooks: type: string enum: - edited - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 changes: type: object @@ -236469,16 +236531,16 @@ x-webhooks: properties: added: type: array - items: *649 + items: *650 deleted: type: array - items: *649 + items: *650 updated: type: array items: type: object properties: - rule: *649 + rule: *650 changes: type: object properties: @@ -236712,10 +236774,10 @@ x-webhooks: - from required: - owner - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236793,10 +236855,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236874,7 +236936,7 @@ x-webhooks: type: string enum: - create - alert: &854 + alert: &855 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -236996,10 +237058,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237205,10 +237267,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237286,11 +237348,11 @@ x-webhooks: type: string enum: - reopen - alert: *854 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *855 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237489,10 +237551,10 @@ x-webhooks: enum: - fixed - open - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237570,7 +237632,7 @@ x-webhooks: type: string enum: - assigned - alert: &856 + alert: &857 type: object properties: number: *189 @@ -237720,12 +237782,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *855 + metadata: *856 assignee: *4 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237803,11 +237865,11 @@ x-webhooks: type: string enum: - created - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237888,11 +237950,11 @@ x-webhooks: type: string enum: - created - alert: *856 - installation: *794 - location: *857 - organization: *795 - repository: *796 + alert: *857 + installation: *795 + location: *858 + organization: *796 + repository: *797 sender: *4 required: - location @@ -238130,11 +238192,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238211,11 +238273,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238292,11 +238354,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238374,11 +238436,11 @@ x-webhooks: type: string enum: - reopened - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238456,11 +238518,11 @@ x-webhooks: type: string enum: - resolved - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238538,12 +238600,12 @@ x-webhooks: type: string enum: - unassigned - alert: *856 + alert: *857 assignee: *4 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238621,11 +238683,11 @@ x-webhooks: type: string enum: - validated - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -238751,10 +238813,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *796 - enterprise: *793 - installation: *794 - organization: *795 + repository: *797 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -238832,11 +238894,11 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - security_advisory: &858 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + security_advisory: &859 description: The details of the security advisory, including summary, description, and severity. type: object @@ -239019,11 +239081,11 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - security_advisory: *858 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + security_advisory: *859 sender: *4 required: - action @@ -239096,10 +239158,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -239284,9 +239346,9 @@ x-webhooks: type: object properties: security_and_analysis: *313 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: *360 sender: *4 required: @@ -239365,12 +239427,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: &859 + sponsorship: &860 type: object properties: created_at: @@ -239671,12 +239733,12 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -239764,12 +239826,12 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -239846,17 +239908,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &860 + effective_date: &861 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -239930,7 +239992,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &861 + changes: &862 type: object properties: tier: @@ -239974,13 +240036,13 @@ x-webhooks: - from required: - tier - effective_date: *860 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + effective_date: *861 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -240057,13 +240119,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *861 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + changes: *862 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -240137,10 +240199,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240223,10 +240285,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -240646,15 +240708,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *793 + enterprise: *794 id: description: The unique identifier of the status. type: integer - installation: *794 + installation: *795 name: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 sha: description: The Commit SHA. @@ -240769,9 +240831,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240860,9 +240922,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240951,9 +241013,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -241042,9 +241104,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -241120,12 +241182,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - team: &862 + team: &863 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -241348,9 +241410,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -241808,7 +241870,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -241884,9 +241946,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -242344,7 +242406,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -242421,9 +242483,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -242881,7 +242943,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -243025,9 +243087,9 @@ x-webhooks: - from required: - permissions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -243485,7 +243547,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - changes @@ -243563,9 +243625,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -244023,7 +244085,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -244099,10 +244161,10 @@ x-webhooks: type: string enum: - started - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -244175,16 +244237,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *793 + enterprise: *794 inputs: type: object nullable: true additionalProperties: true - installation: *794 - organization: *795 + installation: *795 + organization: *796 ref: type: string - repository: *796 + repository: *797 sender: *4 workflow: type: string @@ -244266,10 +244328,10 @@ x-webhooks: type: string enum: - completed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: allOf: @@ -244585,10 +244647,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: allOf: @@ -244927,10 +244989,10 @@ x-webhooks: type: string enum: - queued - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: type: object @@ -245144,10 +245206,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: type: object @@ -245363,12 +245425,12 @@ x-webhooks: type: string enum: - completed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object @@ -246367,12 +246429,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object @@ -247356,12 +247418,12 @@ x-webhooks: type: string enum: - requested - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json index 2932841fc4..935bd10e2f 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.json @@ -58625,6 +58625,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -58774,6 +58783,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -99810,126 +99822,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -219286,17 +219186,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -266768,126 +266665,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -303566,6 +303351,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -303580,7 +303374,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -303743,6 +303538,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -303765,6 +303568,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -402925,6 +402733,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -409428,6 +409259,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -438518,6 +438372,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -439008,6 +438885,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -439731,6 +439631,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -447316,6 +447239,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -447826,6 +447772,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -448371,6 +448340,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -476823,6 +476815,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -477313,6 +477328,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -489239,6 +489277,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -490317,6 +490378,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -490826,6 +490910,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -491336,6 +491443,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -491881,6 +492011,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -546594,7 +546747,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -550214,7 +550367,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -569344,17 +569497,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -672119,126 +672269,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml index d05ca07881..b4f321c516 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.2026-03-10.deref.yaml @@ -1001,7 +1001,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &715 + - &716 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14253,7 +14253,7 @@ paths: properties: action: type: string - discussion: &811 + discussion: &812 title: Discussion description: A Discussion in a repository. type: object @@ -14991,7 +14991,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &726 + sub_issues_summary: &727 title: Sub-issues Summary type: object properties: @@ -15078,7 +15078,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &591 + properties: &592 pinned_at: type: string format: date-time @@ -15090,7 +15090,7 @@ paths: properties: *20 required: *21 nullable: true - required: &592 + required: &593 - pinned_at - pinned_by nullable: true @@ -15099,13 +15099,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &593 + properties: &594 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &594 + required: &595 - reason nullable: true required: &91 @@ -15118,7 +15118,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &727 + issue_dependencies_summary: &728 title: Issue Dependencies Summary type: object properties: @@ -15137,7 +15137,7 @@ paths: - total_blocking issue_field_values: type: array - items: &575 + items: &576 title: Issue Field Value description: A value assigned to an issue field type: object @@ -15930,7 +15930,7 @@ paths: type: string release: allOf: - - &639 + - &640 title: Release description: A release. type: object @@ -16001,7 +16001,7 @@ paths: author: *4 assets: type: array - items: &640 + items: &641 title: Release Asset description: Data related to a release. type: object @@ -19551,6 +19551,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -19651,6 +19657,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -19770,7 +19778,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &614 + - &615 name: all description: If `true`, show notifications marked as read. in: query @@ -19778,7 +19786,7 @@ paths: schema: type: boolean default: false - - &615 + - &616 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -19788,7 +19796,7 @@ paths: type: boolean default: false - *96 - - &616 + - &617 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20316,7 +20324,7 @@ paths: - url - subscription_url examples: - default: &617 + default: &618 value: - id: '1' repository: @@ -22230,7 +22238,7 @@ paths: parameters: - *79 - *125 - - &787 + - &788 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22342,7 +22350,7 @@ paths: - *125 - *126 - *127 - - &788 + - &789 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22350,7 +22358,7 @@ paths: schema: type: string - *130 - - &789 + - &790 name: sku description: The SKU to query for usage. in: query @@ -29960,12 +29968,12 @@ paths: required: - subject_digests examples: - default: &768 + default: &769 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &769 + withPredicateType: &770 value: subject_digests: - sha256:abc123 @@ -30009,7 +30017,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &770 + default: &771 value: attestations_subject_digests: - sha256:abc: @@ -30345,94 +30353,12 @@ paths: default: &417 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42067,7 +41993,7 @@ paths: parameters: - *79 - *270 - - &750 + - &751 name: repo_name description: repo_name parameter in: path @@ -42995,7 +42921,7 @@ paths: - nuget - container - *79 - - &751 + - &752 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43036,7 +42962,7 @@ paths: default: *277 '403': *29 '401': *25 - '400': &753 + '400': &754 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45244,7 +45170,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &842 + properties: &843 id: type: number description: The unique identifier of the status update. @@ -45292,7 +45218,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &843 + required: &844 - id - node_id - created_at @@ -45721,7 +45647,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &624 + auto_merge: &625 title: Auto merge description: The status of auto merging a pull request. type: object @@ -45746,7 +45672,7 @@ paths: - commit_title - commit_message nullable: true - stack: &625 + stack: &626 title: Pull Request Stack description: The stack information associated with a pull request. @@ -46136,7 +46062,7 @@ paths: - updated_at - project_url examples: - default: &774 + default: &775 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46313,7 +46239,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &775 + items: &776 type: object properties: name: @@ -46350,7 +46276,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &776 + iteration_configuration: &777 type: object description: The configuration for iteration fields. properties: @@ -46400,7 +46326,7 @@ paths: value: name: Due date data_type: date - single_select_field: &777 + single_select_field: &778 summary: Create a single select field value: name: Priority @@ -46427,7 +46353,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &778 + iteration_field: &779 summary: Create an iteration field value: name: Sprint @@ -46453,7 +46379,7 @@ paths: application/json: schema: *298 examples: - text_field: &779 + text_field: &780 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -46462,7 +46388,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &780 + number_field: &781 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -46471,7 +46397,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &781 + date_field: &782 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -46480,7 +46406,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &782 + single_select_field: &783 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -46514,7 +46440,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &783 + iteration_field: &784 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -46560,7 +46486,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *294 - - &784 + - &785 name: field_id description: The unique identifier of the field. in: path @@ -46575,7 +46501,7 @@ paths: application/json: schema: *298 examples: - default: &785 + default: &786 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47772,7 +47698,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &765 + schema: &766 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -47949,7 +47875,7 @@ paths: parameters: - *294 - *79 - - &786 + - &787 name: view_number description: The number that identifies the project view. in: path @@ -49910,7 +49836,7 @@ paths: - *79 - *17 - *19 - - &648 + - &649 name: targets description: | A comma-separated list of rule targets to filter by. @@ -50192,7 +50118,7 @@ paths: - repository_property rules: type: array - items: &649 + items: &650 title: Repository Rule type: object description: A repository rule. @@ -50254,7 +50180,7 @@ paths: type: string enum: - required_linear_history - - &646 + - &647 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -50893,7 +50819,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &647 + - &648 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -51205,7 +51131,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &650 + - &651 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -51220,7 +51146,7 @@ paths: in: query schema: type: string - - &651 + - &652 name: time_period description: |- The time period to filter by. @@ -51236,14 +51162,14 @@ paths: - week - month default: day - - &652 + - &653 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &653 + - &654 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -51256,7 +51182,7 @@ paths: - bypass - all default: all - - &654 + - &655 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -51279,7 +51205,7 @@ paths: description: Response content: application/json: - schema: &655 + schema: &656 title: Rule Suites description: Response type: array @@ -51334,7 +51260,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &656 + default: &657 value: - id: 21 actor_id: 12 @@ -51378,7 +51304,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &657 + - &658 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -51394,7 +51320,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 title: Rule Suite description: Response type: object @@ -51493,7 +51419,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &659 + default: &660 value: id: 21 actor_id: 12 @@ -51740,7 +51666,7 @@ paths: type: string format: date-time examples: - default: &661 + default: &662 value: - version_id: 3 actor: @@ -51793,7 +51719,7 @@ paths: description: Response content: application/json: - schema: &662 + schema: &663 allOf: - *343 - type: object @@ -51865,7 +51791,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &663 + - &664 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -51876,7 +51802,7 @@ paths: enum: - open - resolved - - &664 + - &665 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -51886,7 +51812,7 @@ paths: required: false schema: type: string - - &665 + - &666 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -51897,7 +51823,7 @@ paths: required: false schema: type: string - - &666 + - &667 name: exclude_providers in: query description: |- @@ -51908,7 +51834,7 @@ paths: required: false schema: type: string - - &667 + - &668 name: providers in: query description: |- @@ -51919,7 +51845,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -51928,7 +51854,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -51947,7 +51873,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &670 + - &671 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -51962,7 +51888,7 @@ paths: - *63 - *19 - *17 - - &671 + - &672 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -51972,7 +51898,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -51982,7 +51908,7 @@ paths: required: false schema: type: string - - &673 + - &674 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -51991,7 +51917,7 @@ paths: required: false schema: type: string - - &674 + - &675 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52000,7 +51926,7 @@ paths: schema: type: boolean default: false - - &675 + - &676 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52009,7 +51935,7 @@ paths: schema: type: boolean default: false - - &676 + - &677 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52018,7 +51944,7 @@ paths: schema: type: boolean default: false - - &677 + - &678 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52029,7 +51955,7 @@ paths: required: false schema: type: boolean - - &678 + - &679 name: included_metadata in: query description: |- @@ -52040,7 +51966,7 @@ paths: required: false schema: type: string - - &679 + - &680 name: owner_email_hash in: query description: |- @@ -52078,14 +52004,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &680 + state: &681 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &681 + resolution: &682 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -52202,8 +52128,8 @@ paths: pull request. ' - oneOf: &682 - - &684 + oneOf: &683 + - &685 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -52261,7 +52187,7 @@ paths: - blob_url - commit_sha - commit_url - - &685 + - &686 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -52316,7 +52242,7 @@ paths: - page_url - commit_sha - commit_url - - &686 + - &687 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -52336,7 +52262,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &687 + - &688 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -52356,7 +52282,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &688 + - &689 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -52376,7 +52302,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &689 + - &690 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -52390,7 +52316,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &690 + - &691 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -52404,7 +52330,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &691 + - &692 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -52418,7 +52344,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &692 + - &693 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -52438,7 +52364,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &693 + - &694 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -52458,7 +52384,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &694 + - &695 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -52478,7 +52404,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &695 + - &696 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -52498,7 +52424,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &696 + - &697 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -52750,7 +52676,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &697 + - &698 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -52761,7 +52687,7 @@ paths: enum: - published - unpublished - - &698 + - &699 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -52772,7 +52698,7 @@ paths: enum: - enabled - disabled - - &699 + - &700 name: sort description: The property to sort the results by. in: query @@ -52866,7 +52792,7 @@ paths: - state - push_protection_enabled examples: - default: &700 + default: &701 value: - id: 1 name: Example Custom Pattern @@ -52929,7 +52855,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &701 + items: &702 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -52966,7 +52892,7 @@ paths: items: type: string examples: - default: &702 + default: &703 value: patterns: - name: Example Custom Pattern @@ -52992,7 +52918,7 @@ paths: description: The list of successfully created custom patterns. items: *344 examples: - default: &703 + default: &704 value: created_patterns: - id: 1 @@ -53044,7 +52970,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &704 + items: &705 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53055,17 +52981,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -53101,7 +53024,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &705 + items: &706 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53124,7 +53047,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &706 + default: &707 value: patterns: - pattern_id: 2 @@ -53170,7 +53093,7 @@ paths: required: true content: application/json: - schema: &707 + schema: &708 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -53211,7 +53134,7 @@ paths: type: string custom_pattern_version: *345 examples: - default: &708 + default: &709 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -53228,7 +53151,7 @@ paths: application/json: schema: *344 examples: - default: &709 + default: &710 value: id: 1 name: Example Custom Pattern @@ -53532,7 +53455,7 @@ paths: application/json: schema: type: array - items: &713 + items: &714 description: A repository security advisory. type: object properties: @@ -53804,7 +53727,7 @@ paths: - private_fork additionalProperties: false examples: - default: &714 + default: &715 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -55649,7 +55572,7 @@ paths: application/json: schema: type: array - items: &729 + items: &730 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -55768,7 +55691,7 @@ paths: - type - url examples: - default: &730 + default: &731 value: - login: octocat id: 1 @@ -55854,7 +55777,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &731 + response-if-user-is-a-team-maintainer: &732 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -55919,7 +55842,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: &732 + response-if-users-membership-with-team-is-now-pending: &733 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56033,7 +55956,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &733 + schema: &734 title: Team Repository description: A team's access to a repository. type: object @@ -56683,7 +56606,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &734 + response-if-child-teams-exist: &735 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -62324,7 +62247,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &805 + properties: &806 url: type: string format: uri @@ -62409,7 +62332,7 @@ paths: nullable: true properties: *84 required: *85 - required: &806 + required: &807 - id - node_id - sha @@ -68481,7 +68404,7 @@ paths: check. type: array items: *94 - deployment: &798 + deployment: &799 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -69393,7 +69316,7 @@ paths: type: string format: date-time nullable: true - head_commit: &826 + head_commit: &827 title: Simple Commit description: A commit. type: object @@ -70569,6 +70492,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -70580,6 +70510,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *443 '404': *6 '503': *123 @@ -70640,6 +70571,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -70649,6 +70586,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -74117,14 +74056,14 @@ paths: type: integer machines: type: array - items: &739 + items: &740 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *480 required: *481 examples: - default: &740 + default: &741 value: total_count: 2 machines: @@ -75762,7 +75701,7 @@ paths: type: array items: *492 examples: - default: &632 + default: &633 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -76053,7 +75992,7 @@ paths: type: array items: *496 examples: - default: &623 + default: &624 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -76611,7 +76550,7 @@ paths: application/json: schema: *492 examples: - default: &610 + default: &611 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77270,7 +77209,7 @@ paths: application/json: schema: type: array - items: &718 + items: &719 title: Status description: The status of a commit. type: object @@ -78239,7 +78178,7 @@ paths: - size - type - url - - &637 + - &638 title: Content File description: Content File type: object @@ -78853,7 +78792,7 @@ paths: items: type: object properties: - placeholder_id: &710 + placeholder_id: &711 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -84932,7 +84871,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &834 + last_response: &835 title: Hook Response type: object properties: @@ -85984,7 +85923,7 @@ paths: parameters: - *357 - *358 - - &763 + - &764 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -86703,7 +86642,7 @@ paths: type: array items: *559 examples: - default: &755 + default: &756 value: - id: 1 repository: @@ -88333,6 +88272,30 @@ paths: nullable: true properties: *568 required: *569 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &575 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *86 lock_reason: type: string @@ -89622,7 +89585,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &578 + - &579 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -89665,6 +89628,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - label - id @@ -89676,7 +89650,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &579 + - &580 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -89719,6 +89693,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - label - id @@ -89754,6 +89739,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -89812,7 +89808,7 @@ paths: - performed_via_github_app - assignee - assigner - - &580 + - &581 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -89863,7 +89859,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &581 + - &582 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -89914,7 +89910,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -89968,7 +89964,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &583 + - &584 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -90015,7 +90011,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -90062,7 +90058,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -90122,7 +90118,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Locked Issue Event description: Locked Issue Event type: object @@ -90170,7 +90166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -90236,7 +90232,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -90302,7 +90298,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -90368,7 +90364,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -90424,7 +90420,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &595 + - &596 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -90458,6 +90454,17 @@ paths: properties: *84 required: *85 issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - issue_type - id @@ -90469,7 +90476,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &596 + - &597 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -90503,6 +90510,17 @@ paths: properties: *84 required: *85 prev_issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - prev_issue_type - id @@ -90514,7 +90532,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &597 + - &598 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -90549,6 +90567,17 @@ paths: required: *85 issue_type: *567 prev_issue_type: *567 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - issue_type - prev_issue_type @@ -90561,7 +90590,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -90614,7 +90643,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -90667,7 +90696,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -90720,7 +90749,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -90773,7 +90802,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -90826,7 +90855,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -90879,7 +90908,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -90932,7 +90961,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -91049,9 +91078,9 @@ paths: application/json: schema: type: array - items: *575 + items: *576 examples: - default: &576 + default: &577 value: - issue_field_id: 1 issue_field_name: DRI @@ -91194,9 +91223,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *575 + items: *576 examples: - default: *576 + default: *577 '400': *14 '403': *29 '404': *6 @@ -91299,9 +91328,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *575 + items: *576 examples: - default: *576 + default: *577 '400': *14 '403': *29 '404': *6 @@ -91374,7 +91403,7 @@ paths: type: array items: *88 examples: - default: &577 + default: &578 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -91457,7 +91486,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 '301': *361 '404': *6 '410': *33 @@ -91541,7 +91570,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 '301': *361 '404': *6 '410': *33 @@ -92132,7 +92161,6 @@ paths: description: Timeline Event type: object anyOf: - - *578 - *579 - *580 - *581 @@ -92145,6 +92173,7 @@ paths: - *588 - *589 - *590 + - *591 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -92205,15 +92234,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true required: - event @@ -92468,7 +92497,7 @@ paths: type: string comments: type: array - items: &626 + items: &627 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -92717,6 +92746,17 @@ paths: properties: *84 required: *85 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -92807,6 +92847,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *575 required: - id - node_id @@ -92817,7 +92868,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *595 - *596 - *597 - *598 @@ -92828,6 +92878,7 @@ paths: - *603 - *604 - *605 + - *606 examples: default: value: @@ -93012,7 +93063,7 @@ paths: application/json: schema: type: array - items: &606 + items: &607 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -93115,9 +93166,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: &607 + default: &608 value: id: 1 key: ssh-rsa AAA... @@ -93153,7 +93204,7 @@ paths: parameters: - *357 - *358 - - &608 + - &609 name: key_id description: The unique identifier of the key. in: path @@ -93165,9 +93216,9 @@ paths: description: Response content: application/json: - schema: *606 + schema: *607 examples: - default: *607 + default: *608 '404': *6 x-github: githubCloudOnly: false @@ -93187,7 +93238,7 @@ paths: parameters: - *357 - *358 - - *608 + - *609 responses: '204': description: Response @@ -93220,7 +93271,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 headers: Link: *71 '404': *6 @@ -93280,7 +93331,7 @@ paths: application/json: schema: *88 examples: - default: &609 + default: &610 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -93326,7 +93377,7 @@ paths: application/json: schema: *88 examples: - default: *609 + default: *610 '404': *6 x-github: githubCloudOnly: false @@ -93726,7 +93777,7 @@ paths: application/json: schema: *492 examples: - default: *610 + default: *611 '204': description: Response when already merged '404': @@ -93793,7 +93844,7 @@ paths: application/json: schema: type: array - items: &611 + items: &612 title: Milestone description: A collection of related issues and pull requests. type: object @@ -93895,9 +93946,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: &612 + default: &613 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -93958,7 +94009,7 @@ paths: parameters: - *357 - *358 - - &613 + - &614 name: milestone_number description: The number that identifies the milestone. in: path @@ -93970,9 +94021,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -93991,7 +94042,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 requestBody: required: false content: @@ -94029,9 +94080,9 @@ paths: description: Response content: application/json: - schema: *611 + schema: *612 examples: - default: *612 + default: *613 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94049,7 +94100,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 responses: '204': description: Response @@ -94072,7 +94123,7 @@ paths: parameters: - *357 - *358 - - *613 + - *614 - *17 - *19 responses: @@ -94084,7 +94135,7 @@ paths: type: array items: *88 examples: - default: *577 + default: *578 headers: Link: *71 x-github: @@ -94105,10 +94156,10 @@ paths: parameters: - *357 - *358 - - *614 - *615 - - *96 - *616 + - *96 + - *617 - *17 - *19 responses: @@ -94120,7 +94171,7 @@ paths: type: array items: *116 examples: - default: *617 + default: *618 headers: Link: *71 x-github: @@ -94210,7 +94261,7 @@ paths: description: Response content: application/json: - schema: &618 + schema: &619 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -94335,7 +94386,7 @@ paths: - custom_404 - public examples: - default: &619 + default: &620 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -94431,9 +94482,9 @@ paths: description: Response content: application/json: - schema: *618 + schema: *619 examples: - default: *619 + default: *620 '422': *15 '409': *55 x-github: @@ -94594,7 +94645,7 @@ paths: application/json: schema: type: array - items: &620 + items: &621 title: Page Build description: Page Build type: object @@ -94741,9 +94792,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: &621 + default: &622 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -94803,9 +94854,9 @@ paths: description: Response content: application/json: - schema: *620 + schema: *621 examples: - default: *621 + default: *622 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -94933,7 +94984,7 @@ paths: parameters: - *357 - *358 - - &622 + - &623 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -94993,7 +95044,7 @@ paths: parameters: - *357 - *358 - - *622 + - *623 responses: '204': *60 '404': *6 @@ -95528,7 +95579,7 @@ paths: type: array items: *496 examples: - default: *623 + default: *624 headers: Link: *71 '304': *38 @@ -95626,7 +95677,7 @@ paths: description: Response content: application/json: - schema: &628 + schema: &629 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -95826,8 +95877,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *624 - stack: *625 + auto_merge: *625 + stack: *626 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -95917,7 +95968,7 @@ paths: - merged_by - review_comments examples: - default: &629 + default: &630 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -96454,9 +96505,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: &631 + default: &632 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96541,9 +96592,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: &627 + default: &628 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -96642,9 +96693,9 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: - default: *627 + default: *628 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96847,7 +96898,7 @@ paths: parameters: - *357 - *358 - - &630 + - &631 name: pull_number description: The number that identifies the pull request. in: path @@ -96860,9 +96911,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '304': *38 '404': *6 '406': @@ -96899,7 +96950,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -96941,9 +96992,9 @@ paths: description: Response content: application/json: - schema: *628 + schema: *629 examples: - default: *629 + default: *630 '422': *15 '403': *29 x-github: @@ -96967,7 +97018,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -97069,7 +97120,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -97090,9 +97141,9 @@ paths: application/json: schema: type: array - items: *626 + items: *627 examples: - default: *631 + default: *632 headers: Link: *71 x-github: @@ -97127,7 +97178,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -97232,7 +97283,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: example-for-a-multi-line-comment: value: @@ -97322,7 +97373,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *105 requestBody: required: true @@ -97345,7 +97396,7 @@ paths: description: Response content: application/json: - schema: *626 + schema: *627 examples: default: value: @@ -97433,7 +97484,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -97445,7 +97496,7 @@ paths: type: array items: *492 examples: - default: *632 + default: *633 headers: Link: *71 x-github: @@ -97477,7 +97528,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -97527,7 +97578,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 responses: '204': description: Response if pull request has been merged @@ -97552,7 +97603,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -97665,7 +97716,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 responses: '200': description: Response @@ -97742,7 +97793,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -98317,7 +98368,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: true content: @@ -98838,7 +98889,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 - *17 - *19 responses: @@ -98848,7 +98899,7 @@ paths: application/json: schema: type: array - items: &633 + items: &634 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -99001,7 +99052,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -99087,9 +99138,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &635 + default: &636 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99154,8 +99205,8 @@ paths: parameters: - *357 - *358 - - *630 - - &634 + - *631 + - &635 name: review_id description: The unique identifier of the review. in: path @@ -99167,9 +99218,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: &636 + default: &637 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -99230,8 +99281,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -99254,7 +99305,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -99318,16 +99369,16 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 responses: '200': description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *635 + default: *636 '422': *7 '404': *6 x-github: @@ -99356,8 +99407,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 - *17 - *19 responses: @@ -99594,8 +99645,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -99623,7 +99674,7 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: default: value: @@ -99688,8 +99739,8 @@ paths: parameters: - *357 - *358 - - *630 - - *634 + - *631 + - *635 requestBody: required: true content: @@ -99724,9 +99775,9 @@ paths: description: Response content: application/json: - schema: *633 + schema: *634 examples: - default: *636 + default: *637 '404': *6 '422': *7 '403': *29 @@ -99750,7 +99801,7 @@ paths: parameters: - *357 - *358 - - *630 + - *631 requestBody: required: false content: @@ -99827,9 +99878,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: &638 + default: &639 value: type: file encoding: base64 @@ -99892,9 +99943,9 @@ paths: description: Response content: application/json: - schema: *637 + schema: *638 examples: - default: *638 + default: *639 '404': *6 '422': *15 x-github: @@ -99927,7 +99978,7 @@ paths: application/json: schema: type: array - items: *639 + items: *640 examples: default: value: @@ -100013,6 +100064,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -100098,9 +100154,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: &643 + default: &644 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -100207,7 +100263,7 @@ paths: parameters: - *357 - *358 - - &641 + - &642 name: asset_id description: The unique identifier of the asset. in: path @@ -100219,9 +100275,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &642 + default: &643 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -100274,7 +100330,7 @@ paths: parameters: - *357 - *358 - - *641 + - *642 requestBody: required: false content: @@ -100302,9 +100358,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *642 + default: *643 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -100322,7 +100378,7 @@ paths: parameters: - *357 - *358 - - *641 + - *642 responses: '204': description: Response @@ -100440,9 +100496,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': *6 x-github: githubCloudOnly: false @@ -100474,9 +100530,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': *6 x-github: githubCloudOnly: false @@ -100500,7 +100556,7 @@ paths: parameters: - *357 - *358 - - &644 + - &645 name: release_id description: The unique identifier of the release. in: path @@ -100514,9 +100570,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '401': description: Unauthorized x-github: @@ -100526,7 +100582,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -100536,7 +100598,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 requestBody: required: false content: @@ -100600,9 +100662,9 @@ paths: description: Response content: application/json: - schema: *639 + schema: *640 examples: - default: *643 + default: *644 '404': description: Not Found if the discussion category name is invalid content: @@ -100625,7 +100687,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 responses: '204': description: Response @@ -100648,7 +100710,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - *17 - *19 responses: @@ -100658,7 +100720,7 @@ paths: application/json: schema: type: array - items: *640 + items: *641 examples: default: value: @@ -100741,7 +100803,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - name: name in: query required: true @@ -100767,7 +100829,7 @@ paths: description: Response for successful upload content: application/json: - schema: *640 + schema: *641 examples: response-for-successful-upload: value: @@ -100824,7 +100886,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -100873,7 +100935,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 requestBody: required: true content: @@ -100936,7 +100998,7 @@ paths: parameters: - *357 - *358 - - *644 + - *645 - *564 responses: '204': @@ -100980,7 +101042,7 @@ paths: oneOf: - allOf: - *319 - - &645 + - &646 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -101001,70 +101063,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *320 - - *645 + - *646 - allOf: - *321 - - *645 + - *646 - allOf: - *322 - - *645 + - *646 - allOf: + - *647 - *646 - - *645 - allOf: - *323 - - *645 + - *646 - allOf: - *324 - - *645 + - *646 - allOf: - *325 - - *645 + - *646 - allOf: - *326 - - *645 + - *646 - allOf: - *327 - - *645 + - *646 - allOf: - *328 - - *645 + - *646 - allOf: - *329 - - *645 + - *646 - allOf: - *330 - - *645 + - *646 - allOf: - *331 - - *645 + - *646 - allOf: - *332 - - *645 + - *646 - allOf: - *337 - - *645 + - *646 - allOf: - *338 - - *645 + - *646 - allOf: - *339 - - *645 + - *646 - allOf: - - *647 - - *645 + - *648 + - *646 - allOf: - *333 - - *645 + - *646 - allOf: - *334 - - *645 + - *646 - allOf: - *335 - - *645 + - *646 - allOf: - *336 - - *645 + - *646 examples: default: value: @@ -101115,7 +101177,7 @@ paths: schema: type: boolean default: true - - *648 + - *649 responses: '200': description: Response @@ -101200,7 +101262,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *649 + items: *650 required: - name - enforcement @@ -101233,7 +101295,7 @@ paths: application/json: schema: *340 examples: - default: &660 + default: &661 value: id: 42 name: super cool ruleset @@ -101283,11 +101345,11 @@ paths: parameters: - *357 - *358 - - *650 - *651 - *652 - *653 - *654 + - *655 - *17 - *19 responses: @@ -101295,9 +101357,9 @@ paths: description: Response content: application/json: - schema: *655 + schema: *656 examples: - default: *656 + default: *657 '404': *6 '500': *56 x-github: @@ -101320,15 +101382,15 @@ paths: parameters: - *357 - *358 - - *657 + - *658 responses: '200': description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '500': *56 x-github: @@ -101379,7 +101441,7 @@ paths: application/json: schema: *340 examples: - default: *660 + default: *661 '404': *6 '500': *56 put: @@ -101432,7 +101494,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *649 + items: *650 examples: default: value: @@ -101462,7 +101524,7 @@ paths: application/json: schema: *340 examples: - default: *660 + default: *661 '404': *6 '422': *15 '500': *56 @@ -101524,7 +101586,7 @@ paths: type: array items: *343 examples: - default: *661 + default: *662 '404': *6 '500': *56 x-github: @@ -101562,7 +101624,7 @@ paths: description: Response content: application/json: - schema: *662 + schema: *663 examples: default: value: @@ -101619,7 +101681,6 @@ paths: parameters: - *357 - *358 - - *663 - *664 - *665 - *666 @@ -101627,10 +101688,10 @@ paths: - *668 - *669 - *670 + - *671 - *63 - *19 - *17 - - *671 - *672 - *673 - *674 @@ -101639,6 +101700,7 @@ paths: - *677 - *678 - *679 + - *680 responses: '200': description: Response @@ -101665,8 +101727,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: string format: date-time @@ -101772,7 +101834,7 @@ paths: pull request. ' - oneOf: *682 + oneOf: *683 nullable: true has_more_locations: type: boolean @@ -101939,13 +102001,13 @@ paths: - *357 - *358 - *456 - - *676 + - *677 responses: '200': description: Response content: application/json: - schema: &683 + schema: &684 type: object properties: number: *189 @@ -101963,8 +102025,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolved_at: type: string format: date-time @@ -102070,7 +102132,7 @@ paths: pull request. ' - oneOf: *682 + oneOf: *683 nullable: true has_more_locations: type: boolean @@ -102098,7 +102160,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &855 + metadata: &856 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -102181,8 +102243,8 @@ paths: schema: type: object properties: - state: *680 - resolution: *681 + state: *681 + resolution: *682 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -102226,7 +102288,7 @@ paths: description: Response content: application/json: - schema: *683 + schema: *684 examples: default: value: @@ -102341,7 +102403,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &857 + items: &858 type: object properties: type: @@ -102367,7 +102429,6 @@ paths: example: commit details: oneOf: - - *684 - *685 - *686 - *687 @@ -102380,6 +102441,7 @@ paths: - *694 - *695 - *696 + - *697 examples: default: value: @@ -102470,9 +102532,9 @@ paths: parameters: - *357 - *358 - - *697 - *698 - *699 + - *700 - *63 - *19 - *17 @@ -102485,7 +102547,7 @@ paths: type: array items: *344 examples: - default: *700 + default: *701 headers: Link: *71 '403': *29 @@ -102522,9 +102584,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *701 + items: *702 examples: - default: *702 + default: *703 responses: '201': description: All patterns created successfully. @@ -102538,7 +102600,7 @@ paths: description: The list of successfully created custom patterns. items: *344 examples: - default: *703 + default: *704 '400': *14 '403': *29 '404': *6 @@ -102562,7 +102624,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *704 + items: *705 delete: summary: Bulk delete repository custom patterns description: |- @@ -102596,7 +102658,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *705 + items: *706 post_delete_action: type: string description: |- @@ -102609,7 +102671,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *706 + default: *707 responses: '204': description: All patterns deleted successfully. @@ -102648,9 +102710,9 @@ paths: required: true content: application/json: - schema: *707 + schema: *708 examples: - default: *708 + default: *709 responses: '200': description: Pattern updated successfully. @@ -102658,7 +102720,7 @@ paths: application/json: schema: *344 examples: - default: *709 + default: *710 '400': *14 '403': *29 '404': *6 @@ -102689,14 +102751,14 @@ paths: schema: type: object properties: - reason: &711 + reason: &712 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *710 + placeholder_id: *711 required: - reason - placeholder_id @@ -102713,7 +102775,7 @@ paths: schema: type: object properties: - reason: *711 + reason: *712 expire_at: type: string format: date-time @@ -102775,7 +102837,7 @@ paths: properties: incremental_scans: type: array - items: &712 + items: &713 description: Information on a single scan performed by secret scanning on the repository type: object @@ -102806,15 +102868,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *712 + items: *713 backfill_scans: type: array - items: *712 + items: *713 custom_pattern_backfill_scans: type: array items: allOf: - - *712 + - *713 - type: object properties: pattern_name: @@ -102827,7 +102889,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *712 + items: *713 examples: default: value: @@ -102937,9 +102999,9 @@ paths: application/json: schema: type: array - items: *713 + items: *714 examples: - default: *714 + default: *715 '400': *14 '404': *6 x-github: @@ -103123,9 +103185,9 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: &716 + default: &717 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -103460,7 +103522,7 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: default: value: @@ -103608,15 +103670,15 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '200': description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 + default: *717 '403': *29 '404': *6 x-github: @@ -103642,7 +103704,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 requestBody: required: true content: @@ -103801,10 +103863,10 @@ paths: description: Response content: application/json: - schema: *713 + schema: *714 examples: - default: *716 - add_credit: *716 + default: *717 + add_credit: *717 '403': *29 '404': *6 '422': @@ -103844,7 +103906,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '202': *40 '400': *14 @@ -103873,7 +103935,7 @@ paths: parameters: - *357 - *358 - - *715 + - *716 responses: '202': description: Response @@ -104017,7 +104079,7 @@ paths: application/json: schema: type: array - items: &717 + items: &718 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -104390,7 +104452,7 @@ paths: application/json: schema: type: array - items: *717 + items: *718 examples: default: value: @@ -104478,7 +104540,7 @@ paths: description: Response content: application/json: - schema: *718 + schema: *719 examples: default: value: @@ -104572,7 +104634,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &719 + schema: &720 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -104667,7 +104729,7 @@ paths: description: Response content: application/json: - schema: *719 + schema: *720 examples: default: value: @@ -104874,7 +104936,7 @@ paths: description: Response content: application/json: - schema: &720 + schema: &721 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -104886,7 +104948,7 @@ paths: required: - names examples: - default: &721 + default: &722 value: names: - octocat @@ -104941,9 +105003,9 @@ paths: description: Response content: application/json: - schema: *720 + schema: *721 examples: - default: *721 + default: *722 '404': *6 '422': *7 x-github: @@ -104966,7 +105028,7 @@ paths: parameters: - *357 - *358 - - &722 + - &723 name: per description: The time frame to display results for. in: query @@ -104995,7 +105057,7 @@ paths: example: 128 clones: type: array - items: &723 + items: &724 title: Traffic type: object properties: @@ -105236,7 +105298,7 @@ paths: parameters: - *357 - *358 - - *722 + - *723 responses: '200': description: Response @@ -105255,7 +105317,7 @@ paths: example: 3782 views: type: array - items: *723 + items: *724 required: - uniques - count @@ -106026,7 +106088,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &724 + text_matches: &725 title: Search Result Text Matches type: array items: @@ -106188,7 +106250,7 @@ paths: enum: - author-date - committer-date - - &725 + - &726 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -106316,7 +106378,7 @@ paths: type: number node_id: type: string - text_matches: *724 + text_matches: *725 required: - sha - node_id @@ -106508,7 +106570,7 @@ paths: - interactions - created - updated - - *725 + - *726 - *17 - *19 - name: advanced_search @@ -106622,11 +106684,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: type: string state_reason: @@ -106651,7 +106713,7 @@ paths: type: string format: date-time nullable: true - text_matches: *724 + text_matches: *725 pull_request: type: object properties: @@ -106931,7 +106993,7 @@ paths: enum: - created - updated - - *725 + - *726 - *17 - *19 responses: @@ -106975,7 +107037,7 @@ paths: nullable: true score: type: number - text_matches: *724 + text_matches: *725 required: - id - node_id @@ -107060,7 +107122,7 @@ paths: - forks - help-wanted-issues - updated - - *725 + - *726 - *17 - *19 responses: @@ -107308,7 +107370,7 @@ paths: - admin - pull - push - text_matches: *724 + text_matches: *725 temp_clone_token: type: string allow_merge_commit: @@ -107608,7 +107670,7 @@ paths: type: string format: uri nullable: true - text_matches: *724 + text_matches: *725 related: type: array nullable: true @@ -107799,7 +107861,7 @@ paths: - followers - repositories - joined - - *725 + - *726 - *17 - *19 responses: @@ -107903,7 +107965,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *724 + text_matches: *725 blog: type: string nullable: true @@ -107982,7 +108044,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &728 + - &729 name: team_id description: The unique identifier of the team. in: path @@ -108023,7 +108085,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *728 + - *729 requestBody: required: true content: @@ -108123,7 +108185,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *728 + - *729 responses: '204': description: Response @@ -108152,7 +108214,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -108192,7 +108254,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *728 + - *729 - name: role description: Filters members returned by their role in the team. in: query @@ -108213,9 +108275,9 @@ paths: application/json: schema: type: array - items: *729 + items: *730 examples: - default: *730 + default: *731 headers: Link: *71 '404': *6 @@ -108243,7 +108305,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108280,7 +108342,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108320,7 +108382,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108357,7 +108419,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 responses: '200': @@ -108366,7 +108428,7 @@ paths: application/json: schema: *356 examples: - response-if-user-is-a-team-maintainer: *731 + response-if-user-is-a-team-maintainer: *732 '404': *6 x-github: githubCloudOnly: false @@ -108399,7 +108461,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 requestBody: required: false @@ -108427,7 +108489,7 @@ paths: application/json: schema: *356 examples: - response-if-users-membership-with-team-is-now-pending: *732 + response-if-users-membership-with-team-is-now-pending: *733 '403': description: Forbidden if team synchronization is set up '422': @@ -108461,7 +108523,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *728 + - *729 - *75 responses: '204': @@ -108489,7 +108551,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -108531,7 +108593,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *728 + - *729 - *357 - *358 responses: @@ -108539,7 +108601,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *733 + schema: *734 examples: alternative-response-with-extra-repository-information: value: @@ -108689,7 +108751,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *728 + - *729 - *357 - *358 requestBody: @@ -108741,7 +108803,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *728 + - *729 - *357 - *358 responses: @@ -108768,7 +108830,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *728 + - *729 - *17 - *19 responses: @@ -108780,7 +108842,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *734 + response-if-child-teams-exist: *735 headers: Link: *71 '404': *6 @@ -108813,7 +108875,7 @@ paths: application/json: schema: oneOf: - - &735 + - &736 title: Private User description: Private User type: object @@ -109016,7 +109078,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &762 + - &763 title: Public User description: Public User type: object @@ -109328,7 +109390,7 @@ paths: description: Response content: application/json: - schema: *735 + schema: *736 examples: default: value: @@ -109726,7 +109788,7 @@ paths: type: integer secrets: type: array - items: &736 + items: &737 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -109842,7 +109904,7 @@ paths: description: Response content: application/json: - schema: *736 + schema: *737 examples: default: value: @@ -110255,7 +110317,7 @@ paths: description: Response content: application/json: - schema: &737 + schema: &738 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -110296,7 +110358,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &738 + default: &739 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -110341,9 +110403,9 @@ paths: description: Response content: application/json: - schema: *737 + schema: *738 examples: - default: *738 + default: *739 '404': *6 x-github: githubCloudOnly: false @@ -110380,9 +110442,9 @@ paths: type: integer machines: type: array - items: *739 + items: *740 examples: - default: *740 + default: *741 '304': *38 '500': *56 '401': *25 @@ -111321,7 +111383,7 @@ paths: type: array items: *276 examples: - default: &752 + default: &753 value: - id: 197 name: hello_docker @@ -111422,7 +111484,7 @@ paths: application/json: schema: type: array - items: &741 + items: &742 title: Email description: Email type: object @@ -111487,9 +111549,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: &754 + default: &755 value: - email: octocat@github.com verified: true @@ -111564,7 +111626,7 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: default: value: @@ -111820,7 +111882,7 @@ paths: application/json: schema: type: array - items: &742 + items: &743 title: GPG Key description: A unique encryption key type: object @@ -111951,7 +112013,7 @@ paths: - subkeys - revoked examples: - default: &772 + default: &773 value: - id: 3 name: Octocat's GPG Key @@ -112036,9 +112098,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: &743 + default: &744 value: id: 3 name: Octocat's GPG Key @@ -112095,7 +112157,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &744 + - &745 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -112107,9 +112169,9 @@ paths: description: Response content: application/json: - schema: *742 + schema: *743 examples: - default: *743 + default: *744 '404': *6 '304': *38 '403': *29 @@ -112132,7 +112194,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *744 + - *745 responses: '204': description: Response @@ -112599,7 +112661,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Key description: Key type: object @@ -112700,9 +112762,9 @@ paths: description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: &746 + default: &747 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -112735,15 +112797,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *608 + - *609 responses: '200': description: Response content: application/json: - schema: *745 + schema: *746 examples: - default: *746 + default: *747 '404': *6 '304': *38 '403': *29 @@ -112766,7 +112828,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *608 + - *609 responses: '204': description: Response @@ -112799,7 +112861,7 @@ paths: application/json: schema: type: array - items: &747 + items: &748 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -112867,7 +112929,7 @@ paths: - account - plan examples: - default: &748 + default: &749 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -112929,9 +112991,9 @@ paths: application/json: schema: type: array - items: *747 + items: *748 examples: - default: *748 + default: *749 headers: Link: *71 '304': *38 @@ -113174,7 +113236,7 @@ paths: application/json: schema: *267 examples: - default: &749 + default: &750 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -113223,7 +113285,7 @@ paths: application/json: schema: *267 examples: - default: *749 + default: *750 '403': *29 '404': *6 '422': *15 @@ -113948,7 +114010,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *270 - - *750 + - *751 responses: '204': description: Response @@ -114061,7 +114123,7 @@ paths: - docker - nuget - container - - *751 + - *752 - *19 - *17 responses: @@ -114073,8 +114135,8 @@ paths: type: array items: *276 examples: - default: *752 - '400': *753 + default: *753 + '400': *754 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -114103,7 +114165,7 @@ paths: application/json: schema: *276 examples: - default: &773 + default: &774 value: id: 40201 name: octo-name @@ -114465,9 +114527,9 @@ paths: application/json: schema: type: array - items: *741 + items: *742 examples: - default: *754 + default: *755 headers: Link: *71 '304': *38 @@ -114580,7 +114642,7 @@ paths: type: array items: *83 examples: - default: &761 + default: &762 summary: Default response value: - id: 1296269 @@ -114927,7 +114989,7 @@ paths: type: array items: *559 examples: - default: *755 + default: *756 headers: Link: *71 '304': *38 @@ -115007,7 +115069,7 @@ paths: application/json: schema: type: array - items: &756 + items: &757 title: Social account description: Social media account type: object @@ -115022,7 +115084,7 @@ paths: - provider - url examples: - default: &757 + default: &758 value: - provider: twitter url: https://twitter.com/github @@ -115084,9 +115146,9 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 '422': *15 '304': *38 '404': *6 @@ -115173,7 +115235,7 @@ paths: application/json: schema: type: array - items: &758 + items: &759 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -115193,7 +115255,7 @@ paths: - title - created_at examples: - default: &790 + default: &791 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115257,9 +115319,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: &759 + default: &760 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -115289,7 +115351,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &760 + - &761 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -115301,9 +115363,9 @@ paths: description: Response content: application/json: - schema: *758 + schema: *759 examples: - default: *759 + default: *760 '404': *6 '304': *38 '403': *29 @@ -115326,7 +115388,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *760 + - *761 responses: '204': description: Response @@ -115355,7 +115417,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &791 + - &792 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -115380,11 +115442,11 @@ paths: type: array items: *83 examples: - default-response: *761 + default-response: *762 application/vnd.github.v3.star+json: schema: type: array - items: &792 + items: &793 title: Starred Repository description: Starred Repository type: object @@ -115753,10 +115815,10 @@ paths: application/json: schema: oneOf: - - *735 - - *762 + - *736 + - *763 examples: - default-response: &766 + default-response: &767 summary: Default response value: login: octocat @@ -115791,7 +115853,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &767 + response-with-git-hub-plan-information: &768 summary: Response with GitHub plan information value: login: octocat @@ -115848,7 +115910,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &764 + - &765 name: user_id description: The unique identifier of the user. in: path @@ -115914,7 +115976,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *763 + - *764 - *17 responses: '200': @@ -115949,7 +116011,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *764 + - *765 - *294 requestBody: required: true @@ -116021,7 +116083,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *765 + schema: *766 examples: table_view: summary: Response for creating a table view @@ -116073,11 +116135,11 @@ paths: application/json: schema: oneOf: - - *735 - - *762 + - *736 + - *763 examples: - default-response: *766 - response-with-git-hub-plan-information: *767 + default-response: *767 + response-with-git-hub-plan-information: *768 '404': *6 x-github: githubCloudOnly: false @@ -116127,8 +116189,8 @@ paths: required: - subject_digests examples: - default: *768 - withPredicateType: *769 + default: *769 + withPredicateType: *770 responses: '200': description: Response @@ -116167,7 +116229,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *770 + default: *771 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116637,7 +116699,7 @@ paths: application/json: schema: *205 examples: - default: &771 + default: &772 summary: Example response for a user copilot space value: id: 42 @@ -116738,7 +116800,7 @@ paths: application/json: schema: *205 examples: - default: *771 + default: *772 '403': *29 '404': *6 x-github: @@ -116861,7 +116923,7 @@ paths: application/json: schema: *205 examples: - default: *771 + default: *772 '403': *29 '404': *6 '422': *15 @@ -117629,7 +117691,7 @@ paths: type: array items: *276 examples: - default: *752 + default: *753 '403': *29 '401': *25 x-github: @@ -118013,9 +118075,9 @@ paths: application/json: schema: type: array - items: *742 + items: *743 examples: - default: *772 + default: *773 headers: Link: *71 x-github: @@ -118243,7 +118305,7 @@ paths: - docker - nuget - container - - *751 + - *752 - *75 - *19 - *17 @@ -118256,10 +118318,10 @@ paths: type: array items: *276 examples: - default: *752 + default: *753 '403': *29 '401': *25 - '400': *753 + '400': *754 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118289,7 +118351,7 @@ paths: application/json: schema: *276 examples: - default: *773 + default: *774 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -118638,7 +118700,7 @@ paths: type: array items: *298 examples: - default: *774 + default: *775 headers: Link: *71 '304': *38 @@ -118698,7 +118760,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *775 + items: *776 required: - name - data_type @@ -118714,7 +118776,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *776 + iteration_configuration: *777 required: - name - data_type @@ -118736,8 +118798,8 @@ paths: value: name: Due date data_type: date - single_select_field: *777 - iteration_field: *778 + single_select_field: *778 + iteration_field: *779 responses: '201': description: Response @@ -118745,11 +118807,11 @@ paths: application/json: schema: *298 examples: - text_field: *779 - number_field: *780 - date_field: *781 - single_select_field: *782 - iteration_field: *783 + text_field: *780 + number_field: *781 + date_field: *782 + single_select_field: *783 + iteration_field: *784 '304': *38 '403': *29 '401': *25 @@ -118771,7 +118833,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *294 - - *784 + - *785 - *75 responses: '200': @@ -118780,7 +118842,7 @@ paths: application/json: schema: *298 examples: - default: *785 + default: *786 headers: Link: *71 '304': *38 @@ -119134,7 +119196,7 @@ paths: parameters: - *294 - *75 - - *786 + - *787 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -119673,7 +119735,7 @@ paths: parameters: - *75 - *125 - - *787 + - *788 - *127 responses: '200': @@ -119772,9 +119834,9 @@ paths: - *125 - *126 - *127 - - *788 - - *130 - *789 + - *130 + - *790 responses: '200': description: Response when getting a billing usage summary @@ -119908,9 +119970,9 @@ paths: application/json: schema: type: array - items: *756 + items: *757 examples: - default: *757 + default: *758 headers: Link: *71 x-github: @@ -119940,9 +120002,9 @@ paths: application/json: schema: type: array - items: *758 + items: *759 examples: - default: *790 + default: *791 headers: Link: *71 x-github: @@ -119967,7 +120029,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *791 + - *792 - *63 - *17 - *19 @@ -119979,11 +120041,11 @@ paths: schema: anyOf: - type: array - items: *792 + items: *793 - type: array items: *83 examples: - default-response: *761 + default-response: *762 headers: Link: *71 x-github: @@ -120142,7 +120204,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &793 + enterprise: &794 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -120200,7 +120262,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &794 + installation: &795 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -120219,7 +120281,7 @@ x-webhooks: required: - id - node_id - organization: &795 + organization: &796 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -120279,13 +120341,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &796 + repository: &797 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &828 + properties: &829 id: description: Unique identifier of the repository example: 42 @@ -120969,7 +121031,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &829 + required: &830 - archive_url - assignees_url - blobs_url @@ -121120,10 +121182,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -121199,11 +121261,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: &797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: &798 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -121426,11 +121488,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: *797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: *798 sender: *4 required: - action @@ -121613,11 +121675,11 @@ x-webhooks: - everyone required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - rule: *797 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + rule: *798 sender: *4 required: - action @@ -121701,7 +121763,7 @@ x-webhooks: type: string enum: - completed - check_run: &799 + check_run: &800 title: CheckRun description: A check performed on the code of a given code change type: object @@ -121792,7 +121854,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *798 + deployment: *799 details_url: example: https://example.com type: string @@ -121877,10 +121939,10 @@ x-webhooks: - output - app - pull_requests - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -122271,11 +122333,11 @@ x-webhooks: type: string enum: - created - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -122669,11 +122731,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 requested_action: description: The action requested by the user. type: object @@ -123076,11 +123138,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *799 - installation: *794 - enterprise: *793 - organization: *795 - repository: *796 + check_run: *800 + installation: *795 + enterprise: *794 + organization: *796 + repository: *797 sender: *4 required: - check_run @@ -124050,10 +124112,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -124752,10 +124814,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -125448,10 +125510,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -125762,20 +125824,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &800 + commit_oid: &801 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *793 - installation: *794 - organization: *795 - ref: &801 + enterprise: *794 + installation: *795 + organization: *796 + ref: &802 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -126170,12 +126232,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -126441,12 +126503,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -126778,12 +126840,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -127057,16 +127119,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *796 + repository: *797 sender: *4 required: - action @@ -127303,12 +127365,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *800 - enterprise: *793 - installation: *794 - organization: *795 - ref: *801 - repository: *796 + commit_oid: *801 + enterprise: *794 + installation: *795 + organization: *796 + ref: *802 + repository: *797 sender: *4 required: - action @@ -127619,10 +127681,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -127877,10 +127939,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -127960,18 +128022,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *795 - pusher_type: &802 + organization: *796 + pusher_type: &803 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &803 + ref: &804 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -127981,7 +128043,7 @@ x-webhooks: enum: - tag - branch - repository: *796 + repository: *797 sender: *4 required: - ref @@ -128064,9 +128126,9 @@ x-webhooks: enum: - created definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128151,9 +128213,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128231,9 +128293,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128311,9 +128373,9 @@ x-webhooks: enum: - updated definition: *306 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -128390,10 +128452,10 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - repository: *796 - organization: *795 + enterprise: *794 + installation: *795 + repository: *797 + organization: *796 sender: *4 new_property_values: type: array @@ -128478,18 +128540,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - pusher_type: *802 - ref: *803 + enterprise: *794 + installation: *795 + organization: *796 + pusher_type: *803 + ref: *804 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *796 + repository: *797 sender: *4 required: - ref @@ -128570,10 +128632,10 @@ x-webhooks: enum: - assignees_changed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -128654,10 +128716,10 @@ x-webhooks: enum: - auto_dismissed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -128739,10 +128801,10 @@ x-webhooks: enum: - auto_reopened alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -128824,10 +128886,10 @@ x-webhooks: enum: - created alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -128907,10 +128969,10 @@ x-webhooks: enum: - dismissed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -128990,10 +129052,10 @@ x-webhooks: enum: - fixed alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129074,10 +129136,10 @@ x-webhooks: enum: - reintroduced alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129157,10 +129219,10 @@ x-webhooks: enum: - reopened alert: *515 - installation: *794 - organization: *795 - enterprise: *793 - repository: *796 + installation: *795 + organization: *796 + enterprise: *794 + repository: *797 sender: *4 required: - action @@ -129237,9 +129299,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - key: &804 + enterprise: *794 + installation: *795 + key: &805 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -129275,8 +129337,8 @@ x-webhooks: - verified - created_at - read_only - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -129353,11 +129415,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - key: *804 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + key: *805 + organization: *796 + repository: *797 sender: *4 required: - action @@ -129913,12 +129975,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: &810 + workflow: &811 title: Workflow type: object nullable: true @@ -130659,15 +130721,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *805 - required: *806 + properties: *806 + required: *807 nullable: true pull_requests: type: array - items: *628 - repository: *796 - organization: *795 - installation: *794 + items: *629 + repository: *797 + organization: *796 + installation: *795 sender: *4 responses: '200': @@ -130738,7 +130800,7 @@ x-webhooks: type: string enum: - approved - approver: &807 + approver: &808 type: object properties: avatar_url: @@ -130781,11 +130843,11 @@ x-webhooks: type: string comment: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - reviewers: &808 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + reviewers: &809 type: array items: type: object @@ -130864,7 +130926,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &809 + workflow_job_run: &810 type: object properties: conclusion: @@ -131595,18 +131657,18 @@ x-webhooks: type: string enum: - rejected - approver: *807 + approver: *808 comment: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - reviewers: *808 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + reviewers: *809 sender: *4 since: type: string - workflow_job_run: *809 + workflow_job_run: *810 workflow_job_runs: type: array items: @@ -132310,13 +132372,13 @@ x-webhooks: type: string enum: - requested - enterprise: *793 + enterprise: *794 environment: type: string - installation: *794 - organization: *795 - repository: *796 - requestor: &815 + installation: *795 + organization: *796 + repository: *797 + requestor: &816 title: User type: object nullable: true @@ -134205,12 +134267,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Deployment Workflow Run type: object @@ -134890,7 +134952,7 @@ x-webhooks: type: string enum: - answered - answer: &813 + answer: &814 type: object properties: author_association: @@ -135047,11 +135109,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135178,11 +135240,11 @@ x-webhooks: - from required: - category - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135265,11 +135327,11 @@ x-webhooks: type: string enum: - closed - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135351,7 +135413,7 @@ x-webhooks: type: string enum: - created - comment: &812 + comment: &813 type: object properties: author_association: @@ -135508,11 +135570,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135595,12 +135657,12 @@ x-webhooks: type: string enum: - deleted - comment: *812 - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + comment: *813 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135695,12 +135757,12 @@ x-webhooks: - from required: - body - comment: *812 - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + comment: *813 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135784,11 +135846,11 @@ x-webhooks: type: string enum: - created - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135870,11 +135932,11 @@ x-webhooks: type: string enum: - deleted - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -135974,11 +136036,11 @@ x-webhooks: type: string required: - from - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136060,10 +136122,10 @@ x-webhooks: type: string enum: - labeled - discussion: *811 - enterprise: *793 - installation: *794 - label: &814 + discussion: *812 + enterprise: *794 + installation: *795 + label: &815 title: Label type: object properties: @@ -136095,8 +136157,8 @@ x-webhooks: - color - default - description - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136179,11 +136241,11 @@ x-webhooks: type: string enum: - locked - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136265,11 +136327,11 @@ x-webhooks: type: string enum: - pinned - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136351,11 +136413,11 @@ x-webhooks: type: string enum: - reopened - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136440,16 +136502,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *811 - new_repository: *796 + new_discussion: *812 + new_repository: *797 required: - new_discussion - new_repository - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136532,10 +136594,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *811 - old_answer: *813 - organization: *795 - repository: *796 + discussion: *812 + old_answer: *814 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136617,12 +136679,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *811 - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136705,11 +136767,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136791,11 +136853,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *811 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + discussion: *812 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -136868,7 +136930,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *793 + enterprise: *794 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -137528,9 +137590,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - forkee @@ -137676,9 +137738,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pages: description: The pages that were updated. type: array @@ -137715,7 +137777,7 @@ x-webhooks: - action - sha - html_url - repository: *796 + repository: *797 sender: *4 required: - pages @@ -137791,10 +137853,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: &816 + organization: *796 + repositories: &817 description: An array of repository objects that the installation can access. type: array @@ -137820,8 +137882,8 @@ x-webhooks: - name - full_name - private - repository: *796 - requester: *815 + repository: *797 + requester: *816 sender: *4 required: - action @@ -137896,11 +137958,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -137976,11 +138038,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138056,10 +138118,10 @@ x-webhooks: type: string enum: - added - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories_added: &817 + organization: *796 + repositories_added: &818 description: An array of repository objects, which were added to the installation. type: array @@ -138105,15 +138167,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *796 - repository_selection: &818 + repository: *797 + repository_selection: &819 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *815 + requester: *816 sender: *4 required: - action @@ -138192,10 +138254,10 @@ x-webhooks: type: string enum: - removed - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories_added: *817 + organization: *796 + repositories_added: *818 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -138222,9 +138284,9 @@ x-webhooks: - name - full_name - private - repository: *796 - repository_selection: *818 - requester: *815 + repository: *797 + repository_selection: *819 + requester: *816 sender: *4 required: - action @@ -138303,11 +138365,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138485,10 +138547,10 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 target_type: type: string @@ -138567,11 +138629,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *793 + enterprise: *794 installation: *22 - organization: *795 - repositories: *816 - repository: *796 + organization: *796 + repositories: *817 + repository: *797 requester: nullable: true sender: *4 @@ -138745,15 +138807,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true user: title: User @@ -138838,8 +138900,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -139628,8 +139690,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -139978,8 +140040,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -140059,7 +140121,7 @@ x-webhooks: type: string enum: - deleted - comment: &819 + comment: &820 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -140216,15 +140278,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *591 - required: *592 + properties: *592 + required: *593 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *593 - required: *594 + properties: *594 + required: *595 nullable: true required: - url @@ -140239,8 +140301,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141025,8 +141087,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141377,8 +141439,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -141458,7 +141520,7 @@ x-webhooks: type: string enum: - edited - changes: &848 + changes: &849 description: The changes to the comment. type: object properties: @@ -141470,9 +141532,9 @@ x-webhooks: type: string required: - from - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142260,8 +142322,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142610,8 +142672,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -142692,9 +142754,9 @@ x-webhooks: type: string enum: - pinned - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143484,8 +143546,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -143836,8 +143898,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -143917,9 +143979,9 @@ x-webhooks: type: string enum: - unpinned - comment: *819 - enterprise: *793 - installation: *794 + comment: *820 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144709,8 +144771,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145061,8 +145123,8 @@ x-webhooks: - state - locked - assignee - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145151,9 +145213,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145242,9 +145304,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145332,9 +145394,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145423,9 +145485,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -145505,10 +145567,10 @@ x-webhooks: type: string enum: - assigned - assignee: *815 - enterprise: *793 - installation: *794 - issue: &820 + assignee: *816 + enterprise: *794 + installation: *795 + issue: &821 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -146300,11 +146362,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146421,8 +146483,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -146502,8 +146564,8 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147300,11 +147362,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147556,8 +147618,8 @@ x-webhooks: required: - state - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -147636,8 +147698,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -148425,11 +148487,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148545,8 +148607,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -148625,8 +148687,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149436,11 +149498,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149535,7 +149597,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &821 + milestone: &822 title: Milestone description: A collection of related issues and pull requests. type: object @@ -149673,8 +149735,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -149773,8 +149835,8 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150566,11 +150628,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150687,9 +150749,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *814 - organization: *795 - repository: *796 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -150769,9 +150831,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 issue_field: type: object description: The issue field whose value was set or updated on the @@ -150925,8 +150987,8 @@ x-webhooks: - id required: - from - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -151006,9 +151068,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -151089,8 +151151,8 @@ x-webhooks: nullable: true required: - id - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -151170,8 +151232,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151962,11 +152024,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152083,9 +152145,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *814 - organization: *795 - repository: *796 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -152165,8 +152227,8 @@ x-webhooks: type: string enum: - locked - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -152981,11 +153043,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153079,8 +153141,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -153159,8 +153221,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153969,11 +154031,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154067,9 +154129,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *821 - organization: *795 - repository: *796 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -154932,11 +154994,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155517,8 +155579,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -156302,11 +156364,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156430,8 +156492,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -156511,9 +156573,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *793 - installation: *794 - issue: &822 + enterprise: *794 + installation: *795 + issue: &823 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -157299,11 +157361,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157419,8 +157481,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -157499,8 +157561,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -158313,11 +158375,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158412,8 +158474,8 @@ x-webhooks: user_view_type: type: string type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -159282,11 +159344,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159881,11 +159943,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *793 - installation: *794 - issue: *822 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *823 + organization: *796 + repository: *797 sender: *4 required: - action @@ -159965,12 +160027,12 @@ x-webhooks: type: string enum: - typed - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160051,7 +160113,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &851 + assignee: &852 title: User type: object nullable: true @@ -160121,11 +160183,11 @@ x-webhooks: required: - login - id - enterprise: *793 - installation: *794 - issue: *820 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *821 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160204,12 +160266,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *793 - installation: *794 - issue: *820 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *821 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -160289,8 +160351,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -161103,11 +161165,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *726 - issue_dependencies_summary: *727 + sub_issues_summary: *727 + issue_dependencies_summary: *728 issue_field_values: type: array - items: *575 + items: *576 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161201,8 +161263,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161282,11 +161344,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *793 - installation: *794 - issue: *822 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + issue: *823 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161365,12 +161427,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *793 - installation: *794 - issue: *820 + enterprise: *794 + installation: *795 + issue: *821 type: *258 - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161450,11 +161512,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161532,11 +161594,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161646,11 +161708,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - label: *814 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + label: *815 + organization: *796 + repository: *797 sender: *4 required: - action @@ -161732,9 +161794,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: &823 + enterprise: *794 + installation: *795 + marketplace_purchase: &824 title: Marketplace Purchase type: object required: @@ -161817,8 +161879,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *795 - previous_marketplace_purchase: &824 + organization: *796 + previous_marketplace_purchase: &825 title: Marketplace Purchase type: object properties: @@ -161898,7 +161960,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -161978,10 +162040,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162064,7 +162126,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -162146,10 +162208,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -162231,7 +162293,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *796 + repository: *797 sender: *4 required: - action @@ -162312,8 +162374,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 marketplace_purchase: title: Marketplace Purchase type: object @@ -162395,9 +162457,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *795 - previous_marketplace_purchase: *824 - repository: *796 + organization: *796 + previous_marketplace_purchase: *825 + repository: *797 sender: *4 required: - action @@ -162477,12 +162539,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *793 - installation: *794 - marketplace_purchase: *823 - organization: *795 - previous_marketplace_purchase: *824 - repository: *796 + enterprise: *794 + installation: *795 + marketplace_purchase: *824 + organization: *796 + previous_marketplace_purchase: *825 + repository: *797 sender: *4 required: - action @@ -162584,11 +162646,11 @@ x-webhooks: type: string required: - to - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -162688,11 +162750,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -162771,11 +162833,11 @@ x-webhooks: type: string enum: - removed - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 sender: *4 required: - action @@ -162853,11 +162915,11 @@ x-webhooks: type: string enum: - added - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 scope: description: The scope of the membership. Currently, can only be `team`. @@ -162933,7 +162995,7 @@ x-webhooks: required: - login - id - team: &825 + team: &826 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -163156,11 +163218,11 @@ x-webhooks: type: string enum: - removed - enterprise: *793 - installation: *794 - member: *815 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + member: *816 + organization: *796 + repository: *797 scope: description: The scope of the membership. Currently, can only be `team`. @@ -163237,7 +163299,7 @@ x-webhooks: required: - login - id - team: *825 + team: *826 required: - action - scope @@ -163319,8 +163381,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *794 - merge_group: &827 + installation: *795 + merge_group: &828 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -163339,15 +163401,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *826 + head_commit: *827 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163433,10 +163495,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *794 - merge_group: *827 - organization: *795 - repository: *796 + installation: *795 + merge_group: *828 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163509,7 +163571,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 + enterprise: *794 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -163618,16 +163680,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *794 - organization: *795 + installation: *795 + organization: *796 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -163708,11 +163770,11 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -163791,9 +163853,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - milestone: &830 + enterprise: *794 + installation: *795 + milestone: &831 title: Milestone description: A collection of related issues and pull requests. type: object @@ -163930,8 +163992,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164010,11 +164072,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164124,11 +164186,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - milestone: *821 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *822 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164208,11 +164270,11 @@ x-webhooks: type: string enum: - opened - enterprise: *793 - installation: *794 - milestone: *830 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + milestone: *831 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164291,11 +164353,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *815 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + blocked_user: *816 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164374,11 +164436,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *815 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + blocked_user: *816 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164457,9 +164519,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - membership: &831 + enterprise: *794 + installation: *795 + membership: &832 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -164566,8 +164628,8 @@ x-webhooks: - role - organization_url - user - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164645,11 +164707,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -164728,8 +164790,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -164845,10 +164907,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 - user: *815 + user: *816 required: - action - invitation @@ -164926,11 +164988,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165017,11 +165079,11 @@ x-webhooks: properties: from: type: string - enterprise: *793 - installation: *794 - membership: *831 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + membership: *832 + organization: *796 + repository: *797 sender: *4 required: - action @@ -165098,9 +165160,9 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 package: description: Information about the package. type: object @@ -165599,7 +165661,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &832 + items: &833 title: Ruby Gems metadata type: object properties: @@ -165694,7 +165756,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -165770,9 +165832,9 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 package: description: Information about the package. type: object @@ -166125,7 +166187,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *832 + items: *833 source_url: type: string format: uri @@ -166195,7 +166257,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -166371,12 +166433,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *793 + enterprise: *794 id: type: integer - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - id @@ -166453,7 +166515,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &833 + personal_access_token_request: &834 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -166599,10 +166661,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *793 - organization: *795 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -166679,11 +166741,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *833 - enterprise: *793 - organization: *795 + personal_access_token_request: *834 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -166759,11 +166821,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *833 - enterprise: *793 - organization: *795 + personal_access_token_request: *834 + enterprise: *794 + organization: *796 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -166838,11 +166900,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *833 - organization: *795 - enterprise: *793 + personal_access_token_request: *834 + organization: *796 + enterprise: *794 sender: *4 - installation: *794 + installation: *795 required: - action - personal_access_token_request @@ -166947,7 +167009,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *834 + last_response: *835 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -166979,8 +167041,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 zen: description: Random string of GitHub zen. @@ -167225,10 +167287,10 @@ x-webhooks: - from required: - note - enterprise: *793 - installation: *794 - organization: *795 - project_card: &835 + enterprise: *794 + installation: *795 + organization: *796 + project_card: &836 title: Project Card type: object properties: @@ -167347,7 +167409,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -167428,11 +167490,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project_card: *835 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_card: *836 + repository: *797 sender: *4 required: - action @@ -167512,9 +167574,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 project_card: title: Project Card type: object @@ -167642,8 +167704,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -167737,11 +167799,11 @@ x-webhooks: - from required: - note - enterprise: *793 - installation: *794 - organization: *795 - project_card: *835 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_card: *836 + repository: *797 sender: *4 required: - action @@ -167835,9 +167897,9 @@ x-webhooks: - from required: - column_id - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 project_card: allOf: - title: Project Card @@ -168027,7 +168089,7 @@ x-webhooks: type: string required: - after_id - repository: *796 + repository: *797 sender: *4 required: - action @@ -168107,10 +168169,10 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - organization: *795 - project: &837 + enterprise: *794 + installation: *795 + organization: *796 + project: &838 title: Project type: object properties: @@ -168234,7 +168296,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -168314,10 +168376,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project_column: &836 + enterprise: *794 + installation: *795 + organization: *796 + project_column: &837 title: Project Column type: object properties: @@ -168356,7 +168418,7 @@ x-webhooks: - name - created_at - updated_at - repository: *796 + repository: *797 sender: *4 required: - action @@ -168435,18 +168497,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -168536,11 +168598,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 + repository: *797 sender: *4 required: - action @@ -168620,11 +168682,11 @@ x-webhooks: type: string enum: - moved - enterprise: *793 - installation: *794 - organization: *795 - project_column: *836 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project_column: *837 + repository: *797 sender: *4 required: - action @@ -168704,11 +168766,11 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -168788,18 +168850,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - project: *837 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *828 - required: *829 + properties: *829 + required: *830 nullable: true sender: *4 required: @@ -168901,11 +168963,11 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -168984,11 +169046,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 - organization: *795 - project: *837 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + project: *838 + repository: *797 sender: *4 required: - action @@ -169069,8 +169131,8 @@ x-webhooks: type: string enum: - closed - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169152,8 +169214,8 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169235,8 +169297,8 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169354,8 +169416,8 @@ x-webhooks: type: string to: type: string - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -169439,7 +169501,7 @@ x-webhooks: type: string enum: - archived - changes: &841 + changes: &842 type: object properties: archived_at: @@ -169453,9 +169515,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *794 - organization: *795 - projects_v2_item: &838 + installation: *795 + organization: *796 + projects_v2_item: &839 title: Projects v2 Item description: An item belonging to a project type: object @@ -169590,9 +169652,9 @@ x-webhooks: nullable: true to: type: string - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -169674,9 +169736,9 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -169757,9 +169819,9 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -169865,7 +169927,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &839 + - &840 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -169887,7 +169949,7 @@ x-webhooks: required: - id - name - - &840 + - &841 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -169921,8 +169983,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *839 - *840 + - *841 required: - field_value - type: object @@ -169938,9 +170000,9 @@ x-webhooks: nullable: true required: - body - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170035,9 +170097,9 @@ x-webhooks: to: type: string nullable: true - installation: *794 - organization: *795 - projects_v2_item: *838 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170120,10 +170182,10 @@ x-webhooks: type: string enum: - restored - changes: *841 - installation: *794 - organization: *795 - projects_v2_item: *838 + changes: *842 + installation: *795 + organization: *796 + projects_v2_item: *839 sender: *4 required: - action @@ -170205,8 +170267,8 @@ x-webhooks: type: string enum: - reopened - installation: *794 - organization: *795 + installation: *795 + organization: *796 projects_v2: *292 sender: *4 required: @@ -170288,14 +170350,14 @@ x-webhooks: type: string enum: - created - installation: *794 - organization: *795 - projects_v2_status_update: &844 + installation: *795 + organization: *796 + projects_v2_status_update: &845 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *842 - required: *843 + properties: *843 + required: *844 sender: *4 required: - action @@ -170376,9 +170438,9 @@ x-webhooks: type: string enum: - deleted - installation: *794 - organization: *795 - projects_v2_status_update: *844 + installation: *795 + organization: *796 + projects_v2_status_update: *845 sender: *4 required: - action @@ -170514,9 +170576,9 @@ x-webhooks: type: string format: date nullable: true - installation: *794 - organization: *795 - projects_v2_status_update: *844 + installation: *795 + organization: *796 + projects_v2_status_update: *845 sender: *4 required: - action @@ -170587,10 +170649,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - repository @@ -170667,13 +170729,13 @@ x-webhooks: type: string enum: - assigned - assignee: *815 - enterprise: *793 - installation: *794 - number: &845 + assignee: *816 + enterprise: *794 + installation: *795 + number: &846 description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -172835,7 +172897,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -172961,7 +173023,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -173043,11 +173105,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -175202,7 +175264,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -175330,7 +175392,7 @@ x-webhooks: - draft reason: type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -175412,11 +175474,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -177571,7 +177633,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -177699,7 +177761,7 @@ x-webhooks: - draft reason: type: string - repository: *796 + repository: *797 sender: *4 required: - action @@ -177781,13 +177843,13 @@ x-webhooks: type: string enum: - closed - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: &846 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: &847 allOf: - - *628 + - *629 - type: object properties: allow_auto_merge: @@ -177849,7 +177911,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *796 + repository: *797 sender: *4 required: - action @@ -177930,12 +177992,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -178015,11 +178077,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *793 - milestone: *611 - number: *845 - organization: *795 - pull_request: &847 + enterprise: *794 + milestone: *612 + number: *846 + organization: *796 + pull_request: &848 title: Pull Request type: object properties: @@ -180175,7 +180237,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -180301,7 +180363,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -180380,11 +180442,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -182544,7 +182606,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -182685,7 +182747,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *796 + repository: *797 sender: *4 required: - action @@ -182809,12 +182871,12 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -182894,11 +182956,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -185058,7 +185120,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -185184,7 +185246,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -185264,11 +185326,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *793 - installation: *794 - label: *814 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + label: *815 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -187429,7 +187491,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -187555,7 +187617,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -187636,10 +187698,10 @@ x-webhooks: type: string enum: - locked - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -189798,7 +189860,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189924,7 +189986,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -190004,12 +190066,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *793 - milestone: *611 - number: *845 - organization: *795 - pull_request: *847 - repository: *796 + enterprise: *794 + milestone: *612 + number: *846 + organization: *796 + pull_request: *848 + repository: *797 sender: *4 required: - action @@ -190088,12 +190150,12 @@ x-webhooks: type: string enum: - opened - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -190174,12 +190236,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -190259,12 +190321,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *793 - installation: *794 - number: *845 - organization: *795 - pull_request: *846 - repository: *796 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 + pull_request: *847 + repository: *797 sender: *4 required: - action @@ -190630,9 +190692,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -192686,7 +192748,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -192807,7 +192869,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -192887,7 +192949,7 @@ x-webhooks: type: string enum: - deleted - comment: &849 + comment: &850 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -193172,9 +193234,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -195216,7 +195278,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -195337,7 +195399,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -195417,11 +195479,11 @@ x-webhooks: type: string enum: - edited - changes: *848 - comment: *849 - enterprise: *793 - installation: *794 - organization: *795 + changes: *849 + comment: *850 + enterprise: *794 + installation: *795 + organization: *796 pull_request: type: object properties: @@ -197466,7 +197528,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -197587,7 +197649,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *796 + repository: *797 sender: *4 required: - action @@ -197668,9 +197730,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -199725,7 +199787,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -199848,7 +199910,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 review: description: The review that was affected. type: object @@ -200095,9 +200157,9 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -202147,8 +202209,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 - review: &850 + repository: *797 + review: &851 description: The review that was affected. type: object properties: @@ -202381,12 +202443,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -204548,7 +204610,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -204674,7 +204736,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_reviewer: title: User type: object @@ -204758,12 +204820,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -206932,7 +206994,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -207058,7 +207120,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_team: title: Team description: Groups of organization members that gives permissions @@ -207250,12 +207312,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -209418,7 +209480,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -209545,7 +209607,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_reviewer: title: User type: object @@ -209630,12 +209692,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *793 - installation: *794 + enterprise: *794 + installation: *795 number: description: The pull request number. type: integer - organization: *795 + organization: *796 pull_request: title: Pull Request type: object @@ -211789,7 +211851,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211916,7 +211978,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 requested_team: title: Team description: Groups of organization members that gives permissions @@ -212097,9 +212159,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -214156,7 +214218,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -214279,8 +214341,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 - review: *850 + repository: *797 + review: *851 sender: *4 required: - action @@ -214360,9 +214422,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -216328,7 +216390,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -216451,7 +216513,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 sender: *4 thread: type: object @@ -216838,9 +216900,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 pull_request: title: Simple Pull Request type: object @@ -218793,7 +218855,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: type: string enum: @@ -218915,7 +218977,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *796 + repository: *797 sender: *4 thread: type: object @@ -219299,11 +219361,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *793 - installation: *794 - stack: *625 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + stack: *626 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -221464,7 +221526,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -221590,7 +221652,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -221676,10 +221738,10 @@ x-webhooks: type: string before: type: string - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -223829,7 +223891,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -223955,7 +224017,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -224037,11 +224099,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *851 - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + assignee: *852 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -226203,7 +226265,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -226329,7 +226391,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -226408,11 +226470,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *793 - installation: *794 - label: *814 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + label: *815 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -228564,7 +228626,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228690,7 +228752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -228771,10 +228833,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *793 - installation: *794 - number: *845 - organization: *795 + enterprise: *794 + installation: *795 + number: *846 + organization: *796 pull_request: title: Pull Request type: object @@ -230919,7 +230981,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *625 + stack: *626 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -231044,7 +231106,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *796 + repository: *797 sender: *4 required: - action @@ -231244,7 +231306,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *793 + enterprise: *794 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -231336,8 +231398,8 @@ x-webhooks: - url - author - committer - installation: *794 - organization: *795 + installation: *795 + organization: *796 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -231923,9 +231985,9 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 registry_package: type: object properties: @@ -232371,7 +232433,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *832 + items: *833 summary: type: string tag_name: @@ -232425,7 +232487,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -232503,9 +232565,9 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 registry_package: type: object properties: @@ -232813,7 +232875,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *832 + items: *833 summary: type: string tag_name: @@ -232862,7 +232924,7 @@ x-webhooks: - owner - package_version - registry - repository: *796 + repository: *797 sender: *4 required: - action @@ -232939,10 +233001,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - release: &852 + enterprise: *794 + installation: *795 + organization: *796 + release: &853 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -233260,7 +233322,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *796 + repository: *797 sender: *4 required: - action @@ -233337,11 +233399,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -233458,11 +233520,11 @@ x-webhooks: type: boolean required: - to - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -233540,9 +233602,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -233864,7 +233926,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *796 + repository: *797 sender: *4 required: - action @@ -233940,10 +234002,10 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - release: &853 + enterprise: *794 + installation: *795 + organization: *796 + release: &854 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -234262,7 +234324,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *796 + repository: *797 sender: *4 required: - action @@ -234338,11 +234400,11 @@ x-webhooks: type: string enum: - released - enterprise: *793 - installation: *794 - organization: *795 - release: *852 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *853 + repository: *797 sender: *4 required: - action @@ -234418,11 +234480,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *793 - installation: *794 - organization: *795 - release: *853 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + release: *854 + repository: *797 sender: *4 required: - action @@ -234498,11 +234560,11 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - repository_advisory: *713 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + repository_advisory: *714 sender: *4 required: - action @@ -234578,11 +234640,11 @@ x-webhooks: type: string enum: - reported - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - repository_advisory: *713 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + repository_advisory: *714 sender: *4 required: - action @@ -234658,10 +234720,10 @@ x-webhooks: type: string enum: - archived - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -234738,10 +234800,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -234819,10 +234881,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -234906,10 +234968,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235021,10 +235083,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235096,10 +235158,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 status: type: string @@ -235180,10 +235242,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235260,10 +235322,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235357,10 +235419,10 @@ x-webhooks: - name required: - repository - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235440,10 +235502,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 sender: *4 required: @@ -235522,10 +235584,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 sender: *4 required: @@ -235604,10 +235666,10 @@ x-webhooks: type: string enum: - edited - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 repository_ruleset: *340 changes: type: object @@ -235669,16 +235731,16 @@ x-webhooks: properties: added: type: array - items: *649 + items: *650 deleted: type: array - items: *649 + items: *650 updated: type: array items: type: object properties: - rule: *649 + rule: *650 changes: type: object properties: @@ -235912,10 +235974,10 @@ x-webhooks: - from required: - owner - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -235993,10 +236055,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236074,7 +236136,7 @@ x-webhooks: type: string enum: - create - alert: &854 + alert: &855 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -236196,10 +236258,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236405,10 +236467,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236486,11 +236548,11 @@ x-webhooks: type: string enum: - reopen - alert: *854 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *855 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236689,10 +236751,10 @@ x-webhooks: enum: - fixed - open - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -236770,7 +236832,7 @@ x-webhooks: type: string enum: - assigned - alert: &856 + alert: &857 type: object properties: number: *189 @@ -236920,12 +236982,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *855 + metadata: *856 assignee: *4 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237003,11 +237065,11 @@ x-webhooks: type: string enum: - created - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237088,11 +237150,11 @@ x-webhooks: type: string enum: - created - alert: *856 - installation: *794 - location: *857 - organization: *795 - repository: *796 + alert: *857 + installation: *795 + location: *858 + organization: *796 + repository: *797 sender: *4 required: - location @@ -237330,11 +237392,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237411,11 +237473,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237492,11 +237554,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237574,11 +237636,11 @@ x-webhooks: type: string enum: - reopened - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237656,11 +237718,11 @@ x-webhooks: type: string enum: - resolved - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237738,12 +237800,12 @@ x-webhooks: type: string enum: - unassigned - alert: *856 + alert: *857 assignee: *4 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237821,11 +237883,11 @@ x-webhooks: type: string enum: - validated - alert: *856 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + alert: *857 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -237951,10 +238013,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *796 - enterprise: *793 - installation: *794 - organization: *795 + repository: *797 + enterprise: *794 + installation: *795 + organization: *796 sender: *4 required: - action @@ -238032,11 +238094,11 @@ x-webhooks: type: string enum: - published - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - security_advisory: &858 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + security_advisory: &859 description: The details of the security advisory, including summary, description, and severity. type: object @@ -238207,11 +238269,11 @@ x-webhooks: type: string enum: - updated - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 - security_advisory: *858 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 + security_advisory: *859 sender: *4 required: - action @@ -238284,10 +238346,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -238460,9 +238522,9 @@ x-webhooks: type: object properties: security_and_analysis: *313 - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: *360 sender: *4 required: @@ -238541,12 +238603,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: &859 + sponsorship: &860 type: object properties: created_at: @@ -238847,12 +238909,12 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -238940,12 +239002,12 @@ x-webhooks: type: string required: - from - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -239022,17 +239084,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &860 + effective_date: &861 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - sponsorship @@ -239106,7 +239168,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &861 + changes: &862 type: object properties: tier: @@ -239150,13 +239212,13 @@ x-webhooks: - from required: - tier - effective_date: *860 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + effective_date: *861 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -239233,13 +239295,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *861 - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + changes: *862 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - sponsorship: *859 + sponsorship: *860 required: - action - changes @@ -239313,10 +239375,10 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -239399,10 +239461,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -239822,15 +239884,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *793 + enterprise: *794 id: description: The unique identifier of the status. type: integer - installation: *794 + installation: *795 name: type: string - organization: *795 - repository: *796 + organization: *796 + repository: *797 sender: *4 sha: description: The Commit SHA. @@ -239945,9 +240007,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240036,9 +240098,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240127,9 +240189,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240218,9 +240280,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *794 - organization: *795 - repository: *796 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -240296,12 +240358,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - team: &862 + team: &863 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -240524,9 +240586,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -240984,7 +241046,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -241060,9 +241122,9 @@ x-webhooks: type: string enum: - created - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -241520,7 +241582,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -241597,9 +241659,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -242057,7 +242119,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -242201,9 +242263,9 @@ x-webhooks: - from required: - permissions - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -242661,7 +242723,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - changes @@ -242739,9 +242801,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *793 - installation: *794 - organization: *795 + enterprise: *794 + installation: *795 + organization: *796 repository: title: Repository description: A git repository @@ -243199,7 +243261,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *862 + team: *863 required: - action - team @@ -243275,10 +243337,10 @@ x-webhooks: type: string enum: - started - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 required: - action @@ -243351,16 +243413,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *793 + enterprise: *794 inputs: type: object nullable: true additionalProperties: true - installation: *794 - organization: *795 + installation: *795 + organization: *796 ref: type: string - repository: *796 + repository: *797 sender: *4 workflow: type: string @@ -243442,10 +243504,10 @@ x-webhooks: type: string enum: - completed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: allOf: @@ -243761,10 +243823,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: allOf: @@ -244103,10 +244165,10 @@ x-webhooks: type: string enum: - queued - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: type: object @@ -244320,10 +244382,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 workflow_job: type: object @@ -244539,12 +244601,12 @@ x-webhooks: type: string enum: - completed - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object @@ -245543,12 +245605,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object @@ -246532,12 +246594,12 @@ x-webhooks: type: string enum: - requested - enterprise: *793 - installation: *794 - organization: *795 - repository: *796 + enterprise: *794 + installation: *795 + organization: *796 + repository: *797 sender: *4 - workflow: *810 + workflow: *811 workflow_run: title: Workflow Run type: object diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.json b/descriptions/api.github.com/dereferenced/api.github.com.deref.json index 6a801fd90f..c8a430acc0 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.json @@ -62812,6 +62812,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -62961,6 +62970,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -105348,126 +105360,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -231478,17 +231378,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -280442,126 +280339,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -317323,6 +317108,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -317337,7 +317131,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -317500,6 +317295,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -317522,6 +317325,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -419439,6 +419247,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -426248,6 +426079,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -458034,6 +457888,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -458524,6 +458401,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -459247,6 +459147,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -466832,6 +466755,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -467342,6 +467288,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -467887,6 +467856,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -497997,6 +497989,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -498487,6 +498502,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -510719,6 +510757,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -511797,6 +511858,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512306,6 +512390,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512816,6 +512923,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -513361,6 +513491,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -571084,7 +571237,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -574704,7 +574857,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -593834,17 +593987,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -704399,126 +704549,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml index f4739ca9e4..83ad9ba0bc 100644 --- a/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions/api.github.com/dereferenced/api.github.com.deref.yaml @@ -1081,7 +1081,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &718 + - &719 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -14496,7 +14496,7 @@ paths: properties: action: type: string - discussion: &814 + discussion: &815 title: Discussion description: A Discussion in a repository. type: object @@ -15241,7 +15241,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &729 + sub_issues_summary: &730 title: Sub-issues Summary type: object properties: @@ -15328,7 +15328,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &594 + properties: &595 pinned_at: type: string format: date-time @@ -15340,7 +15340,7 @@ paths: properties: *20 required: *21 nullable: true - required: &595 + required: &596 - pinned_at - pinned_by nullable: true @@ -15349,13 +15349,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &596 + properties: &597 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &597 + required: &598 - reason nullable: true required: &91 @@ -15368,7 +15368,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &730 + issue_dependencies_summary: &731 title: Issue Dependencies Summary type: object properties: @@ -15387,7 +15387,7 @@ paths: - total_blocking issue_field_values: type: array - items: &578 + items: &579 title: Issue Field Value description: A value assigned to an issue field type: object @@ -16224,7 +16224,7 @@ paths: type: string release: allOf: - - &642 + - &643 title: Release description: A release. type: object @@ -16295,7 +16295,7 @@ paths: author: *4 assets: type: array - items: &643 + items: &644 title: Release Asset description: Data related to a release. type: object @@ -16915,7 +16915,7 @@ paths: url: type: string format: uri - user: &738 + user: &739 title: Public User description: Public User type: object @@ -20114,6 +20114,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -20214,6 +20220,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -20333,7 +20341,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &617 + - &618 name: all description: If `true`, show notifications marked as read. in: query @@ -20341,7 +20349,7 @@ paths: schema: type: boolean default: false - - &618 + - &619 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -20351,7 +20359,7 @@ paths: type: boolean default: false - *96 - - &619 + - &620 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -20887,7 +20895,7 @@ paths: - url - subscription_url examples: - default: &620 + default: &621 value: - id: '1' repository: @@ -22801,7 +22809,7 @@ paths: parameters: - *79 - *125 - - &790 + - &791 name: month description: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the @@ -22913,7 +22921,7 @@ paths: - *125 - *126 - *127 - - &791 + - &792 name: repository description: The repository name to query for usage in the format owner/repository. in: query @@ -22921,7 +22929,7 @@ paths: schema: type: string - *130 - - &792 + - &793 name: sku description: The SKU to query for usage. in: query @@ -30568,12 +30576,12 @@ paths: required: - subject_digests examples: - default: &771 + default: &772 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &772 + withPredicateType: &773 value: subject_digests: - sha256:abc123 @@ -30631,7 +30639,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &773 + default: &774 value: attestations_subject_digests: - sha256:abc: @@ -30999,94 +31007,12 @@ paths: default: &419 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -42767,7 +42693,7 @@ paths: parameters: - *79 - *271 - - &754 + - &755 name: repo_name description: repo_name parameter in: path @@ -43826,7 +43752,7 @@ paths: - nuget - container - *79 - - &755 + - &756 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -43867,7 +43793,7 @@ paths: default: *278 '403': *29 '401': *25 - '400': &757 + '400': &758 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -45964,7 +45890,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &846 + properties: &847 id: type: number description: The unique identifier of the status update. @@ -46012,7 +45938,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &847 + required: &848 - id - node_id - created_at @@ -46452,7 +46378,7 @@ paths: - review_comment - self author_association: *86 - auto_merge: &627 + auto_merge: &628 title: Auto merge description: The status of auto merging a pull request. type: object @@ -46477,7 +46403,7 @@ paths: - commit_title - commit_message nullable: true - stack: &628 + stack: &629 title: Pull Request Stack description: The stack information associated with a pull request. @@ -46941,7 +46867,7 @@ paths: - updated_at - project_url examples: - default: &777 + default: &778 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47118,7 +47044,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &778 + items: &779 type: object properties: name: @@ -47155,7 +47081,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &779 + iteration_configuration: &780 type: object description: The configuration for iteration fields. properties: @@ -47205,7 +47131,7 @@ paths: value: name: Due date data_type: date - single_select_field: &780 + single_select_field: &781 summary: Create a single select field value: name: Priority @@ -47232,7 +47158,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &781 + iteration_field: &782 summary: Create an iteration field value: name: Sprint @@ -47258,7 +47184,7 @@ paths: application/json: schema: *299 examples: - text_field: &782 + text_field: &783 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -47267,7 +47193,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &783 + number_field: &784 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -47276,7 +47202,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &784 + date_field: &785 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -47285,7 +47211,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &785 + single_select_field: &786 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -47319,7 +47245,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &786 + iteration_field: &787 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -47365,7 +47291,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-organization parameters: - *295 - - &787 + - &788 name: field_id description: The unique identifier of the field. in: path @@ -47380,7 +47306,7 @@ paths: application/json: schema: *299 examples: - default: &788 + default: &789 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -48577,7 +48503,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &768 + schema: &769 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -48754,7 +48680,7 @@ paths: parameters: - *295 - *79 - - &789 + - &790 name: view_number description: The number that identifies the project view. in: path @@ -50745,7 +50671,7 @@ paths: - *79 - *17 - *19 - - &651 + - &652 name: targets description: | A comma-separated list of rule targets to filter by. @@ -51027,7 +50953,7 @@ paths: - repository_property rules: type: array - items: &652 + items: &653 title: Repository Rule type: object description: A repository rule. @@ -51089,7 +51015,7 @@ paths: type: string enum: - required_linear_history - - &649 + - &650 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -51728,7 +51654,7 @@ paths: type: boolean description: Copilot automatically reviews each new push to the pull request. - - &650 + - &651 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -52040,7 +51966,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *79 - - &653 + - &654 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -52055,7 +51981,7 @@ paths: in: query schema: type: string - - &654 + - &655 name: time_period description: |- The time period to filter by. @@ -52071,14 +51997,14 @@ paths: - week - month default: day - - &655 + - &656 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &656 + - &657 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -52091,7 +52017,7 @@ paths: - bypass - all default: all - - &657 + - &658 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -52114,7 +52040,7 @@ paths: description: Response content: application/json: - schema: &658 + schema: &659 title: Rule Suites description: Response type: array @@ -52169,7 +52095,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &659 + default: &660 value: - id: 21 actor_id: 12 @@ -52213,7 +52139,7 @@ paths: url: https://docs.github.com/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *79 - - &660 + - &661 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -52229,7 +52155,7 @@ paths: description: Response content: application/json: - schema: &661 + schema: &662 title: Rule Suite description: Response type: object @@ -52328,7 +52254,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &662 + default: &663 value: id: 21 actor_id: 12 @@ -52575,7 +52501,7 @@ paths: type: string format: date-time examples: - default: &664 + default: &665 value: - version_id: 3 actor: @@ -52628,7 +52554,7 @@ paths: description: Response content: application/json: - schema: &665 + schema: &666 allOf: - *345 - type: object @@ -52700,7 +52626,7 @@ paths: url: https://docs.github.com/rest/secret-scanning/secret-scanning#list-secret-scanning-alerts-for-an-organization parameters: - *79 - - &666 + - &667 name: state in: query description: Set to `open` or `resolved` to only list secret scanning alerts @@ -52711,7 +52637,7 @@ paths: enum: - open - resolved - - &667 + - &668 name: secret_type in: query description: A comma-separated list of secret types to return. All default @@ -52721,7 +52647,7 @@ paths: required: false schema: type: string - - &668 + - &669 name: exclude_secret_types in: query description: A comma-separated list of secret types to exclude from the results. @@ -52732,7 +52658,7 @@ paths: required: false schema: type: string - - &669 + - &670 name: exclude_providers in: query description: |- @@ -52743,7 +52669,7 @@ paths: required: false schema: type: string - - &670 + - &671 name: providers in: query description: |- @@ -52754,7 +52680,7 @@ paths: required: false schema: type: string - - &671 + - &672 name: resolution in: query description: A comma-separated list of resolutions. Only secret scanning alerts @@ -52763,7 +52689,7 @@ paths: required: false schema: type: string - - &672 + - &673 name: assignee in: query description: Filters alerts by assignee. Use `*` to get all assigned alerts, @@ -52782,7 +52708,7 @@ paths: all-unassigned: value: none summary: Filter for all unassigned alerts - - &673 + - &674 name: sort description: The property to sort the results by. `created` means when the alert was created. `updated` means when the alert was updated or resolved. @@ -52797,7 +52723,7 @@ paths: - *63 - *19 - *17 - - &674 + - &675 name: before description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -52807,7 +52733,7 @@ paths: required: false schema: type: string - - &675 + - &676 name: after description: A cursor, as given in the [Link header](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -52817,7 +52743,7 @@ paths: required: false schema: type: string - - &676 + - &677 name: validity in: query description: A comma-separated list of validities that, when present, will @@ -52826,7 +52752,7 @@ paths: required: false schema: type: string - - &677 + - &678 name: is_publicly_leaked in: query description: A boolean value representing whether or not to filter alerts @@ -52835,7 +52761,7 @@ paths: schema: type: boolean default: false - - &678 + - &679 name: is_multi_repo in: query description: A boolean value representing whether or not to filter alerts @@ -52844,7 +52770,7 @@ paths: schema: type: boolean default: false - - &679 + - &680 name: hide_secret in: query description: A boolean value representing whether or not to hide literal secrets @@ -52853,7 +52779,7 @@ paths: schema: type: boolean default: false - - &680 + - &681 name: is_bypassed in: query description: A boolean value (`true` or `false`) indicating whether to filter @@ -52864,7 +52790,7 @@ paths: required: false schema: type: boolean - - &681 + - &682 name: included_metadata in: query description: |- @@ -52875,7 +52801,7 @@ paths: required: false schema: type: string - - &682 + - &683 name: owner_email_hash in: query description: |- @@ -52913,14 +52839,14 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: &683 + state: &684 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &684 + resolution: &685 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -53037,8 +52963,8 @@ paths: pull request. ' - oneOf: &685 - - &687 + oneOf: &686 + - &688 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -53096,7 +53022,7 @@ paths: - blob_url - commit_sha - commit_url - - &688 + - &689 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -53151,7 +53077,7 @@ paths: - page_url - commit_sha - commit_url - - &689 + - &690 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -53171,7 +53097,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &690 + - &691 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -53191,7 +53117,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &691 + - &692 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -53211,7 +53137,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &692 + - &693 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -53225,7 +53151,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &693 + - &694 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -53239,7 +53165,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &694 + - &695 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -53253,7 +53179,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &695 + - &696 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -53273,7 +53199,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &696 + - &697 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -53293,7 +53219,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &697 + - &698 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -53313,7 +53239,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &698 + - &699 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -53333,7 +53259,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &699 + - &700 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -53585,7 +53511,7 @@ paths: subcategory: custom-patterns parameters: - *79 - - &700 + - &701 name: state description: Filter custom patterns by state. When absent, returns patterns in all states. @@ -53596,7 +53522,7 @@ paths: enum: - published - unpublished - - &701 + - &702 name: push_protection description: Filter custom patterns by whether push protection is enabled. When absent, returns patterns regardless of push protection status. @@ -53607,7 +53533,7 @@ paths: enum: - enabled - disabled - - &702 + - &703 name: sort description: The property to sort the results by. in: query @@ -53701,7 +53627,7 @@ paths: - state - push_protection_enabled examples: - default: &703 + default: &704 value: - id: 1 name: Example Custom Pattern @@ -53764,7 +53690,7 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: &704 + items: &705 title: Secret Scanning Custom Pattern To Create description: A custom pattern to create in a bulk operation. type: object @@ -53801,7 +53727,7 @@ paths: items: type: string examples: - default: &705 + default: &706 value: patterns: - name: Example Custom Pattern @@ -53827,7 +53753,7 @@ paths: description: The list of successfully created custom patterns. items: *346 examples: - default: &706 + default: &707 value: created_patterns: - id: 1 @@ -53879,7 +53805,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: &707 + items: &708 title: Secret Scanning Custom Pattern Validation Error description: A validation error for a custom pattern in a batch operation. @@ -53890,17 +53816,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -53936,7 +53859,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: &708 + items: &709 title: Secret Scanning Custom Pattern To Delete description: A custom pattern to delete in a bulk operation. type: object @@ -53959,7 +53882,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: &709 + default: &710 value: patterns: - pattern_id: 2 @@ -54005,7 +53928,7 @@ paths: required: true content: application/json: - schema: &710 + schema: &711 title: Secret Scanning Custom Pattern To Update description: Fields to update on a custom pattern. At least one updatable field (`pattern`, `start_delimiter`, `end_delimiter`, `must_match`, @@ -54046,7 +53969,7 @@ paths: type: string custom_pattern_version: *347 examples: - default: &711 + default: &712 value: pattern: updated_secret_[0-9A-Z]{16} start_delimiter: "[^0-9A-Za-z]" @@ -54063,7 +53986,7 @@ paths: application/json: schema: *346 examples: - default: &712 + default: &713 value: id: 1 name: Example Custom Pattern @@ -54367,7 +54290,7 @@ paths: application/json: schema: type: array - items: &716 + items: &717 description: A repository security advisory. type: object properties: @@ -54690,7 +54613,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &717 + default: &718 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -56554,7 +56477,7 @@ paths: application/json: schema: type: array - items: &732 + items: &733 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -56673,7 +56596,7 @@ paths: - type - url examples: - default: &733 + default: &734 value: - login: octocat id: 1 @@ -56759,7 +56682,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &734 + response-if-user-is-a-team-maintainer: &735 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -56824,7 +56747,7 @@ paths: application/json: schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: &735 + response-if-users-membership-with-team-is-now-pending: &736 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -56938,7 +56861,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &736 + schema: &737 title: Team Repository description: A team's access to a repository. type: object @@ -57680,7 +57603,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: &737 + response-if-child-teams-exist: &738 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -63349,7 +63272,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &808 + properties: &809 url: type: string format: uri @@ -63434,7 +63357,7 @@ paths: nullable: true properties: *84 required: *85 - required: &809 + required: &810 - id - node_id - sha @@ -69554,7 +69477,7 @@ paths: check. type: array items: *94 - deployment: &801 + deployment: &802 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -70466,7 +70389,7 @@ paths: type: string format: date-time nullable: true - head_commit: &829 + head_commit: &830 title: Simple Commit description: A commit. type: object @@ -71642,6 +71565,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -71653,6 +71583,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *445 '404': *6 '503': *123 @@ -71713,6 +71644,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -71722,6 +71659,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -75209,14 +75148,14 @@ paths: type: integer machines: type: array - items: &743 + items: &744 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *482 required: *483 examples: - default: &744 + default: &745 value: total_count: 2 machines: @@ -76854,7 +76793,7 @@ paths: type: array items: *494 examples: - default: &635 + default: &636 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -77145,7 +77084,7 @@ paths: type: array items: *498 examples: - default: &626 + default: &627 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -77703,7 +77642,7 @@ paths: application/json: schema: *494 examples: - default: &613 + default: &614 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -78362,7 +78301,7 @@ paths: application/json: schema: type: array - items: &721 + items: &722 title: Status description: The status of a commit. type: object @@ -79331,7 +79270,7 @@ paths: - size - type - url - - &640 + - &641 title: Content File description: Content File type: object @@ -79975,7 +79914,7 @@ paths: items: type: object properties: - placeholder_id: &713 + placeholder_id: &714 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -86054,7 +85993,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &838 + last_response: &839 title: Hook Response type: object properties: @@ -87106,7 +87045,7 @@ paths: parameters: - *359 - *360 - - &766 + - &767 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -87825,7 +87764,7 @@ paths: type: array items: *561 examples: - default: &759 + default: &760 value: - id: 1 repository: @@ -89498,6 +89437,30 @@ paths: nullable: true properties: *571 required: *572 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &578 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *86 lock_reason: type: string @@ -90827,7 +90790,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &581 + - &582 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -90870,6 +90833,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - label - id @@ -90881,7 +90855,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &582 + - &583 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -90924,6 +90898,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - label - id @@ -90959,6 +90944,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - id - node_id @@ -91017,7 +91013,7 @@ paths: - performed_via_github_app - assignee - assigner - - &583 + - &584 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -91068,7 +91064,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &584 + - &585 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -91119,7 +91115,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &585 + - &586 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -91173,7 +91169,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &586 + - &587 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -91220,7 +91216,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &587 + - &588 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -91267,7 +91263,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &588 + - &589 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -91327,7 +91323,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &589 + - &590 title: Locked Issue Event description: Locked Issue Event type: object @@ -91375,7 +91371,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &590 + - &591 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -91441,7 +91437,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &591 + - &592 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -91507,7 +91503,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &592 + - &593 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -91573,7 +91569,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &593 + - &594 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -91629,7 +91625,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &598 + - &599 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -91663,6 +91659,17 @@ paths: properties: *84 required: *85 issue_type: *570 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - issue_type - id @@ -91674,7 +91681,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &599 + - &600 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -91708,6 +91715,17 @@ paths: properties: *84 required: *85 prev_issue_type: *570 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - prev_issue_type - id @@ -91719,7 +91737,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &600 + - &601 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -91754,6 +91772,17 @@ paths: required: *85 issue_type: *570 prev_issue_type: *570 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - issue_type - prev_issue_type @@ -91766,7 +91795,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &601 + - &602 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -91819,7 +91848,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &602 + - &603 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -91872,7 +91901,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &603 + - &604 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -91925,7 +91954,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &604 + - &605 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -91978,7 +92007,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &605 + - &606 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -92031,7 +92060,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &606 + - &607 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -92084,7 +92113,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &607 + - &608 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -92137,7 +92166,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &608 + - &609 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -92254,9 +92283,9 @@ paths: application/json: schema: type: array - items: *578 + items: *579 examples: - default: &579 + default: &580 value: - issue_field_id: 1 issue_field_name: DRI @@ -92399,9 +92428,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *578 + items: *579 examples: - default: *579 + default: *580 '400': *14 '403': *29 '404': *6 @@ -92504,9 +92533,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *578 + items: *579 examples: - default: *579 + default: *580 '400': *14 '403': *29 '404': *6 @@ -92579,7 +92608,7 @@ paths: type: array items: *88 examples: - default: &580 + default: &581 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -92662,7 +92691,7 @@ paths: type: array items: *88 examples: - default: *580 + default: *581 '301': *363 '404': *6 '410': *33 @@ -92746,7 +92775,7 @@ paths: type: array items: *88 examples: - default: *580 + default: *581 '301': *363 '404': *6 '410': *33 @@ -93337,7 +93366,6 @@ paths: description: Timeline Event type: object anyOf: - - *581 - *582 - *583 - *584 @@ -93350,6 +93378,7 @@ paths: - *591 - *592 - *593 + - *594 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -93410,15 +93439,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - event @@ -93673,7 +93702,7 @@ paths: type: string comments: type: array - items: &629 + items: &630 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -93922,6 +93951,17 @@ paths: properties: *84 required: *85 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - id - node_id @@ -94012,6 +94052,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *578 required: - id - node_id @@ -94022,7 +94073,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *598 - *599 - *600 - *601 @@ -94033,6 +94083,7 @@ paths: - *606 - *607 - *608 + - *609 examples: default: value: @@ -94217,7 +94268,7 @@ paths: application/json: schema: type: array - items: &609 + items: &610 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -94320,9 +94371,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: &610 + default: &611 value: id: 1 key: ssh-rsa AAA... @@ -94358,7 +94409,7 @@ paths: parameters: - *359 - *360 - - &611 + - &612 name: key_id description: The unique identifier of the key. in: path @@ -94370,9 +94421,9 @@ paths: description: Response content: application/json: - schema: *609 + schema: *610 examples: - default: *610 + default: *611 '404': *6 x-github: githubCloudOnly: false @@ -94392,7 +94443,7 @@ paths: parameters: - *359 - *360 - - *611 + - *612 responses: '204': description: Response @@ -94425,7 +94476,7 @@ paths: type: array items: *88 examples: - default: *580 + default: *581 headers: Link: *71 '404': *6 @@ -94485,7 +94536,7 @@ paths: application/json: schema: *88 examples: - default: &612 + default: &613 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -94531,7 +94582,7 @@ paths: application/json: schema: *88 examples: - default: *612 + default: *613 '404': *6 x-github: githubCloudOnly: false @@ -94931,7 +94982,7 @@ paths: application/json: schema: *494 examples: - default: *613 + default: *614 '204': description: Response when already merged '404': @@ -94998,7 +95049,7 @@ paths: application/json: schema: type: array - items: &614 + items: &615 title: Milestone description: A collection of related issues and pull requests. type: object @@ -95100,9 +95151,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: &615 + default: &616 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -95163,7 +95214,7 @@ paths: parameters: - *359 - *360 - - &616 + - &617 name: milestone_number description: The number that identifies the milestone. in: path @@ -95175,9 +95226,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 '404': *6 x-github: githubCloudOnly: false @@ -95196,7 +95247,7 @@ paths: parameters: - *359 - *360 - - *616 + - *617 requestBody: required: false content: @@ -95234,9 +95285,9 @@ paths: description: Response content: application/json: - schema: *614 + schema: *615 examples: - default: *615 + default: *616 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -95254,7 +95305,7 @@ paths: parameters: - *359 - *360 - - *616 + - *617 responses: '204': description: Response @@ -95277,7 +95328,7 @@ paths: parameters: - *359 - *360 - - *616 + - *617 - *17 - *19 responses: @@ -95289,7 +95340,7 @@ paths: type: array items: *88 examples: - default: *580 + default: *581 headers: Link: *71 x-github: @@ -95310,10 +95361,10 @@ paths: parameters: - *359 - *360 - - *617 - *618 - - *96 - *619 + - *96 + - *620 - *17 - *19 responses: @@ -95325,7 +95376,7 @@ paths: type: array items: *116 examples: - default: *620 + default: *621 headers: Link: *71 x-github: @@ -95415,7 +95466,7 @@ paths: description: Response content: application/json: - schema: &621 + schema: &622 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -95540,7 +95591,7 @@ paths: - custom_404 - public examples: - default: &622 + default: &623 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -95636,9 +95687,9 @@ paths: description: Response content: application/json: - schema: *621 + schema: *622 examples: - default: *622 + default: *623 '422': *15 '409': *55 x-github: @@ -95799,7 +95850,7 @@ paths: application/json: schema: type: array - items: &623 + items: &624 title: Page Build description: Page Build type: object @@ -95946,9 +95997,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: &624 + default: &625 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -96008,9 +96059,9 @@ paths: description: Response content: application/json: - schema: *623 + schema: *624 examples: - default: *624 + default: *625 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -96138,7 +96189,7 @@ paths: parameters: - *359 - *360 - - &625 + - &626 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -96198,7 +96249,7 @@ paths: parameters: - *359 - *360 - - *625 + - *626 responses: '204': *60 '404': *6 @@ -96733,7 +96784,7 @@ paths: type: array items: *498 examples: - default: *626 + default: *627 headers: Link: *71 '304': *38 @@ -96831,7 +96882,7 @@ paths: description: Response content: application/json: - schema: &631 + schema: &632 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -97042,8 +97093,8 @@ paths: - review_comment - self author_association: *86 - auto_merge: *627 - stack: *628 + auto_merge: *628 + stack: *629 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -97229,7 +97280,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &632 + default: &633 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -97797,9 +97848,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: &634 + default: &635 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97884,9 +97935,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: &630 + default: &631 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -97985,9 +98036,9 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: - default: *630 + default: *631 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -98190,7 +98241,7 @@ paths: parameters: - *359 - *360 - - &633 + - &634 name: pull_number description: The number that identifies the pull request. in: path @@ -98203,9 +98254,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '304': *38 '404': *6 '406': @@ -98242,7 +98293,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: false content: @@ -98284,9 +98335,9 @@ paths: description: Response content: application/json: - schema: *631 + schema: *632 examples: - default: *632 + default: *633 '422': *15 '403': *29 x-github: @@ -98310,7 +98361,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: true content: @@ -98412,7 +98463,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 - *113 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -98433,9 +98484,9 @@ paths: application/json: schema: type: array - items: *629 + items: *630 examples: - default: *634 + default: *635 headers: Link: *71 x-github: @@ -98470,7 +98521,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: true content: @@ -98575,7 +98626,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: example-for-a-multi-line-comment: value: @@ -98665,7 +98716,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 - *105 requestBody: required: true @@ -98688,7 +98739,7 @@ paths: description: Response content: application/json: - schema: *629 + schema: *630 examples: default: value: @@ -98776,7 +98827,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 - *17 - *19 responses: @@ -98788,7 +98839,7 @@ paths: type: array items: *494 examples: - default: *635 + default: *636 headers: Link: *71 x-github: @@ -98820,7 +98871,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 - *17 - *19 responses: @@ -98870,7 +98921,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 responses: '204': description: Response if pull request has been merged @@ -98895,7 +98946,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: false content: @@ -99008,7 +99059,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 responses: '200': description: Response @@ -99085,7 +99136,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: false content: @@ -99660,7 +99711,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: true content: @@ -100212,7 +100263,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 - *17 - *19 responses: @@ -100222,7 +100273,7 @@ paths: application/json: schema: type: array - items: &636 + items: &637 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -100375,7 +100426,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: false content: @@ -100461,9 +100512,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &638 + default: &639 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100528,8 +100579,8 @@ paths: parameters: - *359 - *360 - - *633 - - &637 + - *634 + - &638 name: review_id description: The unique identifier of the review. in: path @@ -100541,9 +100592,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: &639 + default: &640 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -100604,8 +100655,8 @@ paths: parameters: - *359 - *360 - - *633 - - *637 + - *634 + - *638 requestBody: required: true content: @@ -100628,7 +100679,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -100692,16 +100743,16 @@ paths: parameters: - *359 - *360 - - *633 - - *637 + - *634 + - *638 responses: '200': description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *638 + default: *639 '422': *7 '404': *6 x-github: @@ -100730,8 +100781,8 @@ paths: parameters: - *359 - *360 - - *633 - - *637 + - *634 + - *638 - *17 - *19 responses: @@ -100968,8 +101019,8 @@ paths: parameters: - *359 - *360 - - *633 - - *637 + - *634 + - *638 requestBody: required: true content: @@ -100997,7 +101048,7 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: default: value: @@ -101062,8 +101113,8 @@ paths: parameters: - *359 - *360 - - *633 - - *637 + - *634 + - *638 requestBody: required: true content: @@ -101098,9 +101149,9 @@ paths: description: Response content: application/json: - schema: *636 + schema: *637 examples: - default: *639 + default: *640 '404': *6 '422': *7 '403': *29 @@ -101124,7 +101175,7 @@ paths: parameters: - *359 - *360 - - *633 + - *634 requestBody: required: false content: @@ -101201,9 +101252,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: &641 + default: &642 value: type: file encoding: base64 @@ -101266,9 +101317,9 @@ paths: description: Response content: application/json: - schema: *640 + schema: *641 examples: - default: *641 + default: *642 '404': *6 '422': *15 x-github: @@ -101301,7 +101352,7 @@ paths: application/json: schema: type: array - items: *642 + items: *643 examples: default: value: @@ -101387,6 +101438,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -101472,9 +101528,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: &646 + default: &647 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -101581,7 +101637,7 @@ paths: parameters: - *359 - *360 - - &644 + - &645 name: asset_id description: The unique identifier of the asset. in: path @@ -101593,9 +101649,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: &645 + default: &646 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -101648,7 +101704,7 @@ paths: parameters: - *359 - *360 - - *644 + - *645 requestBody: required: false content: @@ -101676,9 +101732,9 @@ paths: description: Response content: application/json: - schema: *643 + schema: *644 examples: - default: *645 + default: *646 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -101696,7 +101752,7 @@ paths: parameters: - *359 - *360 - - *644 + - *645 responses: '204': description: Response @@ -101814,9 +101870,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *646 + default: *647 '404': *6 x-github: githubCloudOnly: false @@ -101848,9 +101904,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *646 + default: *647 '404': *6 x-github: githubCloudOnly: false @@ -101874,7 +101930,7 @@ paths: parameters: - *359 - *360 - - &647 + - &648 name: release_id description: The unique identifier of the release. in: path @@ -101888,9 +101944,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *642 + schema: *643 examples: - default: *646 + default: *647 '401': description: Unauthorized x-github: @@ -101900,7 +101956,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -101910,7 +101972,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 requestBody: required: false content: @@ -101974,9 +102036,9 @@ paths: description: Response content: application/json: - schema: *642 + schema: *643 examples: - default: *646 + default: *647 '404': description: Not Found if the discussion category name is invalid content: @@ -101999,7 +102061,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 responses: '204': description: Response @@ -102022,7 +102084,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 - *17 - *19 responses: @@ -102032,7 +102094,7 @@ paths: application/json: schema: type: array - items: *643 + items: *644 examples: default: value: @@ -102115,7 +102177,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 - name: name in: query required: true @@ -102141,7 +102203,7 @@ paths: description: Response for successful upload content: application/json: - schema: *643 + schema: *644 examples: response-for-successful-upload: value: @@ -102198,7 +102260,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 - name: content description: Returns a single [reaction type](https://docs.github.com/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -102247,7 +102309,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 requestBody: required: true content: @@ -102310,7 +102372,7 @@ paths: parameters: - *359 - *360 - - *647 + - *648 - *566 responses: '204': @@ -102354,7 +102416,7 @@ paths: oneOf: - allOf: - *321 - - &648 + - &649 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -102375,70 +102437,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *322 - - *648 + - *649 - allOf: - *323 - - *648 + - *649 - allOf: - *324 - - *648 + - *649 - allOf: + - *650 - *649 - - *648 - allOf: - *325 - - *648 + - *649 - allOf: - *326 - - *648 + - *649 - allOf: - *327 - - *648 + - *649 - allOf: - *328 - - *648 + - *649 - allOf: - *329 - - *648 + - *649 - allOf: - *330 - - *648 + - *649 - allOf: - *331 - - *648 + - *649 - allOf: - *332 - - *648 + - *649 - allOf: - *333 - - *648 + - *649 - allOf: - *334 - - *648 + - *649 - allOf: - *339 - - *648 + - *649 - allOf: - *340 - - *648 + - *649 - allOf: - *341 - - *648 + - *649 - allOf: - - *650 - - *648 + - *651 + - *649 - allOf: - *335 - - *648 + - *649 - allOf: - *336 - - *648 + - *649 - allOf: - *337 - - *648 + - *649 - allOf: - *338 - - *648 + - *649 examples: default: value: @@ -102489,7 +102551,7 @@ paths: schema: type: boolean default: true - - *651 + - *652 responses: '200': description: Response @@ -102574,7 +102636,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *652 + items: *653 required: - name - enforcement @@ -102607,7 +102669,7 @@ paths: application/json: schema: *342 examples: - default: &663 + default: &664 value: id: 42 name: super cool ruleset @@ -102657,11 +102719,11 @@ paths: parameters: - *359 - *360 - - *653 - *654 - *655 - *656 - *657 + - *658 - *17 - *19 responses: @@ -102669,9 +102731,9 @@ paths: description: Response content: application/json: - schema: *658 + schema: *659 examples: - default: *659 + default: *660 '404': *6 '500': *56 x-github: @@ -102694,15 +102756,15 @@ paths: parameters: - *359 - *360 - - *660 + - *661 responses: '200': description: Response content: application/json: - schema: *661 + schema: *662 examples: - default: *662 + default: *663 '404': *6 '500': *56 x-github: @@ -102753,7 +102815,7 @@ paths: application/json: schema: *342 examples: - default: *663 + default: *664 '404': *6 '500': *56 put: @@ -102806,7 +102868,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *652 + items: *653 examples: default: value: @@ -102836,7 +102898,7 @@ paths: application/json: schema: *342 examples: - default: *663 + default: *664 '404': *6 '422': *15 '500': *56 @@ -102898,7 +102960,7 @@ paths: type: array items: *345 examples: - default: *664 + default: *665 '404': *6 '500': *56 x-github: @@ -102936,7 +102998,7 @@ paths: description: Response content: application/json: - schema: *665 + schema: *666 examples: default: value: @@ -102993,7 +103055,6 @@ paths: parameters: - *359 - *360 - - *666 - *667 - *668 - *669 @@ -103001,10 +103062,10 @@ paths: - *671 - *672 - *673 + - *674 - *63 - *19 - *17 - - *674 - *675 - *676 - *677 @@ -103013,6 +103074,7 @@ paths: - *680 - *681 - *682 + - *683 responses: '200': description: Response @@ -103039,8 +103101,8 @@ paths: format: uri description: The REST API URL of the code locations for this alert. - state: *683 - resolution: *684 + state: *684 + resolution: *685 resolved_at: type: string format: date-time @@ -103146,7 +103208,7 @@ paths: pull request. ' - oneOf: *685 + oneOf: *686 nullable: true has_more_locations: type: boolean @@ -103313,13 +103375,13 @@ paths: - *359 - *360 - *458 - - *679 + - *680 responses: '200': description: Response content: application/json: - schema: &686 + schema: &687 type: object properties: number: *189 @@ -103337,8 +103399,8 @@ paths: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *683 - resolution: *684 + state: *684 + resolution: *685 resolved_at: type: string format: date-time @@ -103444,7 +103506,7 @@ paths: pull request. ' - oneOf: *685 + oneOf: *686 nullable: true has_more_locations: type: boolean @@ -103472,7 +103534,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &859 + metadata: &860 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -103555,8 +103617,8 @@ paths: schema: type: object properties: - state: *683 - resolution: *684 + state: *684 + resolution: *685 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -103600,7 +103662,7 @@ paths: description: Response content: application/json: - schema: *686 + schema: *687 examples: default: value: @@ -103715,7 +103777,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &861 + items: &862 type: object properties: type: @@ -103741,7 +103803,6 @@ paths: example: commit details: oneOf: - - *687 - *688 - *689 - *690 @@ -103754,6 +103815,7 @@ paths: - *697 - *698 - *699 + - *700 examples: default: value: @@ -103844,9 +103906,9 @@ paths: parameters: - *359 - *360 - - *700 - *701 - *702 + - *703 - *63 - *19 - *17 @@ -103859,7 +103921,7 @@ paths: type: array items: *346 examples: - default: *703 + default: *704 headers: Link: *71 '403': *29 @@ -103896,9 +103958,9 @@ paths: patterns: type: array description: The list of custom patterns to create. - items: *704 + items: *705 examples: - default: *705 + default: *706 responses: '201': description: All patterns created successfully. @@ -103912,7 +103974,7 @@ paths: description: The list of successfully created custom patterns. items: *346 examples: - default: *706 + default: *707 '400': *14 '403': *29 '404': *6 @@ -103936,7 +103998,7 @@ paths: errors: type: array description: List of validation errors for this pattern. - items: *707 + items: *708 delete: summary: Bulk delete repository custom patterns description: |- @@ -103970,7 +104032,7 @@ paths: type: array description: The list of custom patterns to delete. maxItems: 500 - items: *708 + items: *709 post_delete_action: type: string description: |- @@ -103983,7 +104045,7 @@ paths: - resolve_alerts default: delete_alerts examples: - default: *709 + default: *710 responses: '204': description: All patterns deleted successfully. @@ -104022,9 +104084,9 @@ paths: required: true content: application/json: - schema: *710 + schema: *711 examples: - default: *711 + default: *712 responses: '200': description: Pattern updated successfully. @@ -104032,7 +104094,7 @@ paths: application/json: schema: *346 examples: - default: *712 + default: *713 '400': *14 '403': *29 '404': *6 @@ -104063,14 +104125,14 @@ paths: schema: type: object properties: - reason: &714 + reason: &715 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *713 + placeholder_id: *714 required: - reason - placeholder_id @@ -104087,7 +104149,7 @@ paths: schema: type: object properties: - reason: *714 + reason: *715 expire_at: type: string format: date-time @@ -104149,7 +104211,7 @@ paths: properties: incremental_scans: type: array - items: &715 + items: &716 description: Information on a single scan performed by secret scanning on the repository type: object @@ -104180,15 +104242,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *715 + items: *716 backfill_scans: type: array - items: *715 + items: *716 custom_pattern_backfill_scans: type: array items: allOf: - - *715 + - *716 - type: object properties: pattern_name: @@ -104201,7 +104263,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *715 + items: *716 examples: default: value: @@ -104311,9 +104373,9 @@ paths: application/json: schema: type: array - items: *716 + items: *717 examples: - default: *717 + default: *718 '400': *14 '404': *6 x-github: @@ -104497,9 +104559,9 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: &719 + default: &720 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -104843,7 +104905,7 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: default: value: @@ -104998,15 +105060,15 @@ paths: parameters: - *359 - *360 - - *718 + - *719 responses: '200': description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *719 + default: *720 '403': *29 '404': *6 x-github: @@ -105032,7 +105094,7 @@ paths: parameters: - *359 - *360 - - *718 + - *719 requestBody: required: true content: @@ -105191,10 +105253,10 @@ paths: description: Response content: application/json: - schema: *716 + schema: *717 examples: - default: *719 - add_credit: *719 + default: *720 + add_credit: *720 '403': *29 '404': *6 '422': @@ -105234,7 +105296,7 @@ paths: parameters: - *359 - *360 - - *718 + - *719 responses: '202': *40 '400': *14 @@ -105263,7 +105325,7 @@ paths: parameters: - *359 - *360 - - *718 + - *719 responses: '202': description: Response @@ -105407,7 +105469,7 @@ paths: application/json: schema: type: array - items: &720 + items: &721 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -105780,7 +105842,7 @@ paths: application/json: schema: type: array - items: *720 + items: *721 examples: default: value: @@ -105868,7 +105930,7 @@ paths: description: Response content: application/json: - schema: *721 + schema: *722 examples: default: value: @@ -105962,7 +106024,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &722 + schema: &723 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -106057,7 +106119,7 @@ paths: description: Response content: application/json: - schema: *722 + schema: *723 examples: default: value: @@ -106264,7 +106326,7 @@ paths: description: Response content: application/json: - schema: &723 + schema: &724 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -106276,7 +106338,7 @@ paths: required: - names examples: - default: &724 + default: &725 value: names: - octocat @@ -106331,9 +106393,9 @@ paths: description: Response content: application/json: - schema: *723 + schema: *724 examples: - default: *724 + default: *725 '404': *6 '422': *7 x-github: @@ -106356,7 +106418,7 @@ paths: parameters: - *359 - *360 - - &725 + - &726 name: per description: The time frame to display results for. in: query @@ -106385,7 +106447,7 @@ paths: example: 128 clones: type: array - items: &726 + items: &727 title: Traffic type: object properties: @@ -106626,7 +106688,7 @@ paths: parameters: - *359 - *360 - - *725 + - *726 responses: '200': description: Response @@ -106645,7 +106707,7 @@ paths: example: 3782 views: type: array - items: *726 + items: *727 required: - uniques - count @@ -107423,7 +107485,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &727 + text_matches: &728 title: Search Result Text Matches type: array items: @@ -107585,7 +107647,7 @@ paths: enum: - author-date - committer-date - - &728 + - &729 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -107713,7 +107775,7 @@ paths: type: number node_id: type: string - text_matches: *727 + text_matches: *728 required: - sha - node_id @@ -107905,7 +107967,7 @@ paths: - interactions - created - updated - - *728 + - *729 - *17 - *19 - name: advanced_search @@ -108019,11 +108081,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: type: string state_reason: @@ -108055,7 +108117,7 @@ paths: type: string format: date-time nullable: true - text_matches: *727 + text_matches: *728 pull_request: type: object properties: @@ -108371,7 +108433,7 @@ paths: enum: - created - updated - - *728 + - *729 - *17 - *19 responses: @@ -108415,7 +108477,7 @@ paths: nullable: true score: type: number - text_matches: *727 + text_matches: *728 required: - id - node_id @@ -108500,7 +108562,7 @@ paths: - forks - help-wanted-issues - updated - - *728 + - *729 - *17 - *19 responses: @@ -108748,7 +108810,7 @@ paths: - admin - pull - push - text_matches: *727 + text_matches: *728 temp_clone_token: type: string allow_merge_commit: @@ -109048,7 +109110,7 @@ paths: type: string format: uri nullable: true - text_matches: *727 + text_matches: *728 related: type: array nullable: true @@ -109239,7 +109301,7 @@ paths: - followers - repositories - joined - - *728 + - *729 - *17 - *19 responses: @@ -109343,7 +109405,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *727 + text_matches: *728 blog: type: string nullable: true @@ -109422,7 +109484,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#get-a-team-legacy parameters: - - &731 + - &732 name: team_id description: The unique identifier of the team. in: path @@ -109463,7 +109525,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#update-a-team-legacy parameters: - - *731 + - *732 requestBody: required: true content: @@ -109563,7 +109625,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#delete-a-team-legacy parameters: - - *731 + - *732 responses: '204': description: Response @@ -109592,7 +109654,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -109632,7 +109694,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#list-team-members-legacy parameters: - - *731 + - *732 - name: role description: Filters members returned by their role in the team. in: query @@ -109653,9 +109715,9 @@ paths: application/json: schema: type: array - items: *732 + items: *733 examples: - default: *733 + default: *734 headers: Link: *71 '404': *6 @@ -109683,7 +109745,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-member-legacy parameters: - - *731 + - *732 - *75 responses: '204': @@ -109720,7 +109782,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-team-member-legacy parameters: - - *731 + - *732 - *75 responses: '204': @@ -109760,7 +109822,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-member-legacy parameters: - - *731 + - *732 - *75 responses: '204': @@ -109797,7 +109859,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *731 + - *732 - *75 responses: '200': @@ -109806,7 +109868,7 @@ paths: application/json: schema: *358 examples: - response-if-user-is-a-team-maintainer: *734 + response-if-user-is-a-team-maintainer: *735 '404': *6 x-github: githubCloudOnly: false @@ -109839,7 +109901,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *731 + - *732 - *75 requestBody: required: false @@ -109867,7 +109929,7 @@ paths: application/json: schema: *358 examples: - response-if-users-membership-with-team-is-now-pending: *735 + response-if-users-membership-with-team-is-now-pending: *736 '403': description: Forbidden if team synchronization is set up '422': @@ -109901,7 +109963,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *731 + - *732 - *75 responses: '204': @@ -109929,7 +109991,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-team-repositories-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -109971,7 +110033,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *731 + - *732 - *359 - *360 responses: @@ -109979,7 +110041,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *736 + schema: *737 examples: alternative-response-with-extra-repository-information: value: @@ -110136,7 +110198,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *731 + - *732 - *359 - *360 requestBody: @@ -110188,7 +110250,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *731 + - *732 - *359 - *360 responses: @@ -110215,7 +110277,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/teams/teams#list-child-teams-legacy parameters: - - *731 + - *732 - *17 - *19 responses: @@ -110227,7 +110289,7 @@ paths: type: array items: *211 examples: - response-if-child-teams-exist: *737 + response-if-child-teams-exist: *738 headers: Link: *71 '404': *6 @@ -110260,7 +110322,7 @@ paths: application/json: schema: oneOf: - - &739 + - &740 title: Private User description: Private User type: object @@ -110463,7 +110525,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *738 + - *739 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -110616,7 +110678,7 @@ paths: description: Response content: application/json: - schema: *739 + schema: *740 examples: default: value: @@ -111014,7 +111076,7 @@ paths: type: integer secrets: type: array - items: &740 + items: &741 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -111130,7 +111192,7 @@ paths: description: Response content: application/json: - schema: *740 + schema: *741 examples: default: value: @@ -111543,7 +111605,7 @@ paths: description: Response content: application/json: - schema: &741 + schema: &742 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -111584,7 +111646,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &742 + default: &743 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -111629,9 +111691,9 @@ paths: description: Response content: application/json: - schema: *741 + schema: *742 examples: - default: *742 + default: *743 '404': *6 x-github: githubCloudOnly: false @@ -111668,9 +111730,9 @@ paths: type: integer machines: type: array - items: *743 + items: *744 examples: - default: *744 + default: *745 '304': *38 '500': *56 '401': *25 @@ -112609,7 +112671,7 @@ paths: type: array items: *277 examples: - default: &756 + default: &757 value: - id: 197 name: hello_docker @@ -112710,7 +112772,7 @@ paths: application/json: schema: type: array - items: &745 + items: &746 title: Email description: Email type: object @@ -112775,9 +112837,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: &758 + default: &759 value: - email: octocat@github.com verified: true @@ -112852,7 +112914,7 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: default: value: @@ -113108,7 +113170,7 @@ paths: application/json: schema: type: array - items: &746 + items: &747 title: GPG Key description: A unique encryption key type: object @@ -113239,7 +113301,7 @@ paths: - subkeys - revoked examples: - default: &775 + default: &776 value: - id: 3 name: Octocat's GPG Key @@ -113324,9 +113386,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: &747 + default: &748 value: id: 3 name: Octocat's GPG Key @@ -113383,7 +113445,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &748 + - &749 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -113395,9 +113457,9 @@ paths: description: Response content: application/json: - schema: *746 + schema: *747 examples: - default: *747 + default: *748 '404': *6 '304': *38 '403': *29 @@ -113420,7 +113482,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *748 + - *749 responses: '204': description: Response @@ -113887,7 +113949,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Key description: Key type: object @@ -113988,9 +114050,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: &750 + default: &751 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -114023,15 +114085,15 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '200': description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *750 + default: *751 '404': *6 '304': *38 '403': *29 @@ -114054,7 +114116,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *611 + - *612 responses: '204': description: Response @@ -114087,7 +114149,7 @@ paths: application/json: schema: type: array - items: &751 + items: &752 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -114155,7 +114217,7 @@ paths: - account - plan examples: - default: &752 + default: &753 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -114217,9 +114279,9 @@ paths: application/json: schema: type: array - items: *751 + items: *752 examples: - default: *752 + default: *753 headers: Link: *71 '304': *38 @@ -114462,7 +114524,7 @@ paths: application/json: schema: *268 examples: - default: &753 + default: &754 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -114511,7 +114573,7 @@ paths: application/json: schema: *268 examples: - default: *753 + default: *754 '403': *29 '404': *6 '422': *15 @@ -115236,7 +115298,7 @@ paths: url: https://docs.github.com/rest/migrations/users#unlock-a-user-repository parameters: - *271 - - *754 + - *755 responses: '204': description: Response @@ -115369,7 +115431,7 @@ paths: - docker - nuget - container - - *755 + - *756 - *19 - *17 responses: @@ -115381,8 +115443,8 @@ paths: type: array items: *277 examples: - default: *756 - '400': *757 + default: *757 + '400': *758 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -115411,7 +115473,7 @@ paths: application/json: schema: *277 examples: - default: &776 + default: &777 value: id: 40201 name: octo-name @@ -115773,9 +115835,9 @@ paths: application/json: schema: type: array - items: *745 + items: *746 examples: - default: *758 + default: *759 headers: Link: *71 '304': *38 @@ -115888,7 +115950,7 @@ paths: type: array items: *83 examples: - default: &765 + default: &766 summary: Default response value: - id: 1296269 @@ -116240,7 +116302,7 @@ paths: type: array items: *561 examples: - default: *759 + default: *760 headers: Link: *71 '304': *38 @@ -116325,7 +116387,7 @@ paths: application/json: schema: type: array - items: &760 + items: &761 title: Social account description: Social media account type: object @@ -116340,7 +116402,7 @@ paths: - provider - url examples: - default: &761 + default: &762 value: - provider: twitter url: https://twitter.com/github @@ -116402,9 +116464,9 @@ paths: application/json: schema: type: array - items: *760 + items: *761 examples: - default: *761 + default: *762 '422': *15 '304': *38 '404': *6 @@ -116491,7 +116553,7 @@ paths: application/json: schema: type: array - items: &762 + items: &763 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -116511,7 +116573,7 @@ paths: - title - created_at examples: - default: &793 + default: &794 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116575,9 +116637,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: &763 + default: &764 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -116607,7 +116669,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &764 + - &765 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -116619,9 +116681,9 @@ paths: description: Response content: application/json: - schema: *762 + schema: *763 examples: - default: *763 + default: *764 '404': *6 '304': *38 '403': *29 @@ -116644,7 +116706,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *764 + - *765 responses: '204': description: Response @@ -116673,7 +116735,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &794 + - &795 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -116698,11 +116760,11 @@ paths: type: array items: *83 examples: - default-response: *765 + default-response: *766 application/vnd.github.v3.star+json: schema: type: array - items: &795 + items: &796 title: Starred Repository description: Starred Repository type: object @@ -117071,10 +117133,10 @@ paths: application/json: schema: oneOf: + - *740 - *739 - - *738 examples: - default-response: &769 + default-response: &770 summary: Default response value: login: octocat @@ -117109,7 +117171,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &770 + response-with-git-hub-plan-information: &771 summary: Response with GitHub plan information value: login: octocat @@ -117166,7 +117228,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &767 + - &768 name: user_id description: The unique identifier of the user. in: path @@ -117232,7 +117294,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/users/users#list-users parameters: - - *766 + - *767 - *17 responses: '200': @@ -117267,7 +117329,7 @@ paths: description: API method documentation url: https://docs.github.com/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *767 + - *768 - *295 requestBody: required: true @@ -117339,7 +117401,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *768 + schema: *769 examples: table_view: summary: Response for creating a table view @@ -117391,11 +117453,11 @@ paths: application/json: schema: oneOf: + - *740 - *739 - - *738 examples: - default-response: *769 - response-with-git-hub-plan-information: *770 + default-response: *770 + response-with-git-hub-plan-information: *771 '404': *6 x-github: githubCloudOnly: false @@ -117445,8 +117507,8 @@ paths: required: - subject_digests examples: - default: *771 - withPredicateType: *772 + default: *772 + withPredicateType: *773 responses: '200': description: Response @@ -117499,7 +117561,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *773 + default: *774 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -118014,7 +118076,7 @@ paths: application/json: schema: *205 examples: - default: &774 + default: &775 summary: Example response for a user copilot space value: id: 42 @@ -118115,7 +118177,7 @@ paths: application/json: schema: *205 examples: - default: *774 + default: *775 '403': *29 '404': *6 x-github: @@ -118238,7 +118300,7 @@ paths: application/json: schema: *205 examples: - default: *774 + default: *775 '403': *29 '404': *6 '422': *15 @@ -119006,7 +119068,7 @@ paths: type: array items: *277 examples: - default: *756 + default: *757 '403': *29 '401': *25 x-github: @@ -119390,9 +119452,9 @@ paths: application/json: schema: type: array - items: *746 + items: *747 examples: - default: *775 + default: *776 headers: Link: *71 x-github: @@ -119620,7 +119682,7 @@ paths: - docker - nuget - container - - *755 + - *756 - *75 - *19 - *17 @@ -119633,10 +119695,10 @@ paths: type: array items: *277 examples: - default: *756 + default: *757 '403': *29 '401': *25 - '400': *757 + '400': *758 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -119666,7 +119728,7 @@ paths: application/json: schema: *277 examples: - default: *776 + default: *777 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -120015,7 +120077,7 @@ paths: type: array items: *299 examples: - default: *777 + default: *778 headers: Link: *71 '304': *38 @@ -120075,7 +120137,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *778 + items: *779 required: - name - data_type @@ -120091,7 +120153,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *779 + iteration_configuration: *780 required: - name - data_type @@ -120113,8 +120175,8 @@ paths: value: name: Due date data_type: date - single_select_field: *780 - iteration_field: *781 + single_select_field: *781 + iteration_field: *782 responses: '201': description: Response @@ -120122,11 +120184,11 @@ paths: application/json: schema: *299 examples: - text_field: *782 - number_field: *783 - date_field: *784 - single_select_field: *785 - iteration_field: *786 + text_field: *783 + number_field: *784 + date_field: *785 + single_select_field: *786 + iteration_field: *787 '304': *38 '403': *29 '401': *25 @@ -120148,7 +120210,7 @@ paths: url: https://docs.github.com/rest/projects/fields#get-project-field-for-user parameters: - *295 - - *787 + - *788 - *75 responses: '200': @@ -120157,7 +120219,7 @@ paths: application/json: schema: *299 examples: - default: *788 + default: *789 headers: Link: *71 '304': *38 @@ -120511,7 +120573,7 @@ paths: parameters: - *295 - *75 - - *789 + - *790 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -121050,7 +121112,7 @@ paths: parameters: - *75 - *125 - - *790 + - *791 - *127 responses: '200': @@ -121149,9 +121211,9 @@ paths: - *125 - *126 - *127 - - *791 - - *130 - *792 + - *130 + - *793 responses: '200': description: Response when getting a billing usage summary @@ -121285,9 +121347,9 @@ paths: application/json: schema: type: array - items: *760 + items: *761 examples: - default: *761 + default: *762 headers: Link: *71 x-github: @@ -121317,9 +121379,9 @@ paths: application/json: schema: type: array - items: *762 + items: *763 examples: - default: *793 + default: *794 headers: Link: *71 x-github: @@ -121344,7 +121406,7 @@ paths: url: https://docs.github.com/rest/activity/starring#list-repositories-starred-by-a-user parameters: - *75 - - *794 + - *795 - *63 - *17 - *19 @@ -121356,11 +121418,11 @@ paths: schema: anyOf: - type: array - items: *795 + items: *796 - type: array items: *83 examples: - default-response: *765 + default-response: *766 headers: Link: *71 x-github: @@ -121519,7 +121581,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &796 + enterprise: &797 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -121577,7 +121639,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &797 + installation: &798 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -121596,7 +121658,7 @@ x-webhooks: required: - id - node_id - organization: &798 + organization: &799 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -121656,13 +121718,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &799 + repository: &800 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &831 + properties: &832 id: description: Unique identifier of the repository example: 42 @@ -122357,7 +122419,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &832 + required: &833 - archive_url - assignees_url - blobs_url @@ -122431,7 +122493,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &833 + x-github-breaking-changes: &834 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -122522,10 +122584,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -122601,11 +122663,11 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - rule: &800 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + rule: &801 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -122828,11 +122890,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - rule: *800 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + rule: *801 sender: *4 required: - action @@ -123015,11 +123077,11 @@ x-webhooks: - everyone required: - from - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - rule: *800 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + rule: *801 sender: *4 required: - action @@ -123103,7 +123165,7 @@ x-webhooks: type: string enum: - completed - check_run: &802 + check_run: &803 title: CheckRun description: A check performed on the code of a given code change type: object @@ -123194,7 +123256,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *801 + deployment: *802 details_url: example: https://example.com type: string @@ -123279,10 +123341,10 @@ x-webhooks: - output - app - pull_requests - installation: *797 - enterprise: *796 - organization: *798 - repository: *799 + installation: *798 + enterprise: *797 + organization: *799 + repository: *800 sender: *4 required: - check_run @@ -123673,11 +123735,11 @@ x-webhooks: type: string enum: - created - check_run: *802 - installation: *797 - enterprise: *796 - organization: *798 - repository: *799 + check_run: *803 + installation: *798 + enterprise: *797 + organization: *799 + repository: *800 sender: *4 required: - check_run @@ -124071,11 +124133,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *802 - installation: *797 - enterprise: *796 - organization: *798 - repository: *799 + check_run: *803 + installation: *798 + enterprise: *797 + organization: *799 + repository: *800 requested_action: description: The action requested by the user. type: object @@ -124478,11 +124540,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *802 - installation: *797 - enterprise: *796 - organization: *798 - repository: *799 + check_run: *803 + installation: *798 + enterprise: *797 + organization: *799 + repository: *800 sender: *4 required: - check_run @@ -125452,10 +125514,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -126154,10 +126216,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -126850,10 +126912,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -127164,20 +127226,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &803 + commit_oid: &804 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *796 - installation: *797 - organization: *798 - ref: &804 + enterprise: *797 + installation: *798 + organization: *799 + ref: &805 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *799 + repository: *800 sender: *4 required: - action @@ -127572,12 +127634,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *803 - enterprise: *796 - installation: *797 - organization: *798 - ref: *804 - repository: *799 + commit_oid: *804 + enterprise: *797 + installation: *798 + organization: *799 + ref: *805 + repository: *800 sender: *4 required: - action @@ -127843,12 +127905,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *803 - enterprise: *796 - installation: *797 - organization: *798 - ref: *804 - repository: *799 + commit_oid: *804 + enterprise: *797 + installation: *798 + organization: *799 + ref: *805 + repository: *800 sender: *4 required: - action @@ -128180,12 +128242,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *803 - enterprise: *796 - installation: *797 - organization: *798 - ref: *804 - repository: *799 + commit_oid: *804 + enterprise: *797 + installation: *798 + organization: *799 + ref: *805 + repository: *800 sender: *4 required: - action @@ -128459,16 +128521,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *799 + repository: *800 sender: *4 required: - action @@ -128705,12 +128767,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *803 - enterprise: *796 - installation: *797 - organization: *798 - ref: *804 - repository: *799 + commit_oid: *804 + enterprise: *797 + installation: *798 + organization: *799 + ref: *805 + repository: *800 sender: *4 required: - action @@ -129021,10 +129083,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -129279,10 +129341,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -129362,18 +129424,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *798 - pusher_type: &805 + organization: *799 + pusher_type: &806 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &806 + ref: &807 description: The [`git ref`](https://docs.github.com/rest/git/refs#get-a-reference) resource. type: string @@ -129383,7 +129445,7 @@ x-webhooks: enum: - tag - branch - repository: *799 + repository: *800 sender: *4 required: - ref @@ -129466,9 +129528,9 @@ x-webhooks: enum: - created definition: *307 - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 sender: *4 required: - action @@ -129553,9 +129615,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 sender: *4 required: - action @@ -129633,9 +129695,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *307 - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 sender: *4 required: - action @@ -129713,9 +129775,9 @@ x-webhooks: enum: - updated definition: *307 - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 sender: *4 required: - action @@ -129792,10 +129854,10 @@ x-webhooks: type: string enum: - updated - enterprise: *796 - installation: *797 - repository: *799 - organization: *798 + enterprise: *797 + installation: *798 + repository: *800 + organization: *799 sender: *4 new_property_values: type: array @@ -129880,18 +129942,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *796 - installation: *797 - organization: *798 - pusher_type: *805 - ref: *806 + enterprise: *797 + installation: *798 + organization: *799 + pusher_type: *806 + ref: *807 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *799 + repository: *800 sender: *4 required: - ref @@ -129972,10 +130034,10 @@ x-webhooks: enum: - assignees_changed alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130056,10 +130118,10 @@ x-webhooks: enum: - auto_dismissed alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130141,10 +130203,10 @@ x-webhooks: enum: - auto_reopened alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130226,10 +130288,10 @@ x-webhooks: enum: - created alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130309,10 +130371,10 @@ x-webhooks: enum: - dismissed alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130392,10 +130454,10 @@ x-webhooks: enum: - fixed alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130476,10 +130538,10 @@ x-webhooks: enum: - reintroduced alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130559,10 +130621,10 @@ x-webhooks: enum: - reopened alert: *517 - installation: *797 - organization: *798 - enterprise: *796 - repository: *799 + installation: *798 + organization: *799 + enterprise: *797 + repository: *800 sender: *4 required: - action @@ -130639,9 +130701,9 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - key: &807 + enterprise: *797 + installation: *798 + key: &808 description: The [`deploy key`](https://docs.github.com/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -130677,8 +130739,8 @@ x-webhooks: - verified - created_at - read_only - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -130755,11 +130817,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - key: *807 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + key: *808 + organization: *799 + repository: *800 sender: *4 required: - action @@ -131315,12 +131377,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - workflow: &813 + workflow: &814 title: Workflow type: object nullable: true @@ -132061,15 +132123,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *808 - required: *809 + properties: *809 + required: *810 nullable: true pull_requests: type: array - items: *631 - repository: *799 - organization: *798 - installation: *797 + items: *632 + repository: *800 + organization: *799 + installation: *798 sender: *4 responses: '200': @@ -132140,7 +132202,7 @@ x-webhooks: type: string enum: - approved - approver: &810 + approver: &811 type: object properties: avatar_url: @@ -132183,11 +132245,11 @@ x-webhooks: type: string comment: type: string - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - reviewers: &811 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + reviewers: &812 type: array items: type: object @@ -132266,7 +132328,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &812 + workflow_job_run: &813 type: object properties: conclusion: @@ -132997,18 +133059,18 @@ x-webhooks: type: string enum: - rejected - approver: *810 + approver: *811 comment: type: string - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - reviewers: *811 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + reviewers: *812 sender: *4 since: type: string - workflow_job_run: *812 + workflow_job_run: *813 workflow_job_runs: type: array items: @@ -133712,13 +133774,13 @@ x-webhooks: type: string enum: - requested - enterprise: *796 + enterprise: *797 environment: type: string - installation: *797 - organization: *798 - repository: *799 - requestor: &818 + installation: *798 + organization: *799 + repository: *800 + requestor: &819 title: User type: object nullable: true @@ -135607,12 +135669,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - workflow: *813 + workflow: *814 workflow_run: title: Deployment Workflow Run type: object @@ -136292,7 +136354,7 @@ x-webhooks: type: string enum: - answered - answer: &816 + answer: &817 type: object properties: author_association: @@ -136449,11 +136511,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -136580,11 +136642,11 @@ x-webhooks: - from required: - category - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -136667,11 +136729,11 @@ x-webhooks: type: string enum: - closed - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -136753,7 +136815,7 @@ x-webhooks: type: string enum: - created - comment: &815 + comment: &816 type: object properties: author_association: @@ -136910,11 +136972,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -136997,12 +137059,12 @@ x-webhooks: type: string enum: - deleted - comment: *815 - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + comment: *816 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137097,12 +137159,12 @@ x-webhooks: - from required: - body - comment: *815 - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + comment: *816 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137186,11 +137248,11 @@ x-webhooks: type: string enum: - created - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137272,11 +137334,11 @@ x-webhooks: type: string enum: - deleted - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137376,11 +137438,11 @@ x-webhooks: type: string required: - from - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137462,10 +137524,10 @@ x-webhooks: type: string enum: - labeled - discussion: *814 - enterprise: *796 - installation: *797 - label: &817 + discussion: *815 + enterprise: *797 + installation: *798 + label: &818 title: Label type: object properties: @@ -137497,8 +137559,8 @@ x-webhooks: - color - default - description - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137581,11 +137643,11 @@ x-webhooks: type: string enum: - locked - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137667,11 +137729,11 @@ x-webhooks: type: string enum: - pinned - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137753,11 +137815,11 @@ x-webhooks: type: string enum: - reopened - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137842,16 +137904,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *814 - new_repository: *799 + new_discussion: *815 + new_repository: *800 required: - new_discussion - new_repository - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -137934,10 +137996,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *814 - old_answer: *816 - organization: *798 - repository: *799 + discussion: *815 + old_answer: *817 + organization: *799 + repository: *800 sender: *4 required: - action @@ -138019,12 +138081,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *814 - enterprise: *796 - installation: *797 - label: *817 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -138107,11 +138169,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -138193,11 +138255,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *814 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + discussion: *815 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -138270,7 +138332,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *796 + enterprise: *797 forkee: description: The created [`repository`](https://docs.github.com/rest/repos/repos#get-a-repository) resource. @@ -138930,9 +138992,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - forkee @@ -139078,9 +139140,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pages: description: The pages that were updated. type: array @@ -139117,7 +139179,7 @@ x-webhooks: - action - sha - html_url - repository: *799 + repository: *800 sender: *4 required: - pages @@ -139193,10 +139255,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories: &819 + organization: *799 + repositories: &820 description: An array of repository objects that the installation can access. type: array @@ -139222,8 +139284,8 @@ x-webhooks: - name - full_name - private - repository: *799 - requester: *818 + repository: *800 + requester: *819 sender: *4 required: - action @@ -139298,11 +139360,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories: *819 - repository: *799 + organization: *799 + repositories: *820 + repository: *800 requester: nullable: true sender: *4 @@ -139378,11 +139440,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories: *819 - repository: *799 + organization: *799 + repositories: *820 + repository: *800 requester: nullable: true sender: *4 @@ -139458,10 +139520,10 @@ x-webhooks: type: string enum: - added - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories_added: &820 + organization: *799 + repositories_added: &821 description: An array of repository objects, which were added to the installation. type: array @@ -139507,15 +139569,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *799 - repository_selection: &821 + repository: *800 + repository_selection: &822 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *818 + requester: *819 sender: *4 required: - action @@ -139594,10 +139656,10 @@ x-webhooks: type: string enum: - removed - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories_added: *820 + organization: *799 + repositories_added: *821 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -139624,9 +139686,9 @@ x-webhooks: - name - full_name - private - repository: *799 - repository_selection: *821 - requester: *818 + repository: *800 + repository_selection: *822 + requester: *819 sender: *4 required: - action @@ -139705,11 +139767,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories: *819 - repository: *799 + organization: *799 + repositories: *820 + repository: *800 requester: nullable: true sender: *4 @@ -139887,10 +139949,10 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 target_type: type: string @@ -139969,11 +140031,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *796 + enterprise: *797 installation: *22 - organization: *798 - repositories: *819 - repository: *799 + organization: *799 + repositories: *820 + repository: *800 requester: nullable: true sender: *4 @@ -140147,15 +140209,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true user: title: User @@ -140240,8 +140302,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -141030,8 +141092,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -141380,8 +141442,8 @@ x-webhooks: - state - locked - assignee - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -141461,7 +141523,7 @@ x-webhooks: type: string enum: - deleted - comment: &822 + comment: &823 title: issue comment description: The [comment](https://docs.github.com/rest/issues/comments#get-an-issue-comment) itself. @@ -141618,15 +141680,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *594 - required: *595 + properties: *595 + required: *596 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *596 - required: *597 + properties: *597 + required: *598 nullable: true required: - url @@ -141641,8 +141703,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -142427,8 +142489,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -142779,8 +142841,8 @@ x-webhooks: - state - locked - assignee - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -142860,7 +142922,7 @@ x-webhooks: type: string enum: - edited - changes: &852 + changes: &853 description: The changes to the comment. type: object properties: @@ -142872,9 +142934,9 @@ x-webhooks: type: string required: - from - comment: *822 - enterprise: *796 - installation: *797 + comment: *823 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -143662,8 +143724,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -144012,8 +144074,8 @@ x-webhooks: - state - locked - assignee - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -144094,9 +144156,9 @@ x-webhooks: type: string enum: - pinned - comment: *822 - enterprise: *796 - installation: *797 + comment: *823 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -144886,8 +144948,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -145238,8 +145300,8 @@ x-webhooks: - state - locked - assignee - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -145319,9 +145381,9 @@ x-webhooks: type: string enum: - unpinned - comment: *822 - enterprise: *796 - installation: *797 + comment: *823 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) the comment belongs to. @@ -146111,8 +146173,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 state: description: State of the issue; either 'open' or 'closed' type: string @@ -146463,8 +146525,8 @@ x-webhooks: - state - locked - assignee - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -146553,9 +146615,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -146644,9 +146706,9 @@ x-webhooks: type: number blocking_issue: *89 blocking_issue_repo: *83 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -146734,9 +146796,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -146825,9 +146887,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -146907,10 +146969,10 @@ x-webhooks: type: string enum: - assigned - assignee: *818 - enterprise: *796 - installation: *797 - issue: &823 + assignee: *819 + enterprise: *797 + installation: *798 + issue: &824 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -147702,11 +147764,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -147823,8 +147885,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -147904,8 +147966,8 @@ x-webhooks: type: string enum: - closed - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -148702,11 +148764,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -148958,8 +149020,8 @@ x-webhooks: required: - state - closed_at - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -149038,8 +149100,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -149827,11 +149889,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -149947,8 +150009,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -150027,8 +150089,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -150838,11 +150900,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -150937,7 +150999,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &824 + milestone: &825 title: Milestone description: A collection of related issues and pull requests. type: object @@ -151075,8 +151137,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -151175,8 +151237,8 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -151968,11 +152030,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -152089,9 +152151,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *817 - organization: *798 - repository: *799 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -152171,9 +152233,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *796 - installation: *797 - issue: *823 + enterprise: *797 + installation: *798 + issue: *824 issue_field: type: object description: The issue field whose value was set or updated on the @@ -152327,8 +152389,8 @@ x-webhooks: - id required: - from - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -152408,9 +152470,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *796 - installation: *797 - issue: *823 + enterprise: *797 + installation: *798 + issue: *824 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -152491,8 +152553,8 @@ x-webhooks: nullable: true required: - id - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -152572,8 +152634,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -153364,11 +153426,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -153485,9 +153547,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *817 - organization: *798 - repository: *799 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -153567,8 +153629,8 @@ x-webhooks: type: string enum: - locked - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -154383,11 +154445,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -154481,8 +154543,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -154561,8 +154623,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -155371,11 +155433,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -155469,9 +155531,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *824 - organization: *798 - repository: *799 + milestone: *825 + organization: *799 + repository: *800 sender: *4 required: - action @@ -156334,11 +156396,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -156919,8 +156981,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -157704,11 +157766,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -157832,8 +157894,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -157913,9 +157975,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *796 - installation: *797 - issue: &825 + enterprise: *797 + installation: *798 + issue: &826 title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) itself. @@ -158701,11 +158763,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158821,8 +158883,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -158901,8 +158963,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -159715,11 +159777,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159814,8 +159876,8 @@ x-webhooks: user_view_type: type: string type: *259 - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -160684,11 +160746,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161283,11 +161345,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *796 - installation: *797 - issue: *825 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + issue: *826 + organization: *799 + repository: *800 sender: *4 required: - action @@ -161367,12 +161429,12 @@ x-webhooks: type: string enum: - typed - enterprise: *796 - installation: *797 - issue: *823 + enterprise: *797 + installation: *798 + issue: *824 type: *259 - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -161453,7 +161515,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &855 + assignee: &856 title: User type: object nullable: true @@ -161523,11 +161585,11 @@ x-webhooks: required: - login - id - enterprise: *796 - installation: *797 - issue: *823 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + issue: *824 + organization: *799 + repository: *800 sender: *4 required: - action @@ -161606,12 +161668,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *796 - installation: *797 - issue: *823 - label: *817 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + issue: *824 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -161691,8 +161753,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 issue: title: Issue description: The [issue](https://docs.github.com/rest/issues/issues#get-an-issue) @@ -162505,11 +162567,11 @@ x-webhooks: properties: *90 required: *91 nullable: true - sub_issues_summary: *729 - issue_dependencies_summary: *730 + sub_issues_summary: *730 + issue_dependencies_summary: *731 issue_field_values: type: array - items: *578 + items: *579 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162603,8 +162665,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -162684,11 +162746,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *796 - installation: *797 - issue: *825 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + issue: *826 + organization: *799 + repository: *800 sender: *4 required: - action @@ -162767,12 +162829,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *796 - installation: *797 - issue: *823 + enterprise: *797 + installation: *798 + issue: *824 type: *259 - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -162852,11 +162914,11 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - label: *817 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -162934,11 +162996,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - label: *817 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -163048,11 +163110,11 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - label: *817 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + label: *818 + organization: *799 + repository: *800 sender: *4 required: - action @@ -163134,9 +163196,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *796 - installation: *797 - marketplace_purchase: &826 + enterprise: *797 + installation: *798 + marketplace_purchase: &827 title: Marketplace Purchase type: object required: @@ -163219,8 +163281,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *798 - previous_marketplace_purchase: &827 + organization: *799 + previous_marketplace_purchase: &828 title: Marketplace Purchase type: object properties: @@ -163300,7 +163362,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *799 + repository: *800 sender: *4 required: - action @@ -163380,10 +163442,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *796 - installation: *797 - marketplace_purchase: *826 - organization: *798 + enterprise: *797 + installation: *798 + marketplace_purchase: *827 + organization: *799 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163466,7 +163528,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *799 + repository: *800 sender: *4 required: - action @@ -163548,10 +163610,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *796 - installation: *797 - marketplace_purchase: *826 - organization: *798 + enterprise: *797 + installation: *798 + marketplace_purchase: *827 + organization: *799 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -163633,7 +163695,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *799 + repository: *800 sender: *4 required: - action @@ -163714,8 +163776,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 marketplace_purchase: title: Marketplace Purchase type: object @@ -163797,9 +163859,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *798 - previous_marketplace_purchase: *827 - repository: *799 + organization: *799 + previous_marketplace_purchase: *828 + repository: *800 sender: *4 required: - action @@ -163879,12 +163941,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *796 - installation: *797 - marketplace_purchase: *826 - organization: *798 - previous_marketplace_purchase: *827 - repository: *799 + enterprise: *797 + installation: *798 + marketplace_purchase: *827 + organization: *799 + previous_marketplace_purchase: *828 + repository: *800 sender: *4 required: - action @@ -163986,11 +164048,11 @@ x-webhooks: type: string required: - to - enterprise: *796 - installation: *797 - member: *818 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + member: *819 + organization: *799 + repository: *800 sender: *4 required: - action @@ -164090,11 +164152,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *796 - installation: *797 - member: *818 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + member: *819 + organization: *799 + repository: *800 sender: *4 required: - action @@ -164173,11 +164235,11 @@ x-webhooks: type: string enum: - removed - enterprise: *796 - installation: *797 - member: *818 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + member: *819 + organization: *799 + repository: *800 sender: *4 required: - action @@ -164255,11 +164317,11 @@ x-webhooks: type: string enum: - added - enterprise: *796 - installation: *797 - member: *818 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + member: *819 + organization: *799 + repository: *800 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164335,7 +164397,7 @@ x-webhooks: required: - login - id - team: &828 + team: &829 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -164558,11 +164620,11 @@ x-webhooks: type: string enum: - removed - enterprise: *796 - installation: *797 - member: *818 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + member: *819 + organization: *799 + repository: *800 scope: description: The scope of the membership. Currently, can only be `team`. @@ -164639,7 +164701,7 @@ x-webhooks: required: - login - id - team: *828 + team: *829 required: - action - scope @@ -164721,8 +164783,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *797 - merge_group: &830 + installation: *798 + merge_group: &831 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -164741,15 +164803,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *829 + head_commit: *830 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -164835,10 +164897,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *797 - merge_group: *830 - organization: *798 - repository: *799 + installation: *798 + merge_group: *831 + organization: *799 + repository: *800 sender: *4 required: - action @@ -164911,7 +164973,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 + enterprise: *797 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -165020,17 +165082,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *797 - organization: *798 + installation: *798 + organization: *799 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *831 - required: *832 - x-github-breaking-changes: *833 + properties: *832 + required: *833 + x-github-breaking-changes: *834 nullable: true sender: *4 required: @@ -165111,11 +165173,11 @@ x-webhooks: type: string enum: - closed - enterprise: *796 - installation: *797 - milestone: *824 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + milestone: *825 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165194,9 +165256,9 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - milestone: &834 + enterprise: *797 + installation: *798 + milestone: &835 title: Milestone description: A collection of related issues and pull requests. type: object @@ -165333,8 +165395,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165413,11 +165475,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - milestone: *824 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + milestone: *825 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165527,11 +165589,11 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - milestone: *824 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + milestone: *825 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165611,11 +165673,11 @@ x-webhooks: type: string enum: - opened - enterprise: *796 - installation: *797 - milestone: *834 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + milestone: *835 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165694,11 +165756,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *818 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + blocked_user: *819 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165777,11 +165839,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *818 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + blocked_user: *819 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -165860,9 +165922,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - membership: &835 + enterprise: *797 + installation: *798 + membership: &836 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -165969,8 +166031,8 @@ x-webhooks: - role - organization_url - user - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 required: - action @@ -166048,11 +166110,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *796 - installation: *797 - membership: *835 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + membership: *836 + organization: *799 + repository: *800 sender: *4 required: - action @@ -166131,8 +166193,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -166248,10 +166310,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 - user: *818 + user: *819 required: - action - invitation @@ -166329,11 +166391,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *796 - installation: *797 - membership: *835 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + membership: *836 + organization: *799 + repository: *800 sender: *4 required: - action @@ -166420,11 +166482,11 @@ x-webhooks: properties: from: type: string - enterprise: *796 - installation: *797 - membership: *835 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + membership: *836 + organization: *799 + repository: *800 sender: *4 required: - action @@ -166501,9 +166563,9 @@ x-webhooks: type: string enum: - published - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 package: description: Information about the package. type: object @@ -167002,7 +167064,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &836 + items: &837 title: Ruby Gems metadata type: object properties: @@ -167097,7 +167159,7 @@ x-webhooks: - owner - package_version - registry - repository: *799 + repository: *800 sender: *4 required: - action @@ -167173,9 +167235,9 @@ x-webhooks: type: string enum: - updated - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 package: description: Information about the package. type: object @@ -167528,7 +167590,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *836 + items: *837 source_url: type: string format: uri @@ -167598,7 +167660,7 @@ x-webhooks: - owner - package_version - registry - repository: *799 + repository: *800 sender: *4 required: - action @@ -167774,12 +167836,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *796 + enterprise: *797 id: type: integer - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - id @@ -167856,7 +167918,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &837 + personal_access_token_request: &838 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -168002,10 +168064,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *796 - organization: *798 + enterprise: *797 + organization: *799 sender: *4 - installation: *797 + installation: *798 required: - action - personal_access_token_request @@ -168082,11 +168144,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *837 - enterprise: *796 - organization: *798 + personal_access_token_request: *838 + enterprise: *797 + organization: *799 sender: *4 - installation: *797 + installation: *798 required: - action - personal_access_token_request @@ -168162,11 +168224,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *837 - enterprise: *796 - organization: *798 + personal_access_token_request: *838 + enterprise: *797 + organization: *799 sender: *4 - installation: *797 + installation: *798 required: - action - personal_access_token_request @@ -168241,11 +168303,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *837 - organization: *798 - enterprise: *796 + personal_access_token_request: *838 + organization: *799 + enterprise: *797 sender: *4 - installation: *797 + installation: *798 required: - action - personal_access_token_request @@ -168350,7 +168412,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *838 + last_response: *839 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -168382,8 +168444,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 zen: description: Random string of GitHub zen. @@ -168628,10 +168690,10 @@ x-webhooks: - from required: - note - enterprise: *796 - installation: *797 - organization: *798 - project_card: &839 + enterprise: *797 + installation: *798 + organization: *799 + project_card: &840 title: Project Card type: object properties: @@ -168750,7 +168812,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *799 + repository: *800 sender: *4 required: - action @@ -168831,11 +168893,11 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - project_card: *839 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project_card: *840 + repository: *800 sender: *4 required: - action @@ -168915,9 +168977,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 project_card: title: Project Card type: object @@ -169045,9 +169107,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *831 - required: *832 - x-github-breaking-changes: *833 + properties: *832 + required: *833 + x-github-breaking-changes: *834 nullable: true sender: *4 required: @@ -169141,11 +169203,11 @@ x-webhooks: - from required: - note - enterprise: *796 - installation: *797 - organization: *798 - project_card: *839 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project_card: *840 + repository: *800 sender: *4 required: - action @@ -169239,9 +169301,9 @@ x-webhooks: - from required: - column_id - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 project_card: allOf: - title: Project Card @@ -169431,7 +169493,7 @@ x-webhooks: type: string required: - after_id - repository: *799 + repository: *800 sender: *4 required: - action @@ -169511,10 +169573,10 @@ x-webhooks: type: string enum: - closed - enterprise: *796 - installation: *797 - organization: *798 - project: &841 + enterprise: *797 + installation: *798 + organization: *799 + project: &842 title: Project type: object properties: @@ -169638,7 +169700,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *799 + repository: *800 sender: *4 required: - action @@ -169718,10 +169780,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - project_column: &840 + enterprise: *797 + installation: *798 + organization: *799 + project_column: &841 title: Project Column type: object properties: @@ -169760,7 +169822,7 @@ x-webhooks: - name - created_at - updated_at - repository: *799 + repository: *800 sender: *4 required: - action @@ -169839,19 +169901,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - project_column: *840 + enterprise: *797 + installation: *798 + organization: *799 + project_column: *841 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *831 - required: *832 - x-github-breaking-changes: *833 + properties: *832 + required: *833 + x-github-breaking-changes: *834 nullable: true sender: *4 required: @@ -169941,11 +170003,11 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - organization: *798 - project_column: *840 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project_column: *841 + repository: *800 sender: *4 required: - action @@ -170025,11 +170087,11 @@ x-webhooks: type: string enum: - moved - enterprise: *796 - installation: *797 - organization: *798 - project_column: *840 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project_column: *841 + repository: *800 sender: *4 required: - action @@ -170109,11 +170171,11 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - project: *841 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project: *842 + repository: *800 sender: *4 required: - action @@ -170193,19 +170255,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - project: *841 + enterprise: *797 + installation: *798 + organization: *799 + project: *842 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *831 - required: *832 - x-github-breaking-changes: *833 + properties: *832 + required: *833 + x-github-breaking-changes: *834 nullable: true sender: *4 required: @@ -170307,11 +170369,11 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - organization: *798 - project: *841 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project: *842 + repository: *800 sender: *4 required: - action @@ -170390,11 +170452,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *796 - installation: *797 - organization: *798 - project: *841 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + project: *842 + repository: *800 sender: *4 required: - action @@ -170475,8 +170537,8 @@ x-webhooks: type: string enum: - closed - installation: *797 - organization: *798 + installation: *798 + organization: *799 projects_v2: *293 sender: *4 required: @@ -170558,8 +170620,8 @@ x-webhooks: type: string enum: - created - installation: *797 - organization: *798 + installation: *798 + organization: *799 projects_v2: *293 sender: *4 required: @@ -170641,8 +170703,8 @@ x-webhooks: type: string enum: - deleted - installation: *797 - organization: *798 + installation: *798 + organization: *799 projects_v2: *293 sender: *4 required: @@ -170760,8 +170822,8 @@ x-webhooks: type: string to: type: string - installation: *797 - organization: *798 + installation: *798 + organization: *799 projects_v2: *293 sender: *4 required: @@ -170845,7 +170907,7 @@ x-webhooks: type: string enum: - archived - changes: &845 + changes: &846 type: object properties: archived_at: @@ -170859,9 +170921,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *797 - organization: *798 - projects_v2_item: &842 + installation: *798 + organization: *799 + projects_v2_item: &843 title: Projects v2 Item description: An item belonging to a project type: object @@ -170996,9 +171058,9 @@ x-webhooks: nullable: true to: type: string - installation: *797 - organization: *798 - projects_v2_item: *842 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171080,9 +171142,9 @@ x-webhooks: type: string enum: - created - installation: *797 - organization: *798 - projects_v2_item: *842 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171163,9 +171225,9 @@ x-webhooks: type: string enum: - deleted - installation: *797 - organization: *798 - projects_v2_item: *842 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171271,7 +171333,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &843 + - &844 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -171293,7 +171355,7 @@ x-webhooks: required: - id - name - - &844 + - &845 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -171327,8 +171389,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *843 - *844 + - *845 required: - field_value - type: object @@ -171344,9 +171406,9 @@ x-webhooks: nullable: true required: - body - installation: *797 - organization: *798 - projects_v2_item: *842 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171441,9 +171503,9 @@ x-webhooks: to: type: string nullable: true - installation: *797 - organization: *798 - projects_v2_item: *842 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171526,10 +171588,10 @@ x-webhooks: type: string enum: - restored - changes: *845 - installation: *797 - organization: *798 - projects_v2_item: *842 + changes: *846 + installation: *798 + organization: *799 + projects_v2_item: *843 sender: *4 required: - action @@ -171611,8 +171673,8 @@ x-webhooks: type: string enum: - reopened - installation: *797 - organization: *798 + installation: *798 + organization: *799 projects_v2: *293 sender: *4 required: @@ -171694,14 +171756,14 @@ x-webhooks: type: string enum: - created - installation: *797 - organization: *798 - projects_v2_status_update: &848 + installation: *798 + organization: *799 + projects_v2_status_update: &849 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *846 - required: *847 + properties: *847 + required: *848 sender: *4 required: - action @@ -171782,9 +171844,9 @@ x-webhooks: type: string enum: - deleted - installation: *797 - organization: *798 - projects_v2_status_update: *848 + installation: *798 + organization: *799 + projects_v2_status_update: *849 sender: *4 required: - action @@ -171920,9 +171982,9 @@ x-webhooks: type: string format: date nullable: true - installation: *797 - organization: *798 - projects_v2_status_update: *848 + installation: *798 + organization: *799 + projects_v2_status_update: *849 sender: *4 required: - action @@ -171993,10 +172055,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - repository @@ -172073,13 +172135,13 @@ x-webhooks: type: string enum: - assigned - assignee: *818 - enterprise: *796 - installation: *797 - number: &849 + assignee: *819 + enterprise: *797 + installation: *798 + number: &850 description: The pull request number. type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -174258,7 +174320,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -174385,7 +174447,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -174482,11 +174544,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -176658,7 +176720,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -176787,7 +176849,7 @@ x-webhooks: - draft reason: type: string - repository: *799 + repository: *800 sender: *4 required: - action @@ -176884,11 +176946,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -179060,7 +179122,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -179189,7 +179251,7 @@ x-webhooks: - draft reason: type: string - repository: *799 + repository: *800 sender: *4 required: - action @@ -179286,13 +179348,13 @@ x-webhooks: type: string enum: - closed - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: &850 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: &851 allOf: - - *631 + - *632 - type: object properties: allow_auto_merge: @@ -179354,7 +179416,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *799 + repository: *800 sender: *4 required: - action @@ -179435,12 +179497,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: *850 - repository: *799 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: *851 + repository: *800 sender: *4 required: - action @@ -179520,11 +179582,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *796 - milestone: *614 - number: *849 - organization: *798 - pull_request: &851 + enterprise: *797 + milestone: *615 + number: *850 + organization: *799 + pull_request: &852 title: Pull Request type: object properties: @@ -181683,7 +181745,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -181852,7 +181914,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *799 + repository: *800 sender: *4 required: - action @@ -181931,11 +181993,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -184098,7 +184160,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -184240,7 +184302,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *799 + repository: *800 sender: *4 required: - action @@ -184372,12 +184434,12 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: *850 - repository: *799 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: *851 + repository: *800 sender: *4 required: - action @@ -184457,11 +184519,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -186624,7 +186686,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -186751,7 +186813,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -186839,11 +186901,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *796 - installation: *797 - label: *817 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + label: *818 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -189021,7 +189083,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -189148,7 +189210,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -189244,10 +189306,10 @@ x-webhooks: type: string enum: - locked - enterprise: *796 - installation: *797 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -191423,7 +191485,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191550,7 +191612,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -191645,12 +191707,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *796 - milestone: *614 - number: *849 - organization: *798 - pull_request: *851 - repository: *799 + enterprise: *797 + milestone: *615 + number: *850 + organization: *799 + pull_request: *852 + repository: *800 sender: *4 required: - action @@ -191729,12 +191791,12 @@ x-webhooks: type: string enum: - opened - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: *850 - repository: *799 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: *851 + repository: *800 sender: *4 required: - action @@ -191815,12 +191877,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: *850 - repository: *799 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: *851 + repository: *800 sender: *4 required: - action @@ -191900,12 +191962,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *796 - installation: *797 - number: *849 - organization: *798 - pull_request: *850 - repository: *799 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 + pull_request: *851 + repository: *800 sender: *4 required: - action @@ -192271,9 +192333,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: type: object properties: @@ -194344,7 +194406,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -194466,7 +194528,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *799 + repository: *800 sender: *4 required: - action @@ -194561,7 +194623,7 @@ x-webhooks: type: string enum: - deleted - comment: &853 + comment: &854 title: Pull Request Review Comment description: The [comment](https://docs.github.com/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -194846,9 +194908,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: type: object properties: @@ -196907,7 +196969,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -197029,7 +197091,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *799 + repository: *800 sender: *4 required: - action @@ -197124,11 +197186,11 @@ x-webhooks: type: string enum: - edited - changes: *852 - comment: *853 - enterprise: *796 - installation: *797 - organization: *798 + changes: *853 + comment: *854 + enterprise: *797 + installation: *798 + organization: *799 pull_request: type: object properties: @@ -199190,7 +199252,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -199312,7 +199374,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *799 + repository: *800 sender: *4 required: - action @@ -199408,9 +199470,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: title: Simple Pull Request type: object @@ -201482,7 +201544,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -201606,7 +201668,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *799 + repository: *800 review: description: The review that was affected. type: object @@ -201868,9 +201930,9 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: title: Simple Pull Request type: object @@ -203924,8 +203986,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *799 - review: &854 + repository: *800 + review: &855 description: The review that was affected. type: object properties: @@ -204166,12 +204228,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: description: The pull request number. type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -206350,7 +206412,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -206477,7 +206539,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 requested_reviewer: title: User type: object @@ -206561,12 +206623,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: description: The pull request number. type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -208752,7 +208814,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -208879,7 +208941,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 requested_team: title: Team description: Groups of organization members that gives permissions @@ -209094,12 +209156,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: description: The pull request number. type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -211279,7 +211341,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -211407,7 +211469,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 requested_reviewer: title: User type: object @@ -211492,12 +211554,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *796 - installation: *797 + enterprise: *797 + installation: *798 number: description: The pull request number. type: integer - organization: *798 + organization: *799 pull_request: title: Pull Request type: object @@ -213668,7 +213730,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. @@ -213796,7 +213858,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 requested_team: title: Team description: Groups of organization members that gives permissions @@ -214000,9 +214062,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: title: Simple Pull Request type: object @@ -216076,7 +216138,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -216200,8 +216262,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *799 - review: *854 + repository: *800 + review: *855 sender: *4 required: - action @@ -216296,9 +216358,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: title: Simple Pull Request type: object @@ -218267,7 +218329,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -218391,7 +218453,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *799 + repository: *800 sender: *4 thread: type: object @@ -218786,9 +218848,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 pull_request: title: Simple Pull Request type: object @@ -220744,7 +220806,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: type: string enum: @@ -220867,7 +220929,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *799 + repository: *800 sender: *4 thread: type: object @@ -221259,11 +221321,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *796 - installation: *797 - stack: *628 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + stack: *629 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -223441,7 +223503,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -223568,7 +223630,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -223669,10 +223731,10 @@ x-webhooks: type: string before: type: string - enterprise: *796 - installation: *797 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -225839,7 +225901,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -225966,7 +226028,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -226063,11 +226125,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *855 - enterprise: *796 - installation: *797 - number: *849 - organization: *798 + assignee: *856 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -228246,7 +228308,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -228373,7 +228435,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -228467,11 +228529,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *796 - installation: *797 - label: *817 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + label: *818 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -230640,7 +230702,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -230767,7 +230829,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -230863,10 +230925,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *796 - installation: *797 - number: *849 - organization: *798 + enterprise: *797 + installation: *798 + number: *850 + organization: *799 pull_request: title: Pull Request type: object @@ -233028,7 +233090,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *628 + stack: *629 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -233154,7 +233216,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *799 + repository: *800 sender: *4 required: - action @@ -233369,7 +233431,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *796 + enterprise: *797 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -233461,8 +233523,8 @@ x-webhooks: - url - author - committer - installation: *797 - organization: *798 + installation: *798 + organization: *799 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -234048,9 +234110,9 @@ x-webhooks: type: string enum: - published - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 registry_package: type: object properties: @@ -234496,7 +234558,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *836 + items: *837 summary: type: string tag_name: @@ -234550,7 +234612,7 @@ x-webhooks: - owner - package_version - registry - repository: *799 + repository: *800 sender: *4 required: - action @@ -234628,9 +234690,9 @@ x-webhooks: type: string enum: - updated - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 registry_package: type: object properties: @@ -234938,7 +235000,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *836 + items: *837 summary: type: string tag_name: @@ -234987,7 +235049,7 @@ x-webhooks: - owner - package_version - registry - repository: *799 + repository: *800 sender: *4 required: - action @@ -235064,10 +235126,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - release: &856 + enterprise: *797 + installation: *798 + organization: *799 + release: &857 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -235385,7 +235447,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *799 + repository: *800 sender: *4 required: - action @@ -235462,11 +235524,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - release: *856 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + release: *857 + repository: *800 sender: *4 required: - action @@ -235583,11 +235645,11 @@ x-webhooks: type: boolean required: - to - enterprise: *796 - installation: *797 - organization: *798 - release: *856 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + release: *857 + repository: *800 sender: *4 required: - action @@ -235665,9 +235727,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 release: title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) @@ -235989,7 +236051,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *799 + repository: *800 sender: *4 required: - action @@ -236065,10 +236127,10 @@ x-webhooks: type: string enum: - published - enterprise: *796 - installation: *797 - organization: *798 - release: &857 + enterprise: *797 + installation: *798 + organization: *799 + release: &858 title: Release description: The [release](https://docs.github.com/rest/releases/releases/#get-a-release) object. @@ -236387,7 +236449,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *799 + repository: *800 sender: *4 required: - action @@ -236463,11 +236525,11 @@ x-webhooks: type: string enum: - released - enterprise: *796 - installation: *797 - organization: *798 - release: *856 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + release: *857 + repository: *800 sender: *4 required: - action @@ -236543,11 +236605,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *796 - installation: *797 - organization: *798 - release: *857 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + release: *858 + repository: *800 sender: *4 required: - action @@ -236623,11 +236685,11 @@ x-webhooks: type: string enum: - published - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - repository_advisory: *716 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + repository_advisory: *717 sender: *4 required: - action @@ -236703,11 +236765,11 @@ x-webhooks: type: string enum: - reported - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - repository_advisory: *716 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + repository_advisory: *717 sender: *4 required: - action @@ -236783,10 +236845,10 @@ x-webhooks: type: string enum: - archived - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -236863,10 +236925,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -236944,10 +237006,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237031,10 +237093,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237146,10 +237208,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237221,10 +237283,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 status: type: string @@ -237305,10 +237367,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237385,10 +237447,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237482,10 +237544,10 @@ x-webhooks: - name required: - repository - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -237565,10 +237627,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 repository_ruleset: *342 sender: *4 required: @@ -237647,10 +237709,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 repository_ruleset: *342 sender: *4 required: @@ -237729,10 +237791,10 @@ x-webhooks: type: string enum: - edited - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 repository_ruleset: *342 changes: type: object @@ -237794,16 +237856,16 @@ x-webhooks: properties: added: type: array - items: *652 + items: *653 deleted: type: array - items: *652 + items: *653 updated: type: array items: type: object properties: - rule: *652 + rule: *653 changes: type: object properties: @@ -238037,10 +238099,10 @@ x-webhooks: - from required: - owner - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238118,10 +238180,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238199,7 +238261,7 @@ x-webhooks: type: string enum: - create - alert: &858 + alert: &859 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -238321,10 +238383,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238530,10 +238592,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238611,11 +238673,11 @@ x-webhooks: type: string enum: - reopen - alert: *858 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *859 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238814,10 +238876,10 @@ x-webhooks: enum: - fixed - open - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -238895,7 +238957,7 @@ x-webhooks: type: string enum: - assigned - alert: &860 + alert: &861 type: object properties: number: *189 @@ -239045,12 +239107,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *859 + metadata: *860 assignee: *4 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239128,11 +239190,11 @@ x-webhooks: type: string enum: - created - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239213,11 +239275,11 @@ x-webhooks: type: string enum: - created - alert: *860 - installation: *797 - location: *861 - organization: *798 - repository: *799 + alert: *861 + installation: *798 + location: *862 + organization: *799 + repository: *800 sender: *4 required: - location @@ -239455,11 +239517,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239536,11 +239598,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239617,11 +239679,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239699,11 +239761,11 @@ x-webhooks: type: string enum: - reopened - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239781,11 +239843,11 @@ x-webhooks: type: string enum: - resolved - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239863,12 +239925,12 @@ x-webhooks: type: string enum: - unassigned - alert: *860 + alert: *861 assignee: *4 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -239946,11 +240008,11 @@ x-webhooks: type: string enum: - validated - alert: *860 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + alert: *861 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -240076,10 +240138,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *799 - enterprise: *796 - installation: *797 - organization: *798 + repository: *800 + enterprise: *797 + installation: *798 + organization: *799 sender: *4 required: - action @@ -240157,11 +240219,11 @@ x-webhooks: type: string enum: - published - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - security_advisory: &862 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + security_advisory: &863 description: The details of the security advisory, including summary, description, and severity. type: object @@ -240362,11 +240424,11 @@ x-webhooks: type: string enum: - updated - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 - security_advisory: *862 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 + security_advisory: *863 sender: *4 required: - action @@ -240439,10 +240501,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -240635,9 +240697,9 @@ x-webhooks: type: object properties: security_and_analysis: *315 - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: *362 sender: *4 required: @@ -240716,12 +240778,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: &863 + sponsorship: &864 type: object properties: created_at: @@ -241022,12 +241084,12 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: *863 + sponsorship: *864 required: - action - sponsorship @@ -241115,12 +241177,12 @@ x-webhooks: type: string required: - from - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: *863 + sponsorship: *864 required: - action - changes @@ -241197,17 +241259,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &864 + effective_date: &865 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: *863 + sponsorship: *864 required: - action - sponsorship @@ -241281,7 +241343,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &865 + changes: &866 type: object properties: tier: @@ -241325,13 +241387,13 @@ x-webhooks: - from required: - tier - effective_date: *864 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + effective_date: *865 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: *863 + sponsorship: *864 required: - action - changes @@ -241408,13 +241470,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *865 - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + changes: *866 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - sponsorship: *863 + sponsorship: *864 required: - action - changes @@ -241488,10 +241550,10 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241574,10 +241636,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -241997,15 +242059,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *796 + enterprise: *797 id: description: The unique identifier of the status. type: integer - installation: *797 + installation: *798 name: type: string - organization: *798 - repository: *799 + organization: *799 + repository: *800 sender: *4 sha: description: The Commit SHA. @@ -242120,9 +242182,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -242211,9 +242273,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -242302,9 +242364,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -242393,9 +242455,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *89 - installation: *797 - organization: *798 - repository: *799 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -242471,12 +242533,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - team: &866 + team: &867 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -242699,9 +242761,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: title: Repository description: A git repository @@ -243159,7 +243221,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *866 + team: *867 required: - action - team @@ -243235,9 +243297,9 @@ x-webhooks: type: string enum: - created - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: title: Repository description: A git repository @@ -243695,7 +243757,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *866 + team: *867 required: - action - team @@ -243772,9 +243834,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: title: Repository description: A git repository @@ -244232,7 +244294,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *866 + team: *867 required: - action - team @@ -244376,9 +244438,9 @@ x-webhooks: - from required: - permissions - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: title: Repository description: A git repository @@ -244836,7 +244898,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *866 + team: *867 required: - action - changes @@ -244914,9 +244976,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *796 - installation: *797 - organization: *798 + enterprise: *797 + installation: *798 + organization: *799 repository: title: Repository description: A git repository @@ -245374,7 +245436,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *866 + team: *867 required: - action - team @@ -245450,10 +245512,10 @@ x-webhooks: type: string enum: - started - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 required: - action @@ -245526,16 +245588,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *796 + enterprise: *797 inputs: type: object nullable: true additionalProperties: true - installation: *797 - organization: *798 + installation: *798 + organization: *799 ref: type: string - repository: *799 + repository: *800 sender: *4 workflow: type: string @@ -245617,10 +245679,10 @@ x-webhooks: type: string enum: - completed - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 workflow_job: allOf: @@ -245936,10 +245998,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 workflow_job: allOf: @@ -246278,10 +246340,10 @@ x-webhooks: type: string enum: - queued - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 workflow_job: type: object @@ -246495,10 +246557,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 workflow_job: type: object @@ -246714,12 +246776,12 @@ x-webhooks: type: string enum: - completed - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - workflow: *813 + workflow: *814 workflow_run: title: Workflow Run type: object @@ -247718,12 +247780,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - workflow: *813 + workflow: *814 workflow_run: title: Workflow Run type: object @@ -248707,12 +248769,12 @@ x-webhooks: type: string enum: - requested - enterprise: *796 - installation: *797 - organization: *798 - repository: *799 + enterprise: *797 + installation: *798 + organization: *799 + repository: *800 sender: *4 - workflow: *813 + workflow: *814 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json index 2beded882f..0eff48c2ee 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -49776,6 +49776,211 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -49983,6 +50188,235 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "username", + "description": "The handle for the GitHub user account.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -73030,17 +73464,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -77355,12 +77786,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -77704,12 +78135,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -77970,12 +78401,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -78284,12 +78715,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -113967,6 +114398,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -114116,6 +114556,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -153067,126 +153510,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -282335,17 +282666,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -331284,126 +331612,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -370245,6 +370461,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -370259,7 +370484,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -370422,6 +370648,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -370444,6 +370678,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -474661,6 +474900,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -481307,6 +481569,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -511686,6 +511971,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512176,6 +512484,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512899,6 +513230,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -520484,6 +520838,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -520994,6 +521371,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -521539,6 +521939,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -550786,6 +551209,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -551276,6 +551722,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -563345,6 +563814,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -564423,6 +564915,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -564932,6 +565447,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -565442,6 +565980,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -565987,6 +566548,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -621932,7 +622516,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -625552,7 +626136,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -644694,17 +645278,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -760666,126 +761247,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 2adaa287bd..5230f08a47 100644 --- a/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -694,7 +694,7 @@ paths: required: - vector_string - score - cvss_severities: &137 + cvss_severities: &138 type: object nullable: true properties: @@ -734,7 +734,7 @@ paths: required: - vector_string - score - epss: &138 + epss: &139 type: object nullable: true readOnly: true @@ -1038,7 +1038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &829 + - &830 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3845,7 +3845,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &148 + properties: &149 description: description: A short description of the enterprise. type: string @@ -3887,7 +3887,7 @@ paths: avatar_url: type: string format: uri - required: &149 + required: &150 - id - node_id - name @@ -4402,7 +4402,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &838 + schema: &839 title: Scim Error description: Scim Error type: object @@ -11833,7 +11833,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &839 + '401': &840 description: Authorization failure '404': *6 x-github: @@ -16028,28 +16028,28 @@ paths: items: &336 type: object properties: - number: &135 + number: &136 type: integer description: The security alert number. readOnly: true - created_at: &142 + created_at: &143 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &143 + updated_at: &144 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &140 + url: &141 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &141 + html_url: &142 type: string description: The GitHub URL of the alert resource. format: uri @@ -16068,7 +16068,7 @@ paths: - open - dismissed - fixed - fixed_at: &145 + fixed_at: &146 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16082,7 +16082,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &144 + dismissed_at: &145 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16241,7 +16241,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &146 + properties: &147 id: type: integer format: int64 @@ -16468,7 +16468,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &147 + required: &148 - archive_url - assignees_url - blobs_url @@ -20391,6 +20391,123 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - *42 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -20421,7 +20538,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - *42 - - &152 + - &135 name: username description: The handle for the GitHub user account. in: path @@ -20513,6 +20630,143 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - *42 + - *135 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -20650,7 +20904,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -20665,7 +20919,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &136 + package: &137 type: object description: Details for the vulnerable package. readOnly: true @@ -20740,13 +20994,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &139 + items: &140 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *136 + package: *137 severity: type: string description: The severity of the vulnerability. @@ -20819,8 +21073,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *137 - epss: *138 + cvss_severities: *138 + epss: *139 cwes: type: array description: Details for the advisory pertaining to Common @@ -20919,12 +21173,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -20948,7 +21202,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: &649 type: string description: 'The time that the alert was auto-dismissed in @@ -21424,8 +21678,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *146 - required: *147 + properties: *147 + required: *148 nullable: true additionalProperties: false examples: @@ -21933,8 +22187,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *148 - required: *149 + properties: *149 + required: *150 nullable: true created_at: description: The date and time the role was created. @@ -22027,7 +22281,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - *42 - - &150 + - &151 name: team_slug description: The slug of the enterprise team name. in: path @@ -22070,8 +22324,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - *42 - - *150 - - &151 + - *151 + - &152 name: role_id description: The unique identifier of the role. in: path @@ -22113,8 +22367,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - *42 - - *150 - *151 + - *152 responses: '204': description: Response @@ -22148,7 +22402,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - *42 - - *152 + - *135 responses: '204': description: Response @@ -22182,8 +22436,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22216,8 +22470,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22251,7 +22505,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - *42 - - *151 + - *152 responses: '200': description: Response @@ -22311,7 +22565,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -22362,7 +22616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -23018,7 +23272,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *42 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -25525,7 +25779,7 @@ paths: - *173 rules: type: array - items: &794 + items: &795 title: Repository Rule type: object description: A repository rule. @@ -25534,7 +25788,7 @@ paths: - *179 - *180 - *181 - - &791 + - &792 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25625,7 +25879,7 @@ paths: - *192 - *193 - *194 - - &792 + - &793 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -26160,8 +26414,8 @@ paths: items: &476 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -26169,21 +26423,21 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &807 + state: &808 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &808 + resolution: &809 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26300,8 +26554,8 @@ paths: pull request. ' - oneOf: &809 - - &811 + oneOf: &810 + - &812 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26359,7 +26613,7 @@ paths: - blob_url - commit_sha - commit_url - - &812 + - &813 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -26414,7 +26668,7 @@ paths: - page_url - commit_sha - commit_url - - &813 + - &814 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26434,7 +26688,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &814 + - &815 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26454,7 +26708,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &815 + - &816 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26474,7 +26728,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &816 + - &817 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26488,7 +26742,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &817 + - &818 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26502,7 +26756,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &818 + - &819 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26516,7 +26770,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &819 + - &820 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -26536,7 +26790,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &820 + - &821 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -26556,7 +26810,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &821 + - &822 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -26576,7 +26830,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &822 + - &823 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -26596,7 +26850,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &823 + - &824 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -27153,17 +27407,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -28992,13 +29243,13 @@ paths: type: number nullable: true description: The AI credit pool cap target amount, in - dollars. Null when the cap budget has not been materialized - yet. + AI Credits. Null when the cap budget has not been + materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against - the AI credit pool cap, in dollars. Null when the + the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -29145,13 +29396,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -29288,13 +29539,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -29426,13 +29677,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -30658,7 +30909,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '200': description: User is a member of the enterprise team. @@ -30703,7 +30954,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '201': description: Successfully added team member @@ -30730,7 +30981,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '204': description: Response @@ -31481,7 +31732,7 @@ paths: properties: action: type: string - discussion: &950 + discussion: &951 title: Discussion description: A Discussion in a repository. type: object @@ -32226,7 +32477,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &866 + sub_issues_summary: &867 title: Sub-issues Summary type: object properties: @@ -32313,7 +32564,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &734 + properties: &735 pinned_at: type: string format: date-time @@ -32325,7 +32576,7 @@ paths: properties: *20 required: *21 nullable: true - required: &735 + required: &736 - pinned_at - pinned_by nullable: true @@ -32334,13 +32585,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &736 + properties: &737 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &737 + required: &738 - reason nullable: true required: &237 @@ -32353,7 +32604,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &867 + issue_dependencies_summary: &868 title: Issue Dependencies Summary type: object properties: @@ -32372,7 +32623,7 @@ paths: - total_blocking issue_field_values: type: array - items: &718 + items: &719 title: Issue Field Value description: A value assigned to an issue field type: object @@ -33166,7 +33417,7 @@ paths: type: string release: allOf: - - &784 + - &785 title: Release description: A release. type: object @@ -33237,7 +33488,7 @@ paths: author: *4 assets: type: array - items: &785 + items: &786 title: Release Asset description: Data related to a release. type: object @@ -33816,7 +34067,7 @@ paths: url: type: string format: uri - user: &875 + user: &876 title: Public User description: Public User type: object @@ -37001,6 +37252,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -37101,6 +37358,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -37220,7 +37479,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &757 + - &758 name: all description: If `true`, show notifications marked as read. in: query @@ -37228,7 +37487,7 @@ paths: schema: type: boolean default: false - - &758 + - &759 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -37238,7 +37497,7 @@ paths: type: boolean default: false - *242 - - &759 + - &760 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -37776,7 +38035,7 @@ paths: - url - subscription_url examples: - default: &760 + default: &761 value: - id: '1' repository: @@ -38628,7 +38887,7 @@ paths: type: array items: *164 examples: - default: &766 + default: &767 value: - property_name: environment value: production @@ -38678,7 +38937,7 @@ paths: required: - properties examples: - default: &767 + default: &768 value: properties: - property_name: environment @@ -45420,12 +45679,12 @@ paths: required: - subject_digests examples: - default: &908 + default: &909 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &909 + withPredicateType: &910 value: subject_digests: - sha256:abc123 @@ -45483,7 +45742,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &910 + default: &911 value: attestations_subject_digests: - sha256:abc: @@ -45836,94 +46095,12 @@ paths: default: &556 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46022,7 +46199,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: If the user is blocked @@ -46048,7 +46225,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -46069,7 +46246,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -52317,7 +52494,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -52348,7 +52525,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52418,7 +52595,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -52498,7 +52675,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -52535,7 +52712,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52588,7 +52765,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -56973,7 +57150,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if requester is an organization member and user is @@ -57008,7 +57185,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -57035,7 +57212,7 @@ paths: - *17 - *19 - *90 - - *152 + - *135 responses: '200': description: Response @@ -57079,7 +57256,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *90 - - *152 + - *135 - &411 name: codespace_name in: path @@ -57114,7 +57291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *90 - - *152 + - *135 - *411 responses: '200': @@ -57297,7 +57474,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -57373,7 +57550,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: Response @@ -57519,7 +57696,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -57574,7 +57751,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -58372,7 +58549,7 @@ paths: parameters: - *90 - *415 - - &891 + - &892 name: repo_name description: repo_name parameter in: path @@ -58909,7 +59086,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -58940,7 +59117,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -58966,7 +59143,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -58992,8 +59169,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -59024,8 +59201,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -59054,7 +59231,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -59118,7 +59295,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -59211,7 +59388,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -59237,7 +59414,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -59378,7 +59555,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -59584,7 +59761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -59642,7 +59819,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -59700,7 +59877,7 @@ paths: - nuget - container - *90 - - &892 + - &893 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59741,7 +59918,7 @@ paths: default: *421 '403': *29 '401': *25 - '400': &894 + '400': &895 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -61838,7 +62015,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &986 + properties: &987 id: type: number description: The unique identifier of the status update. @@ -61886,7 +62063,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &987 + required: &988 - id - node_id - created_at @@ -62326,7 +62503,7 @@ paths: - review_comment - self author_association: *232 - auto_merge: &769 + auto_merge: &770 title: Auto merge description: The status of auto merging a pull request. type: object @@ -62351,7 +62528,7 @@ paths: - commit_title - commit_message nullable: true - stack: &770 + stack: &771 title: Pull Request Stack description: The stack information associated with a pull request. @@ -62743,7 +62920,7 @@ paths: - updated_at - project_url examples: - default: &914 + default: &915 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62920,7 +63097,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &915 + items: &916 type: object properties: name: @@ -62957,7 +63134,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &916 + iteration_configuration: &917 type: object description: The configuration for iteration fields. properties: @@ -63007,7 +63184,7 @@ paths: value: name: Due date data_type: date - single_select_field: &917 + single_select_field: &918 summary: Create a single select field value: name: Priority @@ -63034,7 +63211,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &918 + iteration_field: &919 summary: Create an iteration field value: name: Sprint @@ -63060,7 +63237,7 @@ paths: application/json: schema: *442 examples: - text_field: &919 + text_field: &920 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -63069,7 +63246,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &920 + number_field: &921 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -63078,7 +63255,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &921 + date_field: &922 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -63087,7 +63264,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &922 + single_select_field: &923 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63121,7 +63298,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &923 + iteration_field: &924 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -63167,7 +63344,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *438 - - &924 + - &925 name: field_id description: The unique identifier of the field. in: path @@ -63182,7 +63359,7 @@ paths: application/json: schema: *442 examples: - default: &925 + default: &926 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -64379,7 +64556,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &905 + schema: &906 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64556,7 +64733,7 @@ paths: parameters: - *438 - *90 - - &926 + - &927 name: view_number description: The number that identifies the project view. in: path @@ -64999,7 +65176,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if user is a public member @@ -65024,7 +65201,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -65046,7 +65223,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -66384,7 +66561,7 @@ paths: - *90 - *17 - *19 - - &793 + - &794 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66600,7 +66777,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &795 + - &796 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -66612,14 +66789,14 @@ paths: x-multi-segment: true - *326 - *108 - - &796 + - &797 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &797 + - &798 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66632,7 +66809,7 @@ paths: - bypass - all default: all - - &798 + - &799 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -66655,7 +66832,7 @@ paths: description: Response content: application/json: - schema: &799 + schema: &800 title: Rule Suites description: Response type: array @@ -66710,7 +66887,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &800 + default: &801 value: - id: 21 actor_id: 12 @@ -66754,7 +66931,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &801 + - &802 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66770,7 +66947,7 @@ paths: description: Response content: application/json: - schema: &802 + schema: &803 title: Rule Suite description: Response type: object @@ -66869,7 +67046,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &803 + default: &804 value: id: 21 actor_id: 12 @@ -67205,7 +67382,7 @@ paths: - *113 - *19 - *17 - - &805 + - &806 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -67215,7 +67392,7 @@ paths: required: false schema: type: string - - &806 + - &807 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -67642,7 +67819,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 description: A repository security advisory. type: object properties: @@ -67829,7 +68006,7 @@ paths: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array nullable: true @@ -67933,7 +68110,7 @@ paths: - private_fork additionalProperties: false examples: - default: &828 + default: &829 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69894,7 +70071,7 @@ paths: application/json: schema: type: array - items: &869 + items: &870 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -70013,7 +70190,7 @@ paths: - type - url examples: - default: &870 + default: &871 value: - login: octocat id: 1 @@ -70066,7 +70243,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '200': description: Response @@ -70099,7 +70276,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &871 + response-if-user-is-a-team-maintainer: &872 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -70137,7 +70314,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 requestBody: required: false content: @@ -70164,7 +70341,7 @@ paths: application/json: schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: &872 + response-if-users-membership-with-team-is-now-pending: &873 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70201,7 +70378,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '204': description: Response @@ -70278,7 +70455,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &873 + schema: &874 title: Team Repository description: A team's access to a repository. type: object @@ -71046,7 +71223,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: &874 + response-if-child-teams-exist: &875 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -76718,7 +76895,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &944 + properties: &945 url: type: string format: uri @@ -76803,7 +76980,7 @@ paths: nullable: true properties: *230 required: *231 - required: &945 + required: &946 - id - node_id - sha @@ -83227,7 +83404,7 @@ paths: check. type: array items: *240 - deployment: &937 + deployment: &938 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -84139,7 +84316,7 @@ paths: type: string format: date-time nullable: true - head_commit: &970 + head_commit: &971 title: Simple Commit description: A commit. type: object @@ -85315,6 +85492,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -85326,6 +85510,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *582 '404': *6 '503': *204 @@ -85386,6 +85571,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -85395,6 +85586,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -85540,14 +85733,14 @@ paths: items: type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *585 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -85555,7 +85748,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *586 dismissed_comment: *587 rule: *588 @@ -85723,7 +85916,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -85732,14 +85925,14 @@ paths: schema: &593 type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *585 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -85747,7 +85940,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *586 dismissed_comment: *587 rule: @@ -88865,14 +89058,14 @@ paths: type: integer machines: type: array - items: &880 + items: &881 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *616 required: *617 examples: - default: &881 + default: &882 value: total_count: 2 machines: @@ -89481,7 +89674,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '204': description: Response if user is a collaborator @@ -89529,7 +89722,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 requestBody: required: false content: @@ -89786,7 +89979,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '204': description: No Content when collaborator was removed from the repository. @@ -89819,7 +90012,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '200': description: if user has admin permissions @@ -90510,7 +90703,7 @@ paths: type: array items: *628 examples: - default: &777 + default: &778 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90801,7 +90994,7 @@ paths: type: array items: *632 examples: - default: &768 + default: &769 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -91359,7 +91552,7 @@ paths: application/json: schema: *628 examples: - default: &753 + default: &754 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -92018,7 +92211,7 @@ paths: application/json: schema: type: array - items: &832 + items: &833 title: Status description: The status of a commit. type: object @@ -92987,7 +93180,7 @@ paths: - size - type - url - - &782 + - &783 title: Content File description: Content File type: object @@ -93601,7 +93794,7 @@ paths: items: type: object properties: - placeholder_id: &824 + placeholder_id: &825 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -94065,7 +94258,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -94080,7 +94273,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *136 + package: *137 manifest_path: type: string description: The full path to the dependency manifest file, @@ -94109,12 +94302,12 @@ paths: - transitive - inconclusive security_advisory: *648 - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -94138,7 +94331,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: *649 dismissal_request: *650 assignees: @@ -94406,7 +94599,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -100336,7 +100529,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &978 + last_response: &979 title: Hook Response type: object properties: @@ -101388,7 +101581,7 @@ paths: parameters: - *510 - *511 - - &903 + - &904 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -102107,7 +102300,7 @@ paths: type: array items: *702 examples: - default: &896 + default: &897 value: - id: 1 repository: @@ -103763,6 +103956,30 @@ paths: nullable: true properties: *711 required: *712 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &718 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *232 lock_reason: type: string @@ -105076,7 +105293,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &721 + - &722 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -105119,6 +105336,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - label - id @@ -105130,7 +105358,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &722 + - &723 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -105173,6 +105401,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - label - id @@ -105208,6 +105447,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -105266,7 +105516,7 @@ paths: - performed_via_github_app - assignee - assigner - - &723 + - &724 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -105317,7 +105567,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &724 + - &725 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -105368,7 +105618,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &725 + - &726 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -105422,7 +105672,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &726 + - &727 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -105469,7 +105719,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &727 + - &728 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -105516,7 +105766,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &728 + - &729 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -105576,7 +105826,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &729 + - &730 title: Locked Issue Event description: Locked Issue Event type: object @@ -105624,7 +105874,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &730 + - &731 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -105690,7 +105940,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &731 + - &732 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -105756,7 +106006,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &732 + - &733 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -105822,7 +106072,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &733 + - &734 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -105878,7 +106128,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &738 + - &739 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -105912,6 +106162,17 @@ paths: properties: *230 required: *231 issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - issue_type - id @@ -105923,7 +106184,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &739 + - &740 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -105957,6 +106218,17 @@ paths: properties: *230 required: *231 prev_issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - prev_issue_type - id @@ -105968,7 +106240,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &740 + - &741 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -106003,6 +106275,17 @@ paths: required: *231 issue_type: *710 prev_issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - issue_type - prev_issue_type @@ -106015,7 +106298,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &741 + - &742 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -106068,7 +106351,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &742 + - &743 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -106121,7 +106404,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &743 + - &744 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -106174,7 +106457,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &744 + - &745 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -106227,7 +106510,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &745 + - &746 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -106280,7 +106563,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &746 + - &747 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -106333,7 +106616,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &747 + - &748 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -106386,7 +106669,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &748 + - &749 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -106503,9 +106786,9 @@ paths: application/json: schema: type: array - items: *718 + items: *719 examples: - default: &719 + default: &720 value: - issue_field_id: 1 issue_field_name: DRI @@ -106648,9 +106931,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *718 + items: *719 examples: - default: *719 + default: *720 '400': *14 '403': *29 '404': *6 @@ -106753,9 +107036,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *718 + items: *719 examples: - default: *719 + default: *720 '400': *14 '403': *29 '404': *6 @@ -106828,7 +107111,7 @@ paths: type: array items: *234 examples: - default: &720 + default: &721 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -106911,7 +107194,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 '301': *516 '404': *6 '410': *33 @@ -106995,7 +107278,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 '301': *516 '404': *6 '410': *33 @@ -107586,7 +107869,6 @@ paths: description: Timeline Event type: object anyOf: - - *721 - *722 - *723 - *724 @@ -107599,6 +107881,7 @@ paths: - *731 - *732 - *733 + - *734 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -107659,15 +107942,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true required: - event @@ -107922,7 +108205,7 @@ paths: type: string comments: type: array - items: &771 + items: &772 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -108171,6 +108454,17 @@ paths: properties: *230 required: *231 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -108261,6 +108555,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -108271,7 +108576,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *738 - *739 - *740 - *741 @@ -108282,6 +108586,7 @@ paths: - *746 - *747 - *748 + - *749 examples: default: value: @@ -108466,7 +108771,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -108569,9 +108874,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: &750 + default: &751 value: id: 1 key: ssh-rsa AAA... @@ -108607,7 +108912,7 @@ paths: parameters: - *510 - *511 - - &751 + - &752 name: key_id description: The unique identifier of the key. in: path @@ -108619,9 +108924,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *750 + default: *751 '404': *6 x-github: githubCloudOnly: false @@ -108641,7 +108946,7 @@ paths: parameters: - *510 - *511 - - *751 + - *752 responses: '204': description: Response @@ -108674,7 +108979,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 headers: Link: *48 '404': *6 @@ -108734,7 +109039,7 @@ paths: application/json: schema: *234 examples: - default: &752 + default: &753 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -108780,7 +109085,7 @@ paths: application/json: schema: *234 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -109233,7 +109538,7 @@ paths: application/json: schema: *628 examples: - default: *753 + default: *754 '204': description: Response when already merged '404': @@ -109300,7 +109605,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Milestone description: A collection of related issues and pull requests. type: object @@ -109402,9 +109707,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: &755 + default: &756 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -109465,7 +109770,7 @@ paths: parameters: - *510 - *511 - - &756 + - &757 name: milestone_number description: The number that identifies the milestone. in: path @@ -109477,9 +109782,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 '404': *6 x-github: githubCloudOnly: false @@ -109498,7 +109803,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 requestBody: required: false content: @@ -109536,9 +109841,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109556,7 +109861,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 responses: '204': description: Response @@ -109579,7 +109884,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 - *17 - *19 responses: @@ -109591,7 +109896,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 headers: Link: *48 x-github: @@ -109612,10 +109917,10 @@ paths: parameters: - *510 - *511 - - *757 - *758 - - *242 - *759 + - *242 + - *760 - *17 - *19 responses: @@ -109627,7 +109932,7 @@ paths: type: array items: *262 examples: - default: *760 + default: *761 headers: Link: *48 x-github: @@ -109717,7 +110022,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &762 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -109842,7 +110147,7 @@ paths: - custom_404 - public examples: - default: &762 + default: &763 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -109938,9 +110243,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *762 + default: *763 '422': *15 '409': *122 x-github: @@ -110109,7 +110414,7 @@ paths: application/json: schema: type: array - items: &763 + items: &764 title: Page Build description: Page Build type: object @@ -110256,9 +110561,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: &764 + default: &765 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -110318,9 +110623,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: *764 + default: *765 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110448,7 +110753,7 @@ paths: parameters: - *510 - *511 - - &765 + - &766 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -110508,7 +110813,7 @@ paths: parameters: - *510 - *511 - - *765 + - *766 responses: '204': *129 '404': *6 @@ -110888,7 +111193,7 @@ paths: type: array items: *164 examples: - default: *766 + default: *767 '403': *29 '404': *6 x-github: @@ -110927,7 +111232,7 @@ paths: required: - properties examples: - default: *767 + default: *768 responses: '204': description: No Content when custom property values are successfully created @@ -111028,7 +111333,7 @@ paths: type: array items: *632 examples: - default: *768 + default: *769 headers: Link: *48 '304': *38 @@ -111126,7 +111431,7 @@ paths: description: Response content: application/json: - schema: &773 + schema: &774 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -111337,8 +111642,8 @@ paths: - review_comment - self author_association: *232 - auto_merge: *769 - stack: *770 + auto_merge: *770 + stack: *771 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -111430,7 +111735,7 @@ paths: - merged_by - review_comments examples: - default: &774 + default: &775 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -111987,9 +112292,9 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: &776 + default: &777 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -112074,9 +112379,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: &772 + default: &773 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -112175,9 +112480,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -112380,7 +112685,7 @@ paths: parameters: - *510 - *511 - - &775 + - &776 name: pull_number description: The number that identifies the pull request. in: path @@ -112393,9 +112698,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *773 + schema: *774 examples: - default: *774 + default: *775 '304': *38 '404': *6 '406': @@ -112432,7 +112737,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -112474,9 +112779,9 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: *774 + default: *775 '422': *15 '403': *29 x-github: @@ -112500,7 +112805,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -112602,7 +112907,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -112623,9 +112928,9 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: *776 + default: *777 headers: Link: *48 x-github: @@ -112660,7 +112965,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -112765,7 +113070,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: example-for-a-multi-line-comment: value: @@ -112855,7 +113160,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *251 requestBody: required: true @@ -112878,7 +113183,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: default: value: @@ -112966,7 +113271,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -112978,7 +113283,7 @@ paths: type: array items: *628 examples: - default: *777 + default: *778 headers: Link: *48 x-github: @@ -113010,7 +113315,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -113060,7 +113365,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 responses: '204': description: Response if pull request has been merged @@ -113085,7 +113390,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -113198,7 +113503,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 responses: '200': description: Response @@ -113275,7 +113580,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -113850,7 +114155,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -114391,7 +114696,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -114401,7 +114706,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -114554,7 +114859,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -114640,9 +114945,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &780 + default: &781 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114707,8 +115012,8 @@ paths: parameters: - *510 - *511 - - *775 - - &779 + - *776 + - &780 name: review_id description: The unique identifier of the review. in: path @@ -114720,9 +115025,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &781 + default: &782 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114783,8 +115088,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -114807,7 +115112,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -114871,16 +115176,16 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 responses: '200': description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *780 + default: *781 '422': *7 '404': *6 x-github: @@ -114909,8 +115214,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 - *17 - *19 responses: @@ -115147,8 +115452,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -115176,7 +115481,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -115241,8 +115546,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -115277,9 +115582,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *781 + default: *782 '404': *6 '422': *7 '403': *29 @@ -115303,7 +115608,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -115380,9 +115685,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &783 + default: &784 value: type: file encoding: base64 @@ -115445,9 +115750,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *783 + default: *784 '404': *6 '422': *15 x-github: @@ -115480,7 +115785,7 @@ paths: application/json: schema: type: array - items: *784 + items: *785 examples: default: value: @@ -115566,6 +115871,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -115651,9 +115961,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: &788 + default: &789 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -115760,7 +116070,7 @@ paths: parameters: - *510 - *511 - - &786 + - &787 name: asset_id description: The unique identifier of the asset. in: path @@ -115772,9 +116082,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: &787 + default: &788 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -115827,7 +116137,7 @@ paths: parameters: - *510 - *511 - - *786 + - *787 requestBody: required: false content: @@ -115855,9 +116165,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *787 + default: *788 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115875,7 +116185,7 @@ paths: parameters: - *510 - *511 - - *786 + - *787 responses: '204': description: Response @@ -115993,9 +116303,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -116027,9 +116337,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -116053,7 +116363,7 @@ paths: parameters: - *510 - *511 - - &789 + - &790 name: release_id description: The unique identifier of the release. in: path @@ -116067,9 +116377,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '401': description: Unauthorized x-github: @@ -116079,7 +116389,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -116089,7 +116405,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 requestBody: required: false content: @@ -116153,9 +116469,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': description: Not Found if the discussion category name is invalid content: @@ -116178,7 +116494,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 responses: '204': description: Response @@ -116201,7 +116517,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - *17 - *19 responses: @@ -116211,7 +116527,7 @@ paths: application/json: schema: type: array - items: *785 + items: *786 examples: default: value: @@ -116295,7 +116611,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - name: name in: query required: true @@ -116321,7 +116637,7 @@ paths: description: Response for successful upload content: application/json: - schema: *785 + schema: *786 examples: response-for-successful-upload: value: @@ -116378,7 +116694,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -116427,7 +116743,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 requestBody: required: true content: @@ -116490,7 +116806,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - *707 responses: '204': @@ -116534,7 +116850,7 @@ paths: oneOf: - allOf: - *178 - - &790 + - &791 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -116555,70 +116871,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *179 - - *790 + - *791 - allOf: - *180 - - *790 + - *791 - allOf: - *181 - - *790 + - *791 - allOf: + - *792 - *791 - - *790 - allOf: - *182 - - *790 + - *791 - allOf: - *183 - - *790 + - *791 - allOf: - *184 - - *790 + - *791 - allOf: - *185 - - *790 + - *791 - allOf: - *186 - - *790 + - *791 - allOf: - *187 - - *790 + - *791 - allOf: - *188 - - *790 + - *791 - allOf: - *189 - - *790 + - *791 - allOf: - *190 - - *790 + - *791 - allOf: - *191 - - *790 + - *791 - allOf: - *192 - - *790 + - *791 - allOf: - *193 - - *790 + - *791 - allOf: - *194 - - *790 + - *791 - allOf: - - *792 - - *790 + - *793 + - *791 - allOf: - *195 - - *790 + - *791 - allOf: - *196 - - *790 + - *791 - allOf: - *197 - - *790 + - *791 - allOf: - *198 - - *790 + - *791 examples: default: value: @@ -116669,7 +116985,7 @@ paths: schema: type: boolean default: true - - *793 + - *794 responses: '200': description: Response @@ -116754,7 +117070,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *794 + items: *795 required: - name - enforcement @@ -116787,7 +117103,7 @@ paths: application/json: schema: *199 examples: - default: &804 + default: &805 value: id: 42 name: super cool ruleset @@ -116837,11 +117153,11 @@ paths: parameters: - *510 - *511 - - *795 - - *108 - *796 + - *108 - *797 - *798 + - *799 - *17 - *19 responses: @@ -116849,9 +117165,9 @@ paths: description: Response content: application/json: - schema: *799 + schema: *800 examples: - default: *800 + default: *801 '404': *6 '500': *41 x-github: @@ -116874,15 +117190,15 @@ paths: parameters: - *510 - *511 - - *801 + - *802 responses: '200': description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 '500': *41 x-github: @@ -116933,7 +117249,7 @@ paths: application/json: schema: *199 examples: - default: *804 + default: *805 '404': *6 '500': *41 put: @@ -116986,7 +117302,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *794 + items: *795 examples: default: value: @@ -117016,7 +117332,7 @@ paths: application/json: schema: *199 examples: - default: *804 + default: *805 '404': *6 '422': *15 '500': *41 @@ -117184,8 +117500,8 @@ paths: - *113 - *19 - *17 - - *805 - *806 + - *807 - *469 - *470 - *471 @@ -117203,8 +117519,8 @@ paths: items: type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -117212,15 +117528,15 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -117326,7 +117642,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -117499,11 +117815,11 @@ paths: description: Response content: application/json: - schema: &810 + schema: &811 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -117511,14 +117827,14 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -117624,7 +117940,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -117652,7 +117968,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &999 + metadata: &1000 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -117735,8 +118051,8 @@ paths: schema: type: object properties: - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -117780,7 +118096,7 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: default: value: @@ -117895,7 +118211,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1001 + items: &1002 type: object properties: type: @@ -117921,7 +118237,6 @@ paths: example: commit details: oneOf: - - *811 - *812 - *813 - *814 @@ -117934,6 +118249,7 @@ paths: - *821 - *822 - *823 + - *824 examples: default: value: @@ -118243,14 +118559,14 @@ paths: schema: type: object properties: - reason: &825 + reason: &826 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *824 + placeholder_id: *825 required: - reason - placeholder_id @@ -118267,7 +118583,7 @@ paths: schema: type: object properties: - reason: *825 + reason: *826 expire_at: type: string format: date-time @@ -118329,7 +118645,7 @@ paths: properties: incremental_scans: type: array - items: &826 + items: &827 description: Information on a single scan performed by secret scanning on the repository type: object @@ -118360,15 +118676,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *826 + items: *827 backfill_scans: type: array - items: *826 + items: *827 custom_pattern_backfill_scans: type: array items: allOf: - - *826 + - *827 - type: object properties: pattern_name: @@ -118381,7 +118697,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *826 + items: *827 examples: default: value: @@ -118491,9 +118807,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *828 + default: *829 '400': *14 '404': *6 x-github: @@ -118677,9 +118993,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: &830 + default: &831 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -119017,7 +119333,7 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: default: value: @@ -119166,15 +119482,15 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '200': description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 + default: *831 '403': *29 '404': *6 x-github: @@ -119200,7 +119516,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 requestBody: required: true content: @@ -119359,10 +119675,10 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 - add_credit: *830 + default: *831 + add_credit: *831 '403': *29 '404': *6 '422': @@ -119402,7 +119718,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '202': *40 '400': *14 @@ -119431,7 +119747,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '202': description: Response @@ -119575,7 +119891,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -119948,7 +120264,7 @@ paths: application/json: schema: type: array - items: *831 + items: *832 examples: default: value: @@ -120036,7 +120352,7 @@ paths: description: Response content: application/json: - schema: *832 + schema: *833 examples: default: value: @@ -120130,7 +120446,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &833 + schema: &834 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -120225,7 +120541,7 @@ paths: description: Response content: application/json: - schema: *833 + schema: *834 examples: default: value: @@ -120432,7 +120748,7 @@ paths: description: Response content: application/json: - schema: &834 + schema: &835 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -120444,7 +120760,7 @@ paths: required: - names examples: - default: &835 + default: &836 value: names: - octocat @@ -120499,9 +120815,9 @@ paths: description: Response content: application/json: - schema: *834 + schema: *835 examples: - default: *835 + default: *836 '404': *6 '422': *7 x-github: @@ -120524,7 +120840,7 @@ paths: parameters: - *510 - *511 - - &836 + - &837 name: per description: The time frame to display results for. in: query @@ -120553,7 +120869,7 @@ paths: example: 128 clones: type: array - items: &837 + items: &838 title: Traffic type: object properties: @@ -120794,7 +121110,7 @@ paths: parameters: - *510 - *511 - - *836 + - *837 responses: '200': description: Response @@ -120813,7 +121129,7 @@ paths: example: 3782 views: type: array - items: *837 + items: *838 required: - uniques - count @@ -121485,7 +121801,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &845 + - &846 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -121494,7 +121810,7 @@ paths: schema: type: string example: members - - &850 + - &851 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -121505,7 +121821,7 @@ paths: default: 1 format: int32 example: 1 - - &851 + - &852 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -121547,7 +121863,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &840 + items: &841 allOf: - type: object required: @@ -121622,7 +121938,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &852 + meta: &853 type: object description: The metadata associated with the creation/updates to the user. @@ -121682,30 +121998,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &841 + '400': &842 description: Bad request content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '401': *839 - '403': &842 + schema: *839 + '401': *840 + '403': &843 description: Permission denied - '429': &843 + '429': &844 description: Too many requests content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '500': &844 + schema: *839 + '500': &845 description: Internal server error content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 + schema: *839 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121729,7 +122045,7 @@ paths: required: true content: application/json: - schema: &848 + schema: &849 type: object required: - schemas @@ -121789,9 +122105,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *840 + schema: *841 examples: - group: &846 + group: &847 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -121810,13 +122126,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *841 - '401': *839 - '403': *842 - '409': &849 + '400': *842 + '401': *840 + '403': *843 + '409': &850 description: Duplicate record detected - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121833,7 +122149,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &847 + - &848 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -121841,22 +122157,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *845 + - *846 - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *840 + schema: *841 examples: - default: *846 - '400': *841 - '401': *839 - '403': *842 + default: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121875,13 +122191,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *847 + - *848 - *42 requestBody: required: true content: application/json: - schema: *848 + schema: *849 examples: group: summary: Group @@ -121907,17 +122223,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - group: *846 - groupWithMembers: *846 - '400': *841 - '401': *839 - '403': *842 + group: *847 + groupWithMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121941,13 +122257,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *847 + - *848 - *42 requestBody: required: true content: application/json: - schema: &859 + schema: &860 type: object required: - Operations @@ -122007,17 +122323,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - updateGroup: *846 - addMembers: *846 - '400': *841 - '401': *839 - '403': *842 + updateGroup: *847 + addMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122033,17 +122349,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *847 + - *848 - *42 responses: '204': description: Group was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122077,8 +122393,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *850 - *851 + - *852 - *42 responses: '200': @@ -122111,7 +122427,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &854 + items: &855 allOf: - type: object required: @@ -122190,7 +122506,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &853 + roles: &854 type: array description: The roles assigned to the user. items: @@ -122246,7 +122562,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *852 + meta: *853 startIndex: type: integer description: A starting index for the returned page @@ -122283,11 +122599,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *841 - '401': *839 - '403': *842 - '429': *843 - '500': *844 + '400': *842 + '401': *840 + '403': *843 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122311,7 +122627,7 @@ paths: required: true content: application/json: - schema: &857 + schema: &858 type: object required: - schemas @@ -122393,9 +122709,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *853 + roles: *854 examples: - user: &858 + user: &859 summary: User value: schemas: @@ -122442,9 +122758,9 @@ paths: description: User has been created content: application/scim+json: - schema: *854 + schema: *855 examples: - user: &855 + user: &856 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122470,13 +122786,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *855 - '400': *841 - '401': *839 - '403': *842 - '409': *849 - '429': *843 - '500': *844 + enterpriseOwner: *856 + '400': *842 + '401': *840 + '403': *843 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122493,7 +122809,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &856 + - &857 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -122506,15 +122822,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *854 + schema: *855 examples: - default: *855 - '400': *841 - '401': *839 - '403': *842 + default: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122565,30 +122881,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *856 + - *857 - *42 requestBody: required: true content: application/json: - schema: *857 + schema: *858 examples: - user: *858 + user: *859 responses: '200': description: User was updated content: application/scim+json: - schema: *854 + schema: *855 examples: - user: *855 - '400': *841 - '401': *839 - '403': *842 + user: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122629,13 +122945,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *856 + - *857 - *42 requestBody: required: true content: application/json: - schema: *859 + schema: *860 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -122675,18 +122991,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *854 - examples: - userMultiValuedProperties: *855 - userSingleValuedProperties: *855 - disableUser: *855 - '400': *841 - '401': *839 - '403': *842 + schema: *855 + examples: + userMultiValuedProperties: *856 + userSingleValuedProperties: *856 + disableUser: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122706,17 +123022,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *856 + - *857 - *42 responses: '204': description: User was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122803,7 +123119,7 @@ paths: example: 1 Resources: type: array - items: &860 + items: &861 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -123034,22 +123350,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *38 - '404': &861 + '404': &862 description: Resource not found content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '403': &862 + schema: *839 + '403': &863 description: Forbidden content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 - '429': *843 + schema: *839 + '400': *842 + '429': *844 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -123075,9 +123391,9 @@ paths: description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: &863 + default: &864 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -123100,17 +123416,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *38 - '404': *861 - '403': *862 - '500': *844 + '404': *862 + '403': *863 + '500': *845 '409': description: Conflict content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 + schema: *839 + '400': *842 requestBody: required: true content: @@ -123208,17 +123524,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 - '404': *861 - '403': *862 + default: *864 + '404': *862 + '403': *863 '304': *38 x-github: githubCloudOnly: true @@ -123242,18 +123558,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 + default: *864 '304': *38 - '404': *861 - '403': *862 + '404': *862 + '403': *863 requestBody: required: true content: @@ -123366,19 +123682,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 + default: *864 '304': *38 - '404': *861 - '403': *862 - '400': *841 + '404': *862 + '403': *863 + '400': *842 '429': description: Response content: @@ -123469,12 +123785,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *90 - - *856 + - *857 responses: '204': description: Response - '404': *861 - '403': *862 + '404': *862 + '403': *863 '304': *38 x-github: githubCloudOnly: true @@ -123610,7 +123926,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &864 + text_matches: &865 title: Search Result Text Matches type: array items: @@ -123773,7 +124089,7 @@ paths: enum: - author-date - committer-date - - &865 + - &866 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -123901,7 +124217,7 @@ paths: type: number node_id: type: string - text_matches: *864 + text_matches: *865 required: - sha - node_id @@ -124094,7 +124410,7 @@ paths: - interactions - created - updated - - *865 + - *866 - *17 - *19 - name: advanced_search @@ -124208,11 +124524,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: type: string state_reason: @@ -124244,7 +124560,7 @@ paths: type: string format: date-time nullable: true - text_matches: *864 + text_matches: *865 pull_request: type: object properties: @@ -124526,7 +124842,7 @@ paths: enum: - created - updated - - *865 + - *866 - *17 - *19 responses: @@ -124570,7 +124886,7 @@ paths: nullable: true score: type: number - text_matches: *864 + text_matches: *865 required: - id - node_id @@ -124656,7 +124972,7 @@ paths: - forks - help-wanted-issues - updated - - *865 + - *866 - *17 - *19 responses: @@ -124904,7 +125220,7 @@ paths: - admin - pull - push - text_matches: *864 + text_matches: *865 temp_clone_token: type: string allow_merge_commit: @@ -125205,7 +125521,7 @@ paths: type: string format: uri nullable: true - text_matches: *864 + text_matches: *865 related: type: array nullable: true @@ -125398,7 +125714,7 @@ paths: - followers - repositories - joined - - *865 + - *866 - *17 - *19 responses: @@ -125502,7 +125818,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *864 + text_matches: *865 blog: type: string nullable: true @@ -125581,7 +125897,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &868 + - &869 name: team_id description: The unique identifier of the team. in: path @@ -125622,7 +125938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *868 + - *869 requestBody: required: true content: @@ -125722,7 +126038,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *868 + - *869 responses: '204': description: Response @@ -125751,7 +126067,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -125791,7 +126107,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *868 + - *869 - name: role description: Filters members returned by their role in the team. in: query @@ -125812,9 +126128,9 @@ paths: application/json: schema: type: array - items: *869 + items: *870 examples: - default: *870 + default: *871 headers: Link: *48 '404': *6 @@ -125842,8 +126158,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: if user is a member @@ -125879,8 +126195,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -125919,8 +126235,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -125956,8 +126272,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '200': description: Response @@ -125965,7 +126281,7 @@ paths: application/json: schema: *509 examples: - response-if-user-is-a-team-maintainer: *871 + response-if-user-is-a-team-maintainer: *872 '404': *6 x-github: githubCloudOnly: false @@ -125998,8 +126314,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 requestBody: required: false content: @@ -126026,7 +126342,7 @@ paths: application/json: schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: *872 + response-if-users-membership-with-team-is-now-pending: *873 '403': description: Forbidden if team synchronization is set up '422': @@ -126060,8 +126376,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -126088,7 +126404,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -126130,7 +126446,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *868 + - *869 - *510 - *511 responses: @@ -126138,7 +126454,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *873 + schema: *874 examples: alternative-response-with-extra-repository-information: value: @@ -126289,7 +126605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *868 + - *869 - *510 - *511 requestBody: @@ -126341,7 +126657,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *868 + - *869 - *510 - *511 responses: @@ -126372,7 +126688,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *868 + - *869 responses: '200': description: Response @@ -126407,7 +126723,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *868 + - *869 requestBody: required: true content: @@ -126495,7 +126811,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -126507,7 +126823,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: *874 + response-if-child-teams-exist: *875 headers: Link: *48 '404': *6 @@ -126540,7 +126856,7 @@ paths: application/json: schema: oneOf: - - &876 + - &877 title: Private User description: Private User type: object @@ -126743,7 +127059,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *875 + - *876 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -126896,7 +127212,7 @@ paths: description: Response content: application/json: - schema: *876 + schema: *877 examples: default: value: @@ -126998,7 +127314,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: If the user is blocked @@ -127026,7 +127342,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -127050,7 +127366,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -127294,7 +127610,7 @@ paths: type: integer secrets: type: array - items: &877 + items: &878 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -127410,7 +127726,7 @@ paths: description: Response content: application/json: - schema: *877 + schema: *878 examples: default: value: @@ -127823,7 +128139,7 @@ paths: description: Response content: application/json: - schema: &878 + schema: &879 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -127864,7 +128180,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &879 + default: &880 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -127909,9 +128225,9 @@ paths: description: Response content: application/json: - schema: *878 + schema: *879 examples: - default: *879 + default: *880 '404': *6 x-github: githubCloudOnly: false @@ -127948,9 +128264,9 @@ paths: type: integer machines: type: array - items: *880 + items: *881 examples: - default: *881 + default: *882 '304': *38 '500': *41 '401': *25 @@ -128889,7 +129205,7 @@ paths: type: array items: *420 examples: - default: &893 + default: &894 value: - id: 197 name: hello_docker @@ -128990,7 +129306,7 @@ paths: application/json: schema: type: array - items: &882 + items: &883 title: Email description: Email type: object @@ -129055,9 +129371,9 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: - default: &895 + default: &896 value: - email: octocat@github.com verified: true @@ -129132,7 +129448,7 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: default: value: @@ -129297,7 +129613,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: if the person is followed by the authenticated user @@ -129327,7 +129643,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -129352,7 +129668,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -129388,7 +129704,7 @@ paths: application/json: schema: type: array - items: &883 + items: &884 title: GPG Key description: A unique encryption key type: object @@ -129519,7 +129835,7 @@ paths: - subkeys - revoked examples: - default: &912 + default: &913 value: - id: 3 name: Octocat's GPG Key @@ -129604,9 +129920,9 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: &884 + default: &885 value: id: 3 name: Octocat's GPG Key @@ -129663,7 +129979,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &885 + - &886 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -129675,9 +129991,9 @@ paths: description: Response content: application/json: - schema: *883 + schema: *884 examples: - default: *884 + default: *885 '404': *6 '304': *38 '403': *29 @@ -129700,7 +130016,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *885 + - *886 responses: '204': description: Response @@ -130167,7 +130483,7 @@ paths: application/json: schema: type: array - items: &886 + items: &887 title: Key description: Key type: object @@ -130268,9 +130584,9 @@ paths: description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: &887 + default: &888 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -130303,15 +130619,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *751 + - *752 responses: '200': description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: *887 + default: *888 '404': *6 '304': *38 '403': *29 @@ -130334,7 +130650,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *751 + - *752 responses: '204': description: Response @@ -130367,7 +130683,7 @@ paths: application/json: schema: type: array - items: &888 + items: &889 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -130435,7 +130751,7 @@ paths: - account - plan examples: - default: &889 + default: &890 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -130497,9 +130813,9 @@ paths: application/json: schema: type: array - items: *888 + items: *889 examples: - default: *889 + default: *890 headers: Link: *48 '304': *38 @@ -130742,7 +131058,7 @@ paths: application/json: schema: *412 examples: - default: &890 + default: &891 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -130791,7 +131107,7 @@ paths: application/json: schema: *412 examples: - default: *890 + default: *891 '403': *29 '404': *6 '422': *15 @@ -131516,7 +131832,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *415 - - *891 + - *892 responses: '204': description: Response @@ -131631,7 +131947,7 @@ paths: - docker - nuget - container - - *892 + - *893 - *19 - *17 responses: @@ -131643,8 +131959,8 @@ paths: type: array items: *420 examples: - default: *893 - '400': *894 + default: *894 + '400': *895 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131673,7 +131989,7 @@ paths: application/json: schema: *420 examples: - default: &913 + default: &914 value: id: 40201 name: octo-name @@ -132035,9 +132351,9 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: - default: *895 + default: *896 headers: Link: *48 '304': *38 @@ -132150,7 +132466,7 @@ paths: type: array items: *81 examples: - default: &902 + default: &903 summary: Default response value: - id: 1296269 @@ -132496,7 +132812,7 @@ paths: type: array items: *702 examples: - default: *896 + default: *897 headers: Link: *48 '304': *38 @@ -132575,7 +132891,7 @@ paths: application/json: schema: type: array - items: &897 + items: &898 title: Social account description: Social media account type: object @@ -132590,7 +132906,7 @@ paths: - provider - url examples: - default: &898 + default: &899 value: - provider: twitter url: https://twitter.com/github @@ -132652,9 +132968,9 @@ paths: application/json: schema: type: array - items: *897 + items: *898 examples: - default: *898 + default: *899 '422': *15 '304': *38 '404': *6 @@ -132741,7 +133057,7 @@ paths: application/json: schema: type: array - items: &899 + items: &900 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -132761,7 +133077,7 @@ paths: - title - created_at examples: - default: &927 + default: &928 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132825,9 +133141,9 @@ paths: description: Response content: application/json: - schema: *899 + schema: *900 examples: - default: &900 + default: &901 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132857,7 +133173,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &901 + - &902 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -132869,9 +133185,9 @@ paths: description: Response content: application/json: - schema: *899 + schema: *900 examples: - default: *900 + default: *901 '404': *6 '304': *38 '403': *29 @@ -132894,7 +133210,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *901 + - *902 responses: '204': description: Response @@ -132923,7 +133239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &928 + - &929 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -132948,11 +133264,11 @@ paths: type: array items: *81 examples: - default-response: *902 + default-response: *903 application/vnd.github.v3.star+json: schema: type: array - items: &929 + items: &930 title: Starred Repository description: Starred Repository type: object @@ -133321,10 +133637,10 @@ paths: application/json: schema: oneOf: + - *877 - *876 - - *875 examples: - default-response: &906 + default-response: &907 summary: Default response value: login: octocat @@ -133359,7 +133675,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &907 + response-with-git-hub-plan-information: &908 summary: Response with GitHub plan information value: login: octocat @@ -133416,7 +133732,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &904 + - &905 name: user_id description: The unique identifier of the user. in: path @@ -133482,7 +133798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *903 + - *904 - *17 responses: '200': @@ -133517,7 +133833,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *904 + - *905 - *438 requestBody: required: true @@ -133589,7 +133905,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *905 + schema: *906 examples: table_view: summary: Response for creating a table view @@ -133633,7 +133949,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -133641,11 +133957,11 @@ paths: application/json: schema: oneOf: + - *877 - *876 - - *875 examples: - default-response: *906 - response-with-git-hub-plan-information: *907 + default-response: *907 + response-with-git-hub-plan-information: *908 '404': *6 x-github: githubCloudOnly: false @@ -133671,7 +133987,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 requestBody: required: true content: @@ -133695,8 +134011,8 @@ paths: required: - subject_digests examples: - default: *908 - withPredicateType: *909 + default: *909 + withPredicateType: *910 responses: '200': description: Response @@ -133749,7 +134065,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *910 + default: *911 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -133767,7 +134083,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *152 + - *135 requestBody: required: true content: @@ -133832,7 +134148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -133863,7 +134179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *152 + - *135 - name: attestation_id description: Attestation ID in: path @@ -133901,7 +134217,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -133987,7 +134303,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *152 + - *135 - name: per_page description: The number of results per page (max 100). in: query @@ -134142,7 +134458,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *152 + - *135 requestBody: required: true content: @@ -134235,7 +134551,7 @@ paths: application/json: schema: *344 examples: - default: &911 + default: &912 summary: Example response for a user copilot space value: id: 42 @@ -134322,7 +134638,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134336,7 +134652,7 @@ paths: application/json: schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 x-github: @@ -134358,7 +134674,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134459,7 +134775,7 @@ paths: application/json: schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 '422': *15 @@ -134482,7 +134798,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134516,7 +134832,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134632,7 +134948,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134739,7 +135055,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134852,7 +135168,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134900,7 +135216,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134958,7 +135274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135063,7 +135379,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135113,7 +135429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135181,7 +135497,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135217,7 +135533,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -135227,7 +135543,7 @@ paths: type: array items: *420 examples: - default: *893 + default: *894 '403': *29 '401': *25 x-github: @@ -135250,7 +135566,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135322,7 +135638,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *152 + - *135 - *90 - *17 - *19 @@ -135410,7 +135726,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135478,7 +135794,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135509,7 +135825,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135540,7 +135856,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *152 + - *135 - name: target_user in: path required: true @@ -135567,7 +135883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *152 + - *135 - *242 - *17 - *19 @@ -135601,7 +135917,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135611,9 +135927,9 @@ paths: application/json: schema: type: array - items: *883 + items: *884 examples: - default: *912 + default: *913 headers: Link: *48 x-github: @@ -135637,7 +135953,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *152 + - *135 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -135709,7 +136025,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *152 + - *135 responses: '200': description: Response @@ -135735,7 +136051,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135790,7 +136106,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135841,8 +136157,8 @@ paths: - docker - nuget - container - - *892 - - *152 + - *893 + - *135 - *19 - *17 responses: @@ -135854,10 +136170,10 @@ paths: type: array items: *420 examples: - default: *893 + default: *894 '403': *29 '401': *25 - '400': *894 + '400': *895 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135879,7 +136195,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '200': description: Response @@ -135887,7 +136203,7 @@ paths: application/json: schema: *420 examples: - default: *913 + default: *914 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135910,7 +136226,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '204': description: Response @@ -135944,7 +136260,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - name: token description: package token schema: @@ -135978,7 +136294,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '200': description: Response @@ -136047,7 +136363,7 @@ paths: - *422 - *423 - *425 - - *152 + - *135 responses: '200': description: Response @@ -136090,7 +136406,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - *425 responses: '204': @@ -136125,7 +136441,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - *425 responses: '204': @@ -136150,7 +136466,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *152 + - *135 - name: q description: Limit results to projects of the specified type. in: query @@ -136192,7 +136508,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - *438 - - *152 + - *135 responses: '200': description: Response @@ -136223,7 +136539,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - *438 - - *152 + - *135 - *17 - *111 - *112 @@ -136236,7 +136552,7 @@ paths: type: array items: *442 examples: - default: *914 + default: *915 headers: Link: *48 '304': *38 @@ -136257,7 +136573,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *152 + - *135 - *438 requestBody: required: true @@ -136296,7 +136612,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *915 + items: *916 required: - name - data_type @@ -136312,7 +136628,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *916 + iteration_configuration: *917 required: - name - data_type @@ -136334,8 +136650,8 @@ paths: value: name: Due date data_type: date - single_select_field: *917 - iteration_field: *918 + single_select_field: *918 + iteration_field: *919 responses: '201': description: Response @@ -136343,11 +136659,11 @@ paths: application/json: schema: *442 examples: - text_field: *919 - number_field: *920 - date_field: *921 - single_select_field: *922 - iteration_field: *923 + text_field: *920 + number_field: *921 + date_field: *922 + single_select_field: *923 + iteration_field: *924 '304': *38 '403': *29 '401': *25 @@ -136369,8 +136685,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *438 - - *924 - - *152 + - *925 + - *135 responses: '200': description: Response @@ -136378,7 +136694,7 @@ paths: application/json: schema: *442 examples: - default: *925 + default: *926 headers: Link: *48 '304': *38 @@ -136402,7 +136718,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - *438 - - *152 + - *135 - *111 - *112 - *17 @@ -136457,7 +136773,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *152 + - *135 - *438 requestBody: required: true @@ -136564,7 +136880,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - *438 - - *152 + - *135 - *448 - name: fields description: |- @@ -136609,7 +136925,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - *438 - - *152 + - *135 - *448 requestBody: required: true @@ -136707,7 +137023,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - *438 - - *152 + - *135 - *448 responses: '204': @@ -136731,8 +137047,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-project-view parameters: - *438 - - *152 - - *926 + - *135 + - *927 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -136788,7 +137104,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136863,7 +137179,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136936,7 +137252,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *152 + - *135 - name: type description: Limit results to repositories of the specified type. in: query @@ -137001,7 +137317,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137011,9 +137327,9 @@ paths: application/json: schema: type: array - items: *897 + items: *898 examples: - default: *898 + default: *899 headers: Link: *48 x-github: @@ -137033,7 +137349,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137043,9 +137359,9 @@ paths: application/json: schema: type: array - items: *899 + items: *900 examples: - default: *927 + default: *928 headers: Link: *48 x-github: @@ -137069,8 +137385,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *152 - - *928 + - *135 + - *929 - *113 - *17 - *19 @@ -137082,11 +137398,11 @@ paths: schema: anyOf: - type: array - items: *929 + items: *930 - type: array items: *81 examples: - default-response: *902 + default-response: *903 headers: Link: *48 x-github: @@ -137105,7 +137421,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137245,7 +137561,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &930 + enterprise: &931 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -137303,7 +137619,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &931 + installation: &932 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -137322,7 +137638,7 @@ x-webhooks: required: - id - node_id - organization: &932 + organization: &933 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -137382,13 +137698,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &933 + repository: &934 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &972 + properties: &973 id: description: Unique identifier of the repository example: 42 @@ -138083,7 +138399,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &973 + required: &974 - archive_url - assignees_url - blobs_url @@ -138234,10 +138550,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -138313,11 +138629,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: &934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: &935 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -138540,11 +138856,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138727,11 +139043,11 @@ x-webhooks: - everyone required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138804,7 +139120,7 @@ x-webhooks: required: true content: application/json: - schema: &956 + schema: &957 title: Exemption request cancellation event type: object properties: @@ -138812,11 +139128,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: &935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: &936 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -139120,7 +139436,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &936 + items: &937 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -139230,7 +139546,7 @@ x-webhooks: required: true content: application/json: - schema: &957 + schema: &958 title: Exemption request completed event type: object properties: @@ -139238,11 +139554,11 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -139314,7 +139630,7 @@ x-webhooks: required: true content: application/json: - schema: &954 + schema: &955 title: Exemption request created event type: object properties: @@ -139322,11 +139638,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -139398,7 +139714,7 @@ x-webhooks: required: true content: application/json: - schema: &958 + schema: &959 title: Exemption response dismissed event type: object properties: @@ -139406,12 +139722,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139485,7 +139801,7 @@ x-webhooks: required: true content: application/json: - schema: &955 + schema: &956 title: Exemption response submitted event type: object properties: @@ -139493,12 +139809,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139582,7 +139898,7 @@ x-webhooks: type: string enum: - completed - check_run: &938 + check_run: &939 title: CheckRun description: A check performed on the code of a given code change type: object @@ -139673,7 +139989,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *937 + deployment: *938 details_url: example: https://example.com type: string @@ -139758,10 +140074,10 @@ x-webhooks: - output - app - pull_requests - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -140152,11 +140468,11 @@ x-webhooks: type: string enum: - created - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -140550,11 +140866,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 requested_action: description: The action requested by the user. type: object @@ -140957,11 +141273,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -141931,10 +142247,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -142633,10 +142949,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -143329,10 +143645,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -143643,20 +143959,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &939 + commit_oid: &940 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *930 - installation: *931 - organization: *932 - ref: &940 + enterprise: *931 + installation: *932 + organization: *933 + ref: &941 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -144051,12 +144367,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144322,12 +144638,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144659,12 +144975,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144938,16 +145254,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *933 + repository: *934 sender: *4 required: - action @@ -145184,12 +145500,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -145500,10 +145816,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145758,10 +146074,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145841,18 +146157,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *932 - pusher_type: &941 + organization: *933 + pusher_type: &942 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &942 + ref: &943 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -145862,7 +146178,7 @@ x-webhooks: enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -145945,9 +146261,9 @@ x-webhooks: enum: - created definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146032,9 +146348,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146112,9 +146428,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146192,9 +146508,9 @@ x-webhooks: enum: - updated definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -146271,10 +146587,10 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - repository: *933 - organization: *932 + enterprise: *931 + installation: *932 + repository: *934 + organization: *933 sender: *4 new_property_values: type: array @@ -146359,18 +146675,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - pusher_type: *941 - ref: *942 + enterprise: *931 + installation: *932 + organization: *933 + pusher_type: *942 + ref: *943 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -146451,10 +146767,10 @@ x-webhooks: enum: - assignees_changed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146535,10 +146851,10 @@ x-webhooks: enum: - auto_dismissed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146620,10 +146936,10 @@ x-webhooks: enum: - auto_reopened alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146705,10 +147021,10 @@ x-webhooks: enum: - created alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146788,10 +147104,10 @@ x-webhooks: enum: - dismissed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146871,10 +147187,10 @@ x-webhooks: enum: - fixed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146955,10 +147271,10 @@ x-webhooks: enum: - reintroduced alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147038,10 +147354,10 @@ x-webhooks: enum: - reopened alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -147118,9 +147434,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - key: &943 + enterprise: *931 + installation: *932 + key: &944 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -147156,8 +147472,8 @@ x-webhooks: - verified - created_at - read_only - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -147234,11 +147550,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - key: *943 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + key: *944 + organization: *933 + repository: *934 sender: *4 required: - action @@ -147794,12 +148110,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: &949 + workflow: &950 title: Workflow type: object nullable: true @@ -148540,15 +148856,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *944 - required: *945 + properties: *945 + required: *946 nullable: true pull_requests: type: array - items: *773 - repository: *933 - organization: *932 - installation: *931 + items: *774 + repository: *934 + organization: *933 + installation: *932 sender: *4 responses: '200': @@ -148619,7 +148935,7 @@ x-webhooks: type: string enum: - approved - approver: &946 + approver: &947 type: object properties: avatar_url: @@ -148662,11 +148978,11 @@ x-webhooks: type: string comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: &947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: &948 type: array items: type: object @@ -148745,7 +149061,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &948 + workflow_job_run: &949 type: object properties: conclusion: @@ -149476,18 +149792,18 @@ x-webhooks: type: string enum: - rejected - approver: *946 + approver: *947 comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: *947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: *948 sender: *4 since: type: string - workflow_job_run: *948 + workflow_job_run: *949 workflow_job_runs: type: array items: @@ -150191,13 +150507,13 @@ x-webhooks: type: string enum: - requested - enterprise: *930 + enterprise: *931 environment: type: string - installation: *931 - organization: *932 - repository: *933 - requestor: &959 + installation: *932 + organization: *933 + repository: *934 + requestor: &960 title: User type: object nullable: true @@ -152086,12 +152402,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Deployment Workflow Run type: object @@ -152771,7 +153087,7 @@ x-webhooks: type: string enum: - answered - answer: &952 + answer: &953 type: object properties: author_association: @@ -152928,11 +153244,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153059,11 +153375,11 @@ x-webhooks: - from required: - category - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153146,11 +153462,11 @@ x-webhooks: type: string enum: - closed - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153232,7 +153548,7 @@ x-webhooks: type: string enum: - created - comment: &951 + comment: &952 type: object properties: author_association: @@ -153389,11 +153705,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153476,12 +153792,12 @@ x-webhooks: type: string enum: - deleted - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153576,12 +153892,12 @@ x-webhooks: - from required: - body - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153665,11 +153981,11 @@ x-webhooks: type: string enum: - created - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153751,11 +154067,11 @@ x-webhooks: type: string enum: - deleted - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153855,11 +154171,11 @@ x-webhooks: type: string required: - from - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153941,10 +154257,10 @@ x-webhooks: type: string enum: - labeled - discussion: *950 - enterprise: *930 - installation: *931 - label: &953 + discussion: *951 + enterprise: *931 + installation: *932 + label: &954 title: Label type: object properties: @@ -153976,8 +154292,8 @@ x-webhooks: - color - default - description - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154060,11 +154376,11 @@ x-webhooks: type: string enum: - locked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154146,11 +154462,11 @@ x-webhooks: type: string enum: - pinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154232,11 +154548,11 @@ x-webhooks: type: string enum: - reopened - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154321,16 +154637,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *950 - new_repository: *933 + new_discussion: *951 + new_repository: *934 required: - new_discussion - new_repository - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154413,10 +154729,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *950 - old_answer: *952 - organization: *932 - repository: *933 + discussion: *951 + old_answer: *953 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154498,12 +154814,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *950 - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154586,11 +154902,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154672,11 +154988,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154745,7 +155061,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154808,7 +155124,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154871,7 +155187,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154934,7 +155250,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154997,7 +155313,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155063,7 +155379,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155129,7 +155445,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155195,7 +155511,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155261,7 +155577,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155327,7 +155643,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155392,7 +155708,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155457,7 +155773,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155522,7 +155838,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155587,7 +155903,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155653,7 +155969,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155720,7 +156036,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *930 + enterprise: *931 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -156380,9 +156696,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - forkee @@ -156528,9 +156844,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pages: description: The pages that were updated. type: array @@ -156567,7 +156883,7 @@ x-webhooks: - action - sha - html_url - repository: *933 + repository: *934 sender: *4 required: - pages @@ -156643,10 +156959,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: &960 + organization: *933 + repositories: &961 description: An array of repository objects that the installation can access. type: array @@ -156672,8 +156988,8 @@ x-webhooks: - name - full_name - private - repository: *933 - requester: *959 + repository: *934 + requester: *960 sender: *4 required: - action @@ -156748,11 +157064,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156828,11 +157144,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156908,10 +157224,10 @@ x-webhooks: type: string enum: - added - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: &961 + organization: *933 + repositories_added: &962 description: An array of repository objects, which were added to the installation. type: array @@ -156957,15 +157273,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *933 - repository_selection: &962 + repository: *934 + repository_selection: &963 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *959 + requester: *960 sender: *4 required: - action @@ -157044,10 +157360,10 @@ x-webhooks: type: string enum: - removed - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: *961 + organization: *933 + repositories_added: *962 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -157074,9 +157390,9 @@ x-webhooks: - name - full_name - private - repository: *933 - repository_selection: *962 - requester: *959 + repository: *934 + repository_selection: *963 + requester: *960 sender: *4 required: - action @@ -157155,11 +157471,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157338,10 +157654,10 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 target_type: type: string @@ -157420,11 +157736,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157598,15 +157914,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true user: title: User @@ -157691,8 +158007,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158481,8 +158797,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158831,8 +159147,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -158912,7 +159228,7 @@ x-webhooks: type: string enum: - deleted - comment: &963 + comment: &964 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -159069,15 +159385,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true required: - url @@ -159092,8 +159408,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159878,8 +160194,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -160230,8 +160546,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -160311,7 +160627,7 @@ x-webhooks: type: string enum: - edited - changes: &992 + changes: &993 description: The changes to the comment. type: object properties: @@ -160323,9 +160639,9 @@ x-webhooks: type: string required: - from - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161113,8 +161429,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161463,8 +161779,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -161545,9 +161861,9 @@ x-webhooks: type: string enum: - pinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162337,8 +162653,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162689,8 +163005,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -162770,9 +163086,9 @@ x-webhooks: type: string enum: - unpinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163562,8 +163878,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163914,8 +164230,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164004,9 +164320,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164095,9 +164411,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164185,9 +164501,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164276,9 +164592,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164358,10 +164674,10 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - issue: &964 + assignee: *960 + enterprise: *931 + installation: *932 + issue: &965 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165153,11 +165469,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165274,8 +165590,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -165355,8 +165671,8 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -166153,11 +166469,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166409,8 +166725,8 @@ x-webhooks: required: - state - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -166489,8 +166805,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167278,11 +167594,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167398,8 +167714,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -167478,8 +167794,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168289,11 +168605,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168388,7 +168704,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &965 + milestone: &966 title: Milestone description: A collection of related issues and pull requests. type: object @@ -168526,8 +168842,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -168626,8 +168942,8 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169419,11 +169735,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169540,9 +169856,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169622,9 +169938,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was set or updated on the @@ -169778,8 +170094,8 @@ x-webhooks: - id required: - from - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169859,9 +170175,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -169942,8 +170258,8 @@ x-webhooks: nullable: true required: - id - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -170023,8 +170339,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170815,11 +171131,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170936,9 +171252,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -171018,8 +171334,8 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171834,11 +172150,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171932,8 +172248,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -172012,8 +172328,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172822,11 +173138,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172920,9 +173236,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *965 - organization: *932 - repository: *933 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -173785,11 +174101,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174370,8 +174686,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -175155,11 +175471,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175283,8 +175599,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -175364,9 +175680,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *930 - installation: *931 - issue: &966 + enterprise: *931 + installation: *932 + issue: &967 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -176152,11 +176468,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176272,8 +176588,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -176352,8 +176668,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -177166,11 +177482,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -177265,8 +177581,8 @@ x-webhooks: user_view_type: type: string type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178135,11 +178451,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178734,11 +179050,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178818,12 +179134,12 @@ x-webhooks: type: string enum: - typed - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178904,7 +179220,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &995 + assignee: &996 title: User type: object nullable: true @@ -178974,11 +179290,11 @@ x-webhooks: required: - login - id - enterprise: *930 - installation: *931 - issue: *964 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179057,12 +179373,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - issue: *964 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179142,8 +179458,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179956,11 +180272,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -180054,8 +180370,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180135,11 +180451,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180218,12 +180534,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180303,11 +180619,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180385,11 +180701,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180499,11 +180815,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180585,9 +180901,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: &967 + enterprise: *931 + installation: *932 + marketplace_purchase: &968 title: Marketplace Purchase type: object required: @@ -180670,8 +180986,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: &968 + organization: *933 + previous_marketplace_purchase: &969 title: Marketplace Purchase type: object properties: @@ -180751,7 +181067,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180831,10 +181147,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180917,7 +181233,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180999,10 +181315,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181084,7 +181400,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -181165,8 +181481,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 marketplace_purchase: title: Marketplace Purchase type: object @@ -181248,9 +181564,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -181330,12 +181646,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -181437,11 +181753,11 @@ x-webhooks: type: string required: - to - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181541,11 +181857,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181624,11 +181940,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181706,11 +182022,11 @@ x-webhooks: type: string enum: - added - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181786,7 +182102,7 @@ x-webhooks: required: - login - id - team: &969 + team: &970 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -182009,11 +182325,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -182090,7 +182406,7 @@ x-webhooks: required: - login - id - team: *969 + team: *970 required: - action - scope @@ -182172,8 +182488,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *931 - merge_group: &971 + installation: *932 + merge_group: &972 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -182192,15 +182508,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *970 + head_commit: *971 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182286,10 +182602,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *931 - merge_group: *971 - organization: *932 - repository: *933 + installation: *932 + merge_group: *972 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182362,7 +182678,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -182471,16 +182787,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *931 - organization: *932 + installation: *932 + organization: *933 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -182561,11 +182877,11 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182644,9 +182960,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - milestone: &974 + enterprise: *931 + installation: *932 + milestone: &975 title: Milestone description: A collection of related issues and pull requests. type: object @@ -182783,8 +183099,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182863,11 +183179,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182977,11 +183293,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183061,11 +183377,11 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - milestone: *974 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *975 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183144,11 +183460,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183227,11 +183543,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183307,7 +183623,7 @@ x-webhooks: enum: - created definition: *160 - enterprise: *930 + enterprise: *931 sender: *4 required: - action @@ -183387,8 +183703,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183461,8 +183777,8 @@ x-webhooks: enum: - updated definition: *160 - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183534,9 +183850,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 new_property_values: type: array @@ -183624,9 +183940,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - membership: &975 + enterprise: *931 + installation: *932 + membership: &976 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -183733,8 +184049,8 @@ x-webhooks: - role - organization_url - user - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183812,11 +184128,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183895,8 +184211,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -184012,10 +184328,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 - user: *959 + user: *960 required: - action - invitation @@ -184093,11 +184409,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -184184,11 +184500,11 @@ x-webhooks: properties: from: type: string - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -184266,9 +184582,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -184767,7 +185083,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &976 + items: &977 title: Ruby Gems metadata type: object properties: @@ -184862,7 +185178,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -184939,9 +185255,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -185294,7 +185610,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *976 + items: *977 source_url: type: string format: uri @@ -185364,7 +185680,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -185540,12 +185856,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *930 + enterprise: *931 id: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - id @@ -185622,7 +185938,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &977 + personal_access_token_request: &978 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -185768,10 +186084,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *930 - organization: *932 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185848,11 +186164,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *977 - enterprise: *930 - organization: *932 + personal_access_token_request: *978 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185928,11 +186244,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *977 - enterprise: *930 - organization: *932 + personal_access_token_request: *978 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -186007,11 +186323,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *977 - organization: *932 - enterprise: *930 + personal_access_token_request: *978 + organization: *933 + enterprise: *931 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -186116,7 +186432,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *978 + last_response: *979 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -186148,8 +186464,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 zen: description: Random string of GitHub zen. @@ -186394,10 +186710,10 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: &979 + enterprise: *931 + installation: *932 + organization: *933 + project_card: &980 title: Project Card type: object properties: @@ -186516,7 +186832,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -186597,11 +186913,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_card: *979 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *980 + repository: *934 sender: *4 required: - action @@ -186681,9 +186997,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: title: Project Card type: object @@ -186811,8 +187127,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -186906,11 +187222,11 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: *979 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *980 + repository: *934 sender: *4 required: - action @@ -187004,9 +187320,9 @@ x-webhooks: - from required: - column_id - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: allOf: - title: Project Card @@ -187196,7 +187512,7 @@ x-webhooks: type: string required: - after_id - repository: *933 + repository: *934 sender: *4 required: - action @@ -187276,10 +187592,10 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - organization: *932 - project: &981 + enterprise: *931 + installation: *932 + organization: *933 + project: &982 title: Project type: object properties: @@ -187403,7 +187719,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187483,10 +187799,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_column: &980 + enterprise: *931 + installation: *932 + organization: *933 + project_column: &981 title: Project Column type: object properties: @@ -187525,7 +187841,7 @@ x-webhooks: - name - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187604,18 +187920,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -187705,11 +188021,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 + repository: *934 sender: *4 required: - action @@ -187789,11 +188105,11 @@ x-webhooks: type: string enum: - moved - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 + repository: *934 sender: *4 required: - action @@ -187873,11 +188189,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -187957,18 +188273,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project: *981 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -188070,11 +188386,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -188153,11 +188469,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -188238,8 +188554,8 @@ x-webhooks: type: string enum: - closed - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188321,8 +188637,8 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188404,8 +188720,8 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188523,8 +188839,8 @@ x-webhooks: type: string to: type: string - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188608,7 +188924,7 @@ x-webhooks: type: string enum: - archived - changes: &985 + changes: &986 type: object properties: archived_at: @@ -188622,9 +188938,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *931 - organization: *932 - projects_v2_item: &982 + installation: *932 + organization: *933 + projects_v2_item: &983 title: Projects v2 Item description: An item belonging to a project type: object @@ -188759,9 +189075,9 @@ x-webhooks: nullable: true to: type: string - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188843,9 +189159,9 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188926,9 +189242,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -189034,7 +189350,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &983 + - &984 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -189056,7 +189372,7 @@ x-webhooks: required: - id - name - - &984 + - &985 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -189090,8 +189406,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *983 - *984 + - *985 required: - field_value - type: object @@ -189107,9 +189423,9 @@ x-webhooks: nullable: true required: - body - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -189204,9 +189520,9 @@ x-webhooks: to: type: string nullable: true - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -189289,10 +189605,10 @@ x-webhooks: type: string enum: - restored - changes: *985 - installation: *931 - organization: *932 - projects_v2_item: *982 + changes: *986 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -189374,8 +189690,8 @@ x-webhooks: type: string enum: - reopened - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -189457,14 +189773,14 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_status_update: &988 + installation: *932 + organization: *933 + projects_v2_status_update: &989 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *986 - required: *987 + properties: *987 + required: *988 sender: *4 required: - action @@ -189545,9 +189861,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_status_update: *988 + installation: *932 + organization: *933 + projects_v2_status_update: *989 sender: *4 required: - action @@ -189683,9 +189999,9 @@ x-webhooks: type: string format: date nullable: true - installation: *931 - organization: *932 - projects_v2_status_update: *988 + installation: *932 + organization: *933 + projects_v2_status_update: *989 sender: *4 required: - action @@ -189756,10 +190072,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - repository @@ -189836,13 +190152,13 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - number: &989 + assignee: *960 + enterprise: *931 + installation: *932 + number: &990 description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -192021,7 +192337,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -192148,7 +192464,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -192230,11 +192546,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -194406,7 +194722,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194535,7 +194851,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -194617,11 +194933,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -196793,7 +197109,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -196922,7 +197238,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -197004,13 +197320,13 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: &990 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: &991 allOf: - - *773 + - *774 - type: object properties: allow_auto_merge: @@ -197072,7 +197388,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *933 + repository: *934 sender: *4 required: - action @@ -197153,12 +197469,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -197238,11 +197554,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 - milestone: *754 - number: *989 - organization: *932 - pull_request: &991 + enterprise: *931 + milestone: *755 + number: *990 + organization: *933 + pull_request: &992 title: Pull Request type: object properties: @@ -199401,7 +199717,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199528,7 +199844,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -199607,11 +199923,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -201774,7 +202090,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -201916,7 +202232,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *933 + repository: *934 sender: *4 required: - action @@ -202040,12 +202356,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -202125,11 +202441,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -204292,7 +204608,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -204419,7 +204735,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -204499,11 +204815,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 - label: *953 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -206681,7 +206997,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -206808,7 +207124,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -206889,10 +207205,10 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -209068,7 +209384,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -209195,7 +209511,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -209275,12 +209591,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 - milestone: *754 - number: *989 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + milestone: *755 + number: *990 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -209359,12 +209675,12 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -209445,12 +209761,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -209530,12 +209846,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -209901,9 +210217,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -211974,7 +212290,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -212096,7 +212412,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -212176,7 +212492,7 @@ x-webhooks: type: string enum: - deleted - comment: &993 + comment: &994 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -212461,9 +212777,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -214522,7 +214838,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -214644,7 +214960,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -214724,11 +215040,11 @@ x-webhooks: type: string enum: - edited - changes: *992 - comment: *993 - enterprise: *930 - installation: *931 - organization: *932 + changes: *993 + comment: *994 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -216790,7 +217106,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -216912,7 +217228,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -216993,9 +217309,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -219067,7 +219383,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -219191,7 +219507,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 review: description: The review that was affected. type: object @@ -219438,9 +219754,9 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -221494,8 +221810,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: &994 + repository: *934 + review: &995 description: The review that was affected. type: object properties: @@ -221728,12 +222044,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -223912,7 +224228,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -224039,7 +224355,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -224123,12 +224439,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -226314,7 +226630,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -226441,7 +226757,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -226633,12 +226949,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -228818,7 +229134,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -228946,7 +229262,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -229031,12 +229347,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -231207,7 +231523,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -231335,7 +231651,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -231516,9 +231832,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -233592,7 +233908,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -233716,8 +234032,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: *994 + repository: *934 + review: *995 sender: *4 required: - action @@ -233797,9 +234113,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -235768,7 +236084,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -235892,7 +236208,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -236279,9 +236595,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -238237,7 +238553,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -238360,7 +238676,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -238744,11 +239060,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *930 - installation: *931 - stack: *770 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + stack: *771 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -240926,7 +241242,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -241053,7 +241369,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -241139,10 +241455,10 @@ x-webhooks: type: string before: type: string - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -243309,7 +243625,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -243436,7 +243752,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -243518,11 +243834,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *995 - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + assignee: *996 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -245701,7 +246017,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -245828,7 +246144,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -245907,11 +246223,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - label: *953 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -248080,7 +248396,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -248207,7 +248523,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -248288,10 +248604,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -250453,7 +250769,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -250579,7 +250895,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -250779,7 +251095,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *930 + enterprise: *931 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -250871,8 +251187,8 @@ x-webhooks: - url - author - committer - installation: *931 - organization: *932 + installation: *932 + organization: *933 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -251458,9 +251774,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -251906,7 +252222,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *976 + items: *977 summary: type: string tag_name: @@ -251960,7 +252276,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -252038,9 +252354,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -252348,7 +252664,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *976 + items: *977 summary: type: string tag_name: @@ -252397,7 +252713,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -252474,10 +252790,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - release: &996 + enterprise: *931 + installation: *932 + organization: *933 + release: &997 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252795,7 +253111,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *933 + repository: *934 sender: *4 required: - action @@ -252872,11 +253188,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -252993,11 +253309,11 @@ x-webhooks: type: boolean required: - to - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -253075,9 +253391,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -253399,7 +253715,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -253475,10 +253791,10 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - release: &997 + enterprise: *931 + installation: *932 + organization: *933 + release: &998 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -253797,7 +254113,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -253873,11 +254189,11 @@ x-webhooks: type: string enum: - released - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -253953,11 +254269,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *930 - installation: *931 - organization: *932 - release: *997 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *998 + repository: *934 sender: *4 required: - action @@ -254033,11 +254349,11 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -254113,11 +254429,11 @@ x-webhooks: type: string enum: - reported - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -254193,10 +254509,10 @@ x-webhooks: type: string enum: - archived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254273,10 +254589,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254354,10 +254670,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254441,10 +254757,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254556,10 +254872,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254631,10 +254947,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 status: type: string @@ -254715,10 +255031,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254795,10 +255111,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254892,10 +255208,10 @@ x-webhooks: - name required: - repository - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254975,10 +255291,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 sender: *4 required: @@ -255057,10 +255373,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 sender: *4 required: @@ -255139,10 +255455,10 @@ x-webhooks: type: string enum: - edited - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 changes: type: object @@ -255204,16 +255520,16 @@ x-webhooks: properties: added: type: array - items: *794 + items: *795 deleted: type: array - items: *794 + items: *795 updated: type: array items: type: object properties: - rule: *794 + rule: *795 changes: type: object properties: @@ -255447,10 +255763,10 @@ x-webhooks: - from required: - owner - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255528,10 +255844,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255609,7 +255925,7 @@ x-webhooks: type: string enum: - create - alert: &998 + alert: &999 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -255731,10 +256047,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255940,10 +256256,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256021,11 +256337,11 @@ x-webhooks: type: string enum: - reopen - alert: *998 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *999 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256224,10 +256540,10 @@ x-webhooks: enum: - fixed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256305,11 +256621,11 @@ x-webhooks: type: string enum: - assigned - alert: &1000 + alert: &1001 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -256317,8 +256633,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri @@ -256455,12 +256771,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *999 + metadata: *1000 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256538,11 +256854,11 @@ x-webhooks: type: string enum: - created - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256623,11 +256939,11 @@ x-webhooks: type: string enum: - created - alert: *1000 - installation: *931 - location: *1001 - organization: *932 - repository: *933 + alert: *1001 + installation: *932 + location: *1002 + organization: *933 + repository: *934 sender: *4 required: - location @@ -256865,11 +257181,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256946,11 +257262,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257027,11 +257343,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257109,11 +257425,11 @@ x-webhooks: type: string enum: - reopened - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257191,11 +257507,11 @@ x-webhooks: type: string enum: - resolved - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257273,12 +257589,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1000 + alert: *1001 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257356,11 +257672,11 @@ x-webhooks: type: string enum: - validated - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -257486,10 +257802,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *933 - enterprise: *930 - installation: *931 - organization: *932 + repository: *934 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -257567,11 +257883,11 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: &1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: &1003 description: The details of the security advisory, including summary, description, and severity. type: object @@ -257587,7 +257903,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -257754,11 +258070,11 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: *1003 sender: *4 required: - action @@ -257831,10 +258147,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -257851,7 +258167,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -258019,9 +258335,9 @@ x-webhooks: type: object properties: security_and_analysis: *453 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: *515 sender: *4 required: @@ -258100,12 +258416,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: &1003 + sponsorship: &1004 type: object properties: created_at: @@ -258406,12 +258722,12 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - sponsorship @@ -258499,12 +258815,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -258581,17 +258897,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1004 + effective_date: &1005 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - sponsorship @@ -258665,7 +258981,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1005 + changes: &1006 type: object properties: tier: @@ -258709,13 +259025,13 @@ x-webhooks: - from required: - tier - effective_date: *1004 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + effective_date: *1005 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -258792,13 +259108,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1005 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + changes: *1006 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -258872,10 +259188,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258958,10 +259274,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -259381,15 +259697,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *930 + enterprise: *931 id: description: The unique identifier of the status. type: integer - installation: *931 + installation: *932 name: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 sha: description: The Commit SHA. @@ -259504,9 +259820,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -259595,9 +259911,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -259686,9 +260002,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -259777,9 +260093,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -259855,12 +260171,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - team: &1006 + team: &1007 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -260083,9 +260399,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -260543,7 +260859,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -260619,9 +260935,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261079,7 +261395,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -261156,9 +261472,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261616,7 +261932,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -261760,9 +262076,9 @@ x-webhooks: - from required: - permissions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -262220,7 +262536,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - changes @@ -262298,9 +262614,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -262758,7 +263074,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -262834,10 +263150,10 @@ x-webhooks: type: string enum: - started - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -262910,16 +263226,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *930 + enterprise: *931 inputs: type: object nullable: true additionalProperties: true - installation: *931 - organization: *932 + installation: *932 + organization: *933 ref: type: string - repository: *933 + repository: *934 sender: *4 workflow: type: string @@ -263001,10 +263317,10 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -263320,10 +263636,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -263662,10 +263978,10 @@ x-webhooks: type: string enum: - queued - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -263879,10 +264195,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -264098,12 +264414,12 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -265102,12 +265418,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -266091,12 +266407,12 @@ x-webhooks: type: string enum: - requested - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json index f8d3ef0ce3..35a13a95ee 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.json @@ -49661,6 +49661,211 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -49868,6 +50073,235 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "username", + "description": "The handle for the GitHub user account.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -72889,17 +73323,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -77214,12 +77645,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -77563,12 +77994,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -77829,12 +78260,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -78143,12 +78574,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -110863,6 +111294,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -111012,6 +111452,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -149401,126 +149844,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -276250,17 +276581,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -324917,126 +325245,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw==" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -363866,6 +364082,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -363880,7 +364105,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -364043,6 +364269,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -364065,6 +364299,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -467209,6 +467448,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -473712,6 +473974,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -502802,6 +503087,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -503292,6 +503600,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -504015,6 +504346,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -511600,6 +511954,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512110,6 +512487,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -512655,6 +513055,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -541107,6 +541530,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -541597,6 +542043,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -553523,6 +553992,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -554601,6 +555093,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -555110,6 +555625,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -555620,6 +556158,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -556165,6 +556726,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -611021,7 +611605,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -614641,7 +615225,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -633783,17 +634367,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -747302,126 +747883,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml index 8036c69833..c8dfdc4451 100644 --- a/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.2026-03-10.deref.yaml @@ -666,7 +666,7 @@ paths: - vulnerable_version_range - first_patched_version - vulnerable_functions - cvss_severities: &137 + cvss_severities: &138 type: object nullable: true properties: @@ -706,7 +706,7 @@ paths: required: - vector_string - score - epss: &138 + epss: &139 type: object nullable: true readOnly: true @@ -1009,7 +1009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &829 + - &830 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3813,7 +3813,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &148 + properties: &149 description: description: A short description of the enterprise. type: string @@ -3855,7 +3855,7 @@ paths: avatar_url: type: string format: uri - required: &149 + required: &150 - id - node_id - name @@ -4370,7 +4370,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &838 + schema: &839 title: Scim Error description: Scim Error type: object @@ -11785,7 +11785,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &839 + '401': &840 description: Authorization failure '404': *6 x-github: @@ -15980,28 +15980,28 @@ paths: items: &336 type: object properties: - number: &135 + number: &136 type: integer description: The security alert number. readOnly: true - created_at: &142 + created_at: &143 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &143 + updated_at: &144 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &140 + url: &141 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &141 + html_url: &142 type: string description: The GitHub URL of the alert resource. format: uri @@ -16020,7 +16020,7 @@ paths: - open - dismissed - fixed - fixed_at: &145 + fixed_at: &146 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16034,7 +16034,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &144 + dismissed_at: &145 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16193,7 +16193,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &146 + properties: &147 id: type: integer format: int64 @@ -16420,7 +16420,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &147 + required: &148 - archive_url - assignees_url - blobs_url @@ -20343,6 +20343,123 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - *42 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -20373,7 +20490,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - *42 - - &152 + - &135 name: username description: The handle for the GitHub user account. in: path @@ -20465,6 +20582,143 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - *42 + - *135 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -20602,7 +20856,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -20617,7 +20871,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &136 + package: &137 type: object description: Details for the vulnerable package. readOnly: true @@ -20692,13 +20946,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &139 + items: &140 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *136 + package: *137 severity: type: string description: The severity of the vulnerability. @@ -20750,8 +21004,8 @@ paths: enum: - general - malware - cvss_severities: *137 - epss: *138 + cvss_severities: *138 + epss: *139 cwes: type: array description: Details for the advisory pertaining to Common @@ -20849,12 +21103,12 @@ paths: - updated_at - withdrawn_at additionalProperties: false - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -20878,7 +21132,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: &649 type: string description: 'The time that the alert was auto-dismissed in @@ -21354,8 +21608,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *146 - required: *147 + properties: *147 + required: *148 nullable: true additionalProperties: false examples: @@ -21863,8 +22117,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *148 - required: *149 + properties: *149 + required: *150 nullable: true created_at: description: The date and time the role was created. @@ -21957,7 +22211,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - *42 - - &150 + - &151 name: team_slug description: The slug of the enterprise team name. in: path @@ -22000,8 +22254,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - *42 - - *150 - - &151 + - *151 + - &152 name: role_id description: The unique identifier of the role. in: path @@ -22043,8 +22297,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - *42 - - *150 - *151 + - *152 responses: '204': description: Response @@ -22078,7 +22332,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - *42 - - *152 + - *135 responses: '204': description: Response @@ -22112,8 +22366,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22146,8 +22400,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22181,7 +22435,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - *42 - - *151 + - *152 responses: '200': description: Response @@ -22241,7 +22495,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -22292,7 +22546,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -22948,7 +23202,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *42 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -25455,7 +25709,7 @@ paths: - *173 rules: type: array - items: &794 + items: &795 title: Repository Rule type: object description: A repository rule. @@ -25464,7 +25718,7 @@ paths: - *179 - *180 - *181 - - &791 + - &792 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25555,7 +25809,7 @@ paths: - *192 - *193 - *194 - - &792 + - &793 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -26090,8 +26344,8 @@ paths: items: &476 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -26099,21 +26353,21 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &807 + state: &808 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &808 + resolution: &809 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26230,8 +26484,8 @@ paths: pull request. ' - oneOf: &809 - - &811 + oneOf: &810 + - &812 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26289,7 +26543,7 @@ paths: - blob_url - commit_sha - commit_url - - &812 + - &813 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -26344,7 +26598,7 @@ paths: - page_url - commit_sha - commit_url - - &813 + - &814 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26364,7 +26618,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &814 + - &815 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26384,7 +26638,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &815 + - &816 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26404,7 +26658,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &816 + - &817 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26418,7 +26672,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &817 + - &818 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26432,7 +26686,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &818 + - &819 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26446,7 +26700,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &819 + - &820 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -26466,7 +26720,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &820 + - &821 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -26486,7 +26740,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &821 + - &822 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -26506,7 +26760,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &822 + - &823 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -26526,7 +26780,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &823 + - &824 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -27083,17 +27337,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -28922,13 +29173,13 @@ paths: type: number nullable: true description: The AI credit pool cap target amount, in - dollars. Null when the cap budget has not been materialized - yet. + AI Credits. Null when the cap budget has not been + materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against - the AI credit pool cap, in dollars. Null when the + the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -29075,13 +29326,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -29218,13 +29469,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -29356,13 +29607,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -30588,7 +30839,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '200': description: User is a member of the enterprise team. @@ -30633,7 +30884,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '201': description: Successfully added team member @@ -30660,7 +30911,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '204': description: Response @@ -31411,7 +31662,7 @@ paths: properties: action: type: string - discussion: &950 + discussion: &951 title: Discussion description: A Discussion in a repository. type: object @@ -32149,7 +32400,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &866 + sub_issues_summary: &867 title: Sub-issues Summary type: object properties: @@ -32236,7 +32487,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &734 + properties: &735 pinned_at: type: string format: date-time @@ -32248,7 +32499,7 @@ paths: properties: *20 required: *21 nullable: true - required: &735 + required: &736 - pinned_at - pinned_by nullable: true @@ -32257,13 +32508,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &736 + properties: &737 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &737 + required: &738 - reason nullable: true required: &237 @@ -32276,7 +32527,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &867 + issue_dependencies_summary: &868 title: Issue Dependencies Summary type: object properties: @@ -32295,7 +32546,7 @@ paths: - total_blocking issue_field_values: type: array - items: &718 + items: &719 title: Issue Field Value description: A value assigned to an issue field type: object @@ -33088,7 +33339,7 @@ paths: type: string release: allOf: - - &784 + - &785 title: Release description: A release. type: object @@ -33159,7 +33410,7 @@ paths: author: *4 assets: type: array - items: &785 + items: &786 title: Release Asset description: Data related to a release. type: object @@ -36697,6 +36948,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -36797,6 +37054,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -36916,7 +37175,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &757 + - &758 name: all description: If `true`, show notifications marked as read. in: query @@ -36924,7 +37183,7 @@ paths: schema: type: boolean default: false - - &758 + - &759 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -36934,7 +37193,7 @@ paths: type: boolean default: false - *242 - - &759 + - &760 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -37470,7 +37729,7 @@ paths: - url - subscription_url examples: - default: &760 + default: &761 value: - id: '1' repository: @@ -38242,7 +38501,7 @@ paths: type: array items: *164 examples: - default: &766 + default: &767 value: - property_name: environment value: production @@ -38292,7 +38551,7 @@ paths: required: - properties examples: - default: &767 + default: &768 value: properties: - property_name: environment @@ -45025,12 +45284,12 @@ paths: required: - subject_digests examples: - default: &908 + default: &909 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &909 + withPredicateType: &910 value: subject_digests: - sha256:abc123 @@ -45074,7 +45333,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &910 + default: &911 value: attestations_subject_digests: - sha256:abc: @@ -45410,94 +45669,12 @@ paths: default: &556 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: MIIGjTCCBhSgAwIBAgIUWYxqKsrMS3Svl5Ij5ODfBgMJO/IwCgYIKoZIzj0EAwMwNzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRlcm1lZGlhdGUwHhcNMjQwNTI5MTYwOTUyWhcNMjQwNTI5MTYxOTUyWjAAMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEdmghNNw3nU/KueQgspGHW7gh9XLD/WdI8YMB+0p0V4o1kHo6cM1sDJgrCgPQUzxpuYuo+xwPHyl/kDyf3ELjkaOCBTMwggUvMA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUqfCPvXKAvS4CdhQ2hbZWJSOEvVowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4YZD8wWgYDVR0RAQH/BFAwToZMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA5BgorBgEEAYO/MAEBBCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMB8GCisGAQQBg78wAQIEEXdvcmtmbG93X2Rpc3BhdGNoMDYGCisGAQQBg78wAQMEKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwGAYKKwYBBAGDvzABBAQKRGVwbG95bWVudDAVBgorBgEEAYO/MAEFBAdjbGkvY2xpMB4GCisGAQQBg78wAQYEEHJlZnMvaGVhZHMvdHJ1bmswOwYKKwYBBAGDvzABCAQtDCtodHRwczovL3Rva2VuLmFjdGlvbnMuZ2l0aHVidXNlcmNvbnRlbnQuY29tMFwGCisGAQQBg78wAQkETgxMaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWxAcmVmcy9oZWFkcy90cnVuazA4BgorBgEEAYO/MAEKBCoMKGZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAwHQYKKwYBBAGDvzABCwQPDA1naXRodWItaG9zdGVkMCoGCisGAQQBg78wAQwEHAwaaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkwOAYKKwYBBAGDvzABDQQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCAGCisGAQQBg78wAQ4EEgwQcmVmcy9oZWFkcy90cnVuazAZBgorBgEEAYO/MAEPBAsMCTIxMjYxMzA0OTAmBgorBgEEAYO/MAEQBBgMFmh0dHBzOi8vZ2l0aHViLmNvbS9jbGkwGAYKKwYBBAGDvzABEQQKDAg1OTcwNDcxMTBcBgorBgEEAYO/MAESBE4MTGh0dHBzOi8vZ2l0aHViLmNvbS9jbGkvY2xpLy5naXRodWIvd29ya2Zsb3dzL2RlcGxveW1lbnQueW1sQHJlZnMvaGVhZHMvdHJ1bmswOAYKKwYBBAGDvzABEwQqDChmYWVmMmRkZDgxYjA3MzY3NDg0MTNhN2M2NDZjZDBiZmMyNmMwMGEwMCEGCisGAQQBg78wARQEEwwRd29ya2Zsb3dfZGlzcGF0Y2gwTQYKKwYBBAGDvzABFQQ/DD1odHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaS9hY3Rpb25zL3J1bnMvOTI4OTA3NTc1Mi9hdHRlbXB0cy8xMBYGCisGAQQBg78wARYECAwGcHVibGljMIGLBgorBgEEAdZ5AgQCBH0EewB5AHcA3T0wasbHETJjGR4cmWc3AqJKXrjePK3/h4pygC8p7o4AAAGPxR1zbgAABAMASDBGAiEA+8glQIxOAhXBAOS6S+8ZqwJcdwwSr/TWihs3dLqVAvoCIQDby9h1IcuDEr+zsWiL8Pw5CSTtkltJ421sE81Vvu6ApTAKBggqhkjOPQQDAwNnADBkAjA+DH7P+hh4VHWfCWXtrKToBKubBkKpfWCYQxjXM2vV/nPqbZFYOVZObe6ANrgydoYCMFUMb3xzsFNQYvsEYOi2KnrvF0tgopmXGVoznZ+q/2AIDW9F1E7Y6Y061eouAYdHWw== - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -45596,7 +45773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: If the user is blocked @@ -45622,7 +45799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -45643,7 +45820,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -51960,7 +52137,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -51991,7 +52168,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52061,7 +52238,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -52141,7 +52318,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -52178,7 +52355,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52231,7 +52408,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -56614,7 +56791,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if requester is an organization member and user is @@ -56649,7 +56826,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -56677,7 +56854,7 @@ paths: - *17 - *19 - *90 - - *152 + - *135 responses: '200': description: Response @@ -56721,7 +56898,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *90 - - *152 + - *135 - &411 name: codespace_name in: path @@ -56756,7 +56933,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *90 - - *152 + - *135 - *411 responses: '200': @@ -56939,7 +57116,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -57015,7 +57192,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: Response @@ -57161,7 +57338,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -57217,7 +57394,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -58015,7 +58192,7 @@ paths: parameters: - *90 - *415 - - &890 + - &891 name: repo_name description: repo_name parameter in: path @@ -58439,7 +58616,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -58470,7 +58647,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -58496,7 +58673,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -58522,8 +58699,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -58554,8 +58731,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -58584,7 +58761,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -58648,7 +58825,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -58741,7 +58918,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -58767,7 +58944,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -58908,7 +59085,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -59114,7 +59291,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -59172,7 +59349,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -59230,7 +59407,7 @@ paths: - nuget - container - *90 - - &891 + - &892 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -59271,7 +59448,7 @@ paths: default: *421 '403': *29 '401': *25 - '400': &893 + '400': &894 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -61479,7 +61656,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &986 + properties: &987 id: type: number description: The unique identifier of the status update. @@ -61527,7 +61704,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &987 + required: &988 - id - node_id - created_at @@ -61956,7 +62133,7 @@ paths: - review_comment - self author_association: *232 - auto_merge: &769 + auto_merge: &770 title: Auto merge description: The status of auto merging a pull request. type: object @@ -61981,7 +62158,7 @@ paths: - commit_title - commit_message nullable: true - stack: &770 + stack: &771 title: Pull Request Stack description: The stack information associated with a pull request. @@ -62371,7 +62548,7 @@ paths: - updated_at - project_url examples: - default: &914 + default: &915 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62548,7 +62725,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &915 + items: &916 type: object properties: name: @@ -62585,7 +62762,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &916 + iteration_configuration: &917 type: object description: The configuration for iteration fields. properties: @@ -62635,7 +62812,7 @@ paths: value: name: Due date data_type: date - single_select_field: &917 + single_select_field: &918 summary: Create a single select field value: name: Priority @@ -62662,7 +62839,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &918 + iteration_field: &919 summary: Create an iteration field value: name: Sprint @@ -62688,7 +62865,7 @@ paths: application/json: schema: *442 examples: - text_field: &919 + text_field: &920 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -62697,7 +62874,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &920 + number_field: &921 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -62706,7 +62883,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &921 + date_field: &922 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -62715,7 +62892,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &922 + single_select_field: &923 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -62749,7 +62926,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &923 + iteration_field: &924 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -62795,7 +62972,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *438 - - &924 + - &925 name: field_id description: The unique identifier of the field. in: path @@ -62810,7 +62987,7 @@ paths: application/json: schema: *442 examples: - default: &925 + default: &926 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -64007,7 +64184,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &905 + schema: &906 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -64184,7 +64361,7 @@ paths: parameters: - *438 - *90 - - &926 + - &927 name: view_number description: The number that identifies the project view. in: path @@ -64627,7 +64804,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if user is a public member @@ -64652,7 +64829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -64674,7 +64851,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -66006,7 +66183,7 @@ paths: - *90 - *17 - *19 - - &793 + - &794 name: targets description: | A comma-separated list of rule targets to filter by. @@ -66222,7 +66399,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &795 + - &796 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -66234,14 +66411,14 @@ paths: x-multi-segment: true - *326 - *108 - - &796 + - &797 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &797 + - &798 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -66254,7 +66431,7 @@ paths: - bypass - all default: all - - &798 + - &799 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -66277,7 +66454,7 @@ paths: description: Response content: application/json: - schema: &799 + schema: &800 title: Rule Suites description: Response type: array @@ -66332,7 +66509,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &800 + default: &801 value: - id: 21 actor_id: 12 @@ -66376,7 +66553,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &801 + - &802 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -66392,7 +66569,7 @@ paths: description: Response content: application/json: - schema: &802 + schema: &803 title: Rule Suite description: Response type: object @@ -66491,7 +66668,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &803 + default: &804 value: id: 21 actor_id: 12 @@ -66827,7 +67004,7 @@ paths: - *113 - *19 - *17 - - &805 + - &806 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -66837,7 +67014,7 @@ paths: required: false schema: type: string - - &806 + - &807 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -67264,7 +67441,7 @@ paths: application/json: schema: type: array - items: &827 + items: &828 description: A repository security advisory. type: object properties: @@ -67433,7 +67610,7 @@ paths: - patched_versions - vulnerable_functions additionalProperties: false - cvss_severities: *137 + cvss_severities: *138 cwes: type: array nullable: true @@ -67536,7 +67713,7 @@ paths: - private_fork additionalProperties: false examples: - default: &828 + default: &829 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -69489,7 +69666,7 @@ paths: application/json: schema: type: array - items: &869 + items: &870 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -69608,7 +69785,7 @@ paths: - type - url examples: - default: &870 + default: &871 value: - login: octocat id: 1 @@ -69661,7 +69838,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '200': description: Response @@ -69694,7 +69871,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &871 + response-if-user-is-a-team-maintainer: &872 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -69732,7 +69909,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 requestBody: required: false content: @@ -69759,7 +69936,7 @@ paths: application/json: schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: &872 + response-if-users-membership-with-team-is-now-pending: &873 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -69796,7 +69973,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '204': description: Response @@ -69873,7 +70050,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &873 + schema: &874 title: Team Repository description: A team's access to a repository. type: object @@ -70634,7 +70811,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: &874 + response-if-child-teams-exist: &875 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -76298,7 +76475,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &944 + properties: &945 url: type: string format: uri @@ -76383,7 +76560,7 @@ paths: nullable: true properties: *230 required: *231 - required: &945 + required: &946 - id - node_id - sha @@ -82784,7 +82961,7 @@ paths: check. type: array items: *240 - deployment: &937 + deployment: &938 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -83696,7 +83873,7 @@ paths: type: string format: date-time nullable: true - head_commit: &970 + head_commit: &971 title: Simple Commit description: A commit. type: object @@ -84872,6 +85049,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -84883,6 +85067,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *582 '404': *6 '503': *204 @@ -84943,6 +85128,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -84952,6 +85143,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -85097,14 +85290,14 @@ paths: items: type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *585 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -85112,7 +85305,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *586 dismissed_comment: *587 rule: *588 @@ -85280,7 +85473,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -85289,14 +85482,14 @@ paths: schema: &593 type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *585 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -85304,7 +85497,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *586 dismissed_comment: *587 rule: @@ -88420,14 +88613,14 @@ paths: type: integer machines: type: array - items: &879 + items: &880 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *616 required: *617 examples: - default: &880 + default: &881 value: total_count: 2 machines: @@ -89036,7 +89229,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '204': description: Response if user is a collaborator @@ -89084,7 +89277,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 requestBody: required: false content: @@ -89341,7 +89534,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '204': description: No Content when collaborator was removed from the repository. @@ -89374,7 +89567,7 @@ paths: parameters: - *510 - *511 - - *152 + - *135 responses: '200': description: if user has admin permissions @@ -90065,7 +90258,7 @@ paths: type: array items: *628 examples: - default: &777 + default: &778 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -90356,7 +90549,7 @@ paths: type: array items: *632 examples: - default: &768 + default: &769 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -90914,7 +91107,7 @@ paths: application/json: schema: *628 examples: - default: &753 + default: &754 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91573,7 +91766,7 @@ paths: application/json: schema: type: array - items: &832 + items: &833 title: Status description: The status of a commit. type: object @@ -92542,7 +92735,7 @@ paths: - size - type - url - - &782 + - &783 title: Content File description: Content File type: object @@ -93156,7 +93349,7 @@ paths: items: type: object properties: - placeholder_id: &824 + placeholder_id: &825 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -93620,7 +93813,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -93635,7 +93828,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *136 + package: *137 manifest_path: type: string description: The full path to the dependency manifest file, @@ -93664,12 +93857,12 @@ paths: - transitive - inconclusive security_advisory: *648 - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -93693,7 +93886,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: *649 dismissal_request: *650 assignees: @@ -93961,7 +94154,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -99891,7 +100084,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &978 + last_response: &979 title: Hook Response type: object properties: @@ -100943,7 +101136,7 @@ paths: parameters: - *510 - *511 - - &903 + - &904 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -101662,7 +101855,7 @@ paths: type: array items: *702 examples: - default: &895 + default: &896 value: - id: 1 repository: @@ -103292,6 +103485,30 @@ paths: nullable: true properties: *711 required: *712 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &718 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *232 lock_reason: type: string @@ -104581,7 +104798,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &721 + - &722 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -104624,6 +104841,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - label - id @@ -104635,7 +104863,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &722 + - &723 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -104678,6 +104906,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - label - id @@ -104713,6 +104952,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -104771,7 +105021,7 @@ paths: - performed_via_github_app - assignee - assigner - - &723 + - &724 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -104822,7 +105072,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &724 + - &725 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -104873,7 +105123,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &725 + - &726 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -104927,7 +105177,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &726 + - &727 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -104974,7 +105224,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &727 + - &728 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -105021,7 +105271,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &728 + - &729 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -105081,7 +105331,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &729 + - &730 title: Locked Issue Event description: Locked Issue Event type: object @@ -105129,7 +105379,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &730 + - &731 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -105195,7 +105445,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &731 + - &732 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -105261,7 +105511,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &732 + - &733 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -105327,7 +105577,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &733 + - &734 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -105383,7 +105633,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &738 + - &739 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -105417,6 +105667,17 @@ paths: properties: *230 required: *231 issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - issue_type - id @@ -105428,7 +105689,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &739 + - &740 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -105462,6 +105723,17 @@ paths: properties: *230 required: *231 prev_issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - prev_issue_type - id @@ -105473,7 +105745,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &740 + - &741 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -105508,6 +105780,17 @@ paths: required: *231 issue_type: *710 prev_issue_type: *710 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - issue_type - prev_issue_type @@ -105520,7 +105803,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &741 + - &742 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -105573,7 +105856,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &742 + - &743 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -105626,7 +105909,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &743 + - &744 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -105679,7 +105962,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &744 + - &745 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -105732,7 +106015,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &745 + - &746 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -105785,7 +106068,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &746 + - &747 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -105838,7 +106121,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &747 + - &748 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -105891,7 +106174,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &748 + - &749 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -106008,9 +106291,9 @@ paths: application/json: schema: type: array - items: *718 + items: *719 examples: - default: &719 + default: &720 value: - issue_field_id: 1 issue_field_name: DRI @@ -106153,9 +106436,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *718 + items: *719 examples: - default: *719 + default: *720 '400': *14 '403': *29 '404': *6 @@ -106258,9 +106541,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *718 + items: *719 examples: - default: *719 + default: *720 '400': *14 '403': *29 '404': *6 @@ -106333,7 +106616,7 @@ paths: type: array items: *234 examples: - default: &720 + default: &721 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -106416,7 +106699,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 '301': *516 '404': *6 '410': *33 @@ -106500,7 +106783,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 '301': *516 '404': *6 '410': *33 @@ -107091,7 +107374,6 @@ paths: description: Timeline Event type: object anyOf: - - *721 - *722 - *723 - *724 @@ -107104,6 +107386,7 @@ paths: - *731 - *732 - *733 + - *734 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -107164,15 +107447,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true required: - event @@ -107427,7 +107710,7 @@ paths: type: string comments: type: array - items: &771 + items: &772 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -107676,6 +107959,17 @@ paths: properties: *230 required: *231 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -107766,6 +108060,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *718 required: - id - node_id @@ -107776,7 +108081,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *738 - *739 - *740 - *741 @@ -107787,6 +108091,7 @@ paths: - *746 - *747 - *748 + - *749 examples: default: value: @@ -107971,7 +108276,7 @@ paths: application/json: schema: type: array - items: &749 + items: &750 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -108074,9 +108379,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: &750 + default: &751 value: id: 1 key: ssh-rsa AAA... @@ -108112,7 +108417,7 @@ paths: parameters: - *510 - *511 - - &751 + - &752 name: key_id description: The unique identifier of the key. in: path @@ -108124,9 +108429,9 @@ paths: description: Response content: application/json: - schema: *749 + schema: *750 examples: - default: *750 + default: *751 '404': *6 x-github: githubCloudOnly: false @@ -108146,7 +108451,7 @@ paths: parameters: - *510 - *511 - - *751 + - *752 responses: '204': description: Response @@ -108179,7 +108484,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 headers: Link: *48 '404': *6 @@ -108239,7 +108544,7 @@ paths: application/json: schema: *234 examples: - default: &752 + default: &753 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -108285,7 +108590,7 @@ paths: application/json: schema: *234 examples: - default: *752 + default: *753 '404': *6 x-github: githubCloudOnly: false @@ -108738,7 +109043,7 @@ paths: application/json: schema: *628 examples: - default: *753 + default: *754 '204': description: Response when already merged '404': @@ -108805,7 +109110,7 @@ paths: application/json: schema: type: array - items: &754 + items: &755 title: Milestone description: A collection of related issues and pull requests. type: object @@ -108907,9 +109212,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: &755 + default: &756 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -108970,7 +109275,7 @@ paths: parameters: - *510 - *511 - - &756 + - &757 name: milestone_number description: The number that identifies the milestone. in: path @@ -108982,9 +109287,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 '404': *6 x-github: githubCloudOnly: false @@ -109003,7 +109308,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 requestBody: required: false content: @@ -109041,9 +109346,9 @@ paths: description: Response content: application/json: - schema: *754 + schema: *755 examples: - default: *755 + default: *756 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109061,7 +109366,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 responses: '204': description: Response @@ -109084,7 +109389,7 @@ paths: parameters: - *510 - *511 - - *756 + - *757 - *17 - *19 responses: @@ -109096,7 +109401,7 @@ paths: type: array items: *234 examples: - default: *720 + default: *721 headers: Link: *48 x-github: @@ -109117,10 +109422,10 @@ paths: parameters: - *510 - *511 - - *757 - *758 - - *242 - *759 + - *242 + - *760 - *17 - *19 responses: @@ -109132,7 +109437,7 @@ paths: type: array items: *262 examples: - default: *760 + default: *761 headers: Link: *48 x-github: @@ -109222,7 +109527,7 @@ paths: description: Response content: application/json: - schema: &761 + schema: &762 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -109347,7 +109652,7 @@ paths: - custom_404 - public examples: - default: &762 + default: &763 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -109443,9 +109748,9 @@ paths: description: Response content: application/json: - schema: *761 + schema: *762 examples: - default: *762 + default: *763 '422': *15 '409': *122 x-github: @@ -109614,7 +109919,7 @@ paths: application/json: schema: type: array - items: &763 + items: &764 title: Page Build description: Page Build type: object @@ -109761,9 +110066,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: &764 + default: &765 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -109823,9 +110128,9 @@ paths: description: Response content: application/json: - schema: *763 + schema: *764 examples: - default: *764 + default: *765 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -109953,7 +110258,7 @@ paths: parameters: - *510 - *511 - - &765 + - &766 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -110013,7 +110318,7 @@ paths: parameters: - *510 - *511 - - *765 + - *766 responses: '204': *129 '404': *6 @@ -110393,7 +110698,7 @@ paths: type: array items: *164 examples: - default: *766 + default: *767 '403': *29 '404': *6 x-github: @@ -110432,7 +110737,7 @@ paths: required: - properties examples: - default: *767 + default: *768 responses: '204': description: No Content when custom property values are successfully created @@ -110533,7 +110838,7 @@ paths: type: array items: *632 examples: - default: *768 + default: *769 headers: Link: *48 '304': *38 @@ -110631,7 +110936,7 @@ paths: description: Response content: application/json: - schema: &773 + schema: &774 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -110831,8 +111136,8 @@ paths: - review_comment - self author_association: *232 - auto_merge: *769 - stack: *770 + auto_merge: *770 + stack: *771 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -110922,7 +111227,7 @@ paths: - merged_by - review_comments examples: - default: &774 + default: &775 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -111459,9 +111764,9 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: &776 + default: &777 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111546,9 +111851,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: &772 + default: &773 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -111647,9 +111952,9 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: - default: *772 + default: *773 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111852,7 +112157,7 @@ paths: parameters: - *510 - *511 - - &775 + - &776 name: pull_number description: The number that identifies the pull request. in: path @@ -111865,9 +112170,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *773 + schema: *774 examples: - default: *774 + default: *775 '304': *38 '404': *6 '406': @@ -111904,7 +112209,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -111946,9 +112251,9 @@ paths: description: Response content: application/json: - schema: *773 + schema: *774 examples: - default: *774 + default: *775 '422': *15 '403': *29 x-github: @@ -111972,7 +112277,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -112074,7 +112379,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -112095,9 +112400,9 @@ paths: application/json: schema: type: array - items: *771 + items: *772 examples: - default: *776 + default: *777 headers: Link: *48 x-github: @@ -112132,7 +112437,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -112237,7 +112542,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: example-for-a-multi-line-comment: value: @@ -112327,7 +112632,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *251 requestBody: required: true @@ -112350,7 +112655,7 @@ paths: description: Response content: application/json: - schema: *771 + schema: *772 examples: default: value: @@ -112438,7 +112743,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -112450,7 +112755,7 @@ paths: type: array items: *628 examples: - default: *777 + default: *778 headers: Link: *48 x-github: @@ -112482,7 +112787,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -112532,7 +112837,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 responses: '204': description: Response if pull request has been merged @@ -112557,7 +112862,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -112670,7 +112975,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 responses: '200': description: Response @@ -112747,7 +113052,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -113322,7 +113627,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: true content: @@ -113843,7 +114148,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 - *17 - *19 responses: @@ -113853,7 +114158,7 @@ paths: application/json: schema: type: array - items: &778 + items: &779 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -114006,7 +114311,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -114092,9 +114397,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &780 + default: &781 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114159,8 +114464,8 @@ paths: parameters: - *510 - *511 - - *775 - - &779 + - *776 + - &780 name: review_id description: The unique identifier of the review. in: path @@ -114172,9 +114477,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: &781 + default: &782 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -114235,8 +114540,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -114259,7 +114564,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -114323,16 +114628,16 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 responses: '200': description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *780 + default: *781 '422': *7 '404': *6 x-github: @@ -114361,8 +114666,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 - *17 - *19 responses: @@ -114599,8 +114904,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -114628,7 +114933,7 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: default: value: @@ -114693,8 +114998,8 @@ paths: parameters: - *510 - *511 - - *775 - - *779 + - *776 + - *780 requestBody: required: true content: @@ -114729,9 +115034,9 @@ paths: description: Response content: application/json: - schema: *778 + schema: *779 examples: - default: *781 + default: *782 '404': *6 '422': *7 '403': *29 @@ -114755,7 +115060,7 @@ paths: parameters: - *510 - *511 - - *775 + - *776 requestBody: required: false content: @@ -114832,9 +115137,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: &783 + default: &784 value: type: file encoding: base64 @@ -114897,9 +115202,9 @@ paths: description: Response content: application/json: - schema: *782 + schema: *783 examples: - default: *783 + default: *784 '404': *6 '422': *15 x-github: @@ -114932,7 +115237,7 @@ paths: application/json: schema: type: array - items: *784 + items: *785 examples: default: value: @@ -115018,6 +115323,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -115103,9 +115413,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: &788 + default: &789 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -115212,7 +115522,7 @@ paths: parameters: - *510 - *511 - - &786 + - &787 name: asset_id description: The unique identifier of the asset. in: path @@ -115224,9 +115534,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: &787 + default: &788 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -115279,7 +115589,7 @@ paths: parameters: - *510 - *511 - - *786 + - *787 requestBody: required: false content: @@ -115307,9 +115617,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *787 + default: *788 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -115327,7 +115637,7 @@ paths: parameters: - *510 - *511 - - *786 + - *787 responses: '204': description: Response @@ -115445,9 +115755,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -115479,9 +115789,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': *6 x-github: githubCloudOnly: false @@ -115505,7 +115815,7 @@ paths: parameters: - *510 - *511 - - &789 + - &790 name: release_id description: The unique identifier of the release. in: path @@ -115519,9 +115829,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '401': description: Unauthorized x-github: @@ -115531,7 +115841,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -115541,7 +115857,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 requestBody: required: false content: @@ -115605,9 +115921,9 @@ paths: description: Response content: application/json: - schema: *784 + schema: *785 examples: - default: *788 + default: *789 '404': description: Not Found if the discussion category name is invalid content: @@ -115630,7 +115946,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 responses: '204': description: Response @@ -115653,7 +115969,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - *17 - *19 responses: @@ -115663,7 +115979,7 @@ paths: application/json: schema: type: array - items: *785 + items: *786 examples: default: value: @@ -115747,7 +116063,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - name: name in: query required: true @@ -115773,7 +116089,7 @@ paths: description: Response for successful upload content: application/json: - schema: *785 + schema: *786 examples: response-for-successful-upload: value: @@ -115830,7 +116146,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -115879,7 +116195,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 requestBody: required: true content: @@ -115942,7 +116258,7 @@ paths: parameters: - *510 - *511 - - *789 + - *790 - *707 responses: '204': @@ -115986,7 +116302,7 @@ paths: oneOf: - allOf: - *178 - - &790 + - &791 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -116007,70 +116323,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *179 - - *790 + - *791 - allOf: - *180 - - *790 + - *791 - allOf: - *181 - - *790 + - *791 - allOf: + - *792 - *791 - - *790 - allOf: - *182 - - *790 + - *791 - allOf: - *183 - - *790 + - *791 - allOf: - *184 - - *790 + - *791 - allOf: - *185 - - *790 + - *791 - allOf: - *186 - - *790 + - *791 - allOf: - *187 - - *790 + - *791 - allOf: - *188 - - *790 + - *791 - allOf: - *189 - - *790 + - *791 - allOf: - *190 - - *790 + - *791 - allOf: - *191 - - *790 + - *791 - allOf: - *192 - - *790 + - *791 - allOf: - *193 - - *790 + - *791 - allOf: - *194 - - *790 + - *791 - allOf: - - *792 - - *790 + - *793 + - *791 - allOf: - *195 - - *790 + - *791 - allOf: - *196 - - *790 + - *791 - allOf: - *197 - - *790 + - *791 - allOf: - *198 - - *790 + - *791 examples: default: value: @@ -116121,7 +116437,7 @@ paths: schema: type: boolean default: true - - *793 + - *794 responses: '200': description: Response @@ -116206,7 +116522,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *794 + items: *795 required: - name - enforcement @@ -116239,7 +116555,7 @@ paths: application/json: schema: *199 examples: - default: &804 + default: &805 value: id: 42 name: super cool ruleset @@ -116289,11 +116605,11 @@ paths: parameters: - *510 - *511 - - *795 - - *108 - *796 + - *108 - *797 - *798 + - *799 - *17 - *19 responses: @@ -116301,9 +116617,9 @@ paths: description: Response content: application/json: - schema: *799 + schema: *800 examples: - default: *800 + default: *801 '404': *6 '500': *41 x-github: @@ -116326,15 +116642,15 @@ paths: parameters: - *510 - *511 - - *801 + - *802 responses: '200': description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 '500': *41 x-github: @@ -116385,7 +116701,7 @@ paths: application/json: schema: *199 examples: - default: *804 + default: *805 '404': *6 '500': *41 put: @@ -116438,7 +116754,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *794 + items: *795 examples: default: value: @@ -116468,7 +116784,7 @@ paths: application/json: schema: *199 examples: - default: *804 + default: *805 '404': *6 '422': *15 '500': *41 @@ -116636,8 +116952,8 @@ paths: - *113 - *19 - *17 - - *805 - *806 + - *807 - *469 - *470 - *471 @@ -116655,8 +116971,8 @@ paths: items: type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -116664,15 +116980,15 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -116778,7 +117094,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -116951,11 +117267,11 @@ paths: description: Response content: application/json: - schema: &810 + schema: &811 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -116963,14 +117279,14 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolved_at: type: string format: date-time @@ -117076,7 +117392,7 @@ paths: pull request. ' - oneOf: *809 + oneOf: *810 nullable: true has_more_locations: type: boolean @@ -117104,7 +117420,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &999 + metadata: &1000 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -117187,8 +117503,8 @@ paths: schema: type: object properties: - state: *807 - resolution: *808 + state: *808 + resolution: *809 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -117232,7 +117548,7 @@ paths: description: Response content: application/json: - schema: *810 + schema: *811 examples: default: value: @@ -117347,7 +117663,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1001 + items: &1002 type: object properties: type: @@ -117373,7 +117689,6 @@ paths: example: commit details: oneOf: - - *811 - *812 - *813 - *814 @@ -117386,6 +117701,7 @@ paths: - *821 - *822 - *823 + - *824 examples: default: value: @@ -117695,14 +118011,14 @@ paths: schema: type: object properties: - reason: &825 + reason: &826 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *824 + placeholder_id: *825 required: - reason - placeholder_id @@ -117719,7 +118035,7 @@ paths: schema: type: object properties: - reason: *825 + reason: *826 expire_at: type: string format: date-time @@ -117781,7 +118097,7 @@ paths: properties: incremental_scans: type: array - items: &826 + items: &827 description: Information on a single scan performed by secret scanning on the repository type: object @@ -117812,15 +118128,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *826 + items: *827 backfill_scans: type: array - items: *826 + items: *827 custom_pattern_backfill_scans: type: array items: allOf: - - *826 + - *827 - type: object properties: pattern_name: @@ -117833,7 +118149,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *826 + items: *827 examples: default: value: @@ -117943,9 +118259,9 @@ paths: application/json: schema: type: array - items: *827 + items: *828 examples: - default: *828 + default: *829 '400': *14 '404': *6 x-github: @@ -118129,9 +118445,9 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: &830 + default: &831 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -118466,7 +118782,7 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: default: value: @@ -118614,15 +118930,15 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '200': description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 + default: *831 '403': *29 '404': *6 x-github: @@ -118648,7 +118964,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 requestBody: required: true content: @@ -118807,10 +119123,10 @@ paths: description: Response content: application/json: - schema: *827 + schema: *828 examples: - default: *830 - add_credit: *830 + default: *831 + add_credit: *831 '403': *29 '404': *6 '422': @@ -118850,7 +119166,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '202': *40 '400': *14 @@ -118879,7 +119195,7 @@ paths: parameters: - *510 - *511 - - *829 + - *830 responses: '202': description: Response @@ -119023,7 +119339,7 @@ paths: application/json: schema: type: array - items: &831 + items: &832 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -119396,7 +119712,7 @@ paths: application/json: schema: type: array - items: *831 + items: *832 examples: default: value: @@ -119484,7 +119800,7 @@ paths: description: Response content: application/json: - schema: *832 + schema: *833 examples: default: value: @@ -119578,7 +119894,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &833 + schema: &834 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -119673,7 +119989,7 @@ paths: description: Response content: application/json: - schema: *833 + schema: *834 examples: default: value: @@ -119880,7 +120196,7 @@ paths: description: Response content: application/json: - schema: &834 + schema: &835 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -119892,7 +120208,7 @@ paths: required: - names examples: - default: &835 + default: &836 value: names: - octocat @@ -119947,9 +120263,9 @@ paths: description: Response content: application/json: - schema: *834 + schema: *835 examples: - default: *835 + default: *836 '404': *6 '422': *7 x-github: @@ -119972,7 +120288,7 @@ paths: parameters: - *510 - *511 - - &836 + - &837 name: per description: The time frame to display results for. in: query @@ -120001,7 +120317,7 @@ paths: example: 128 clones: type: array - items: &837 + items: &838 title: Traffic type: object properties: @@ -120242,7 +120558,7 @@ paths: parameters: - *510 - *511 - - *836 + - *837 responses: '200': description: Response @@ -120261,7 +120577,7 @@ paths: example: 3782 views: type: array - items: *837 + items: *838 required: - uniques - count @@ -120932,7 +121248,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &845 + - &846 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -120941,7 +121257,7 @@ paths: schema: type: string example: members - - &850 + - &851 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -120952,7 +121268,7 @@ paths: default: 1 format: int32 example: 1 - - &851 + - &852 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -120994,7 +121310,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &840 + items: &841 allOf: - type: object required: @@ -121069,7 +121385,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &852 + meta: &853 type: object description: The metadata associated with the creation/updates to the user. @@ -121129,30 +121445,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &841 + '400': &842 description: Bad request content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '401': *839 - '403': &842 + schema: *839 + '401': *840 + '403': &843 description: Permission denied - '429': &843 + '429': &844 description: Too many requests content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '500': &844 + schema: *839 + '500': &845 description: Internal server error content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 + schema: *839 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121176,7 +121492,7 @@ paths: required: true content: application/json: - schema: &848 + schema: &849 type: object required: - schemas @@ -121236,9 +121552,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *840 + schema: *841 examples: - group: &846 + group: &847 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -121257,13 +121573,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *841 - '401': *839 - '403': *842 - '409': &849 + '400': *842 + '401': *840 + '403': *843 + '409': &850 description: Duplicate record detected - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121280,7 +121596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &847 + - &848 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -121288,22 +121604,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *845 + - *846 - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *840 + schema: *841 examples: - default: *846 - '400': *841 - '401': *839 - '403': *842 + default: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121322,13 +121638,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *847 + - *848 - *42 requestBody: required: true content: application/json: - schema: *848 + schema: *849 examples: group: summary: Group @@ -121354,17 +121670,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - group: *846 - groupWithMembers: *846 - '400': *841 - '401': *839 - '403': *842 + group: *847 + groupWithMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121388,13 +121704,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *847 + - *848 - *42 requestBody: required: true content: application/json: - schema: &859 + schema: &860 type: object required: - Operations @@ -121454,17 +121770,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *840 + schema: *841 examples: - updateGroup: *846 - addMembers: *846 - '400': *841 - '401': *839 - '403': *842 + updateGroup: *847 + addMembers: *847 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121480,17 +121796,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *847 + - *848 - *42 responses: '204': description: Group was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121524,8 +121840,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *850 - *851 + - *852 - *42 responses: '200': @@ -121558,7 +121874,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &854 + items: &855 allOf: - type: object required: @@ -121637,7 +121953,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &853 + roles: &854 type: array description: The roles assigned to the user. items: @@ -121693,7 +122009,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *852 + meta: *853 startIndex: type: integer description: A starting index for the returned page @@ -121730,11 +122046,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *841 - '401': *839 - '403': *842 - '429': *843 - '500': *844 + '400': *842 + '401': *840 + '403': *843 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121758,7 +122074,7 @@ paths: required: true content: application/json: - schema: &857 + schema: &858 type: object required: - schemas @@ -121840,9 +122156,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *853 + roles: *854 examples: - user: &858 + user: &859 summary: User value: schemas: @@ -121889,9 +122205,9 @@ paths: description: User has been created content: application/scim+json: - schema: *854 + schema: *855 examples: - user: &855 + user: &856 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -121917,13 +122233,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *855 - '400': *841 - '401': *839 - '403': *842 - '409': *849 - '429': *843 - '500': *844 + enterpriseOwner: *856 + '400': *842 + '401': *840 + '403': *843 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -121940,7 +122256,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &856 + - &857 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -121953,15 +122269,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *854 + schema: *855 examples: - default: *855 - '400': *841 - '401': *839 - '403': *842 + default: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122012,30 +122328,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *856 + - *857 - *42 requestBody: required: true content: application/json: - schema: *857 + schema: *858 examples: - user: *858 + user: *859 responses: '200': description: User was updated content: application/scim+json: - schema: *854 + schema: *855 examples: - user: *855 - '400': *841 - '401': *839 - '403': *842 + user: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122076,13 +122392,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *856 + - *857 - *42 requestBody: required: true content: application/json: - schema: *859 + schema: *860 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -122122,18 +122438,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *854 - examples: - userMultiValuedProperties: *855 - userSingleValuedProperties: *855 - disableUser: *855 - '400': *841 - '401': *839 - '403': *842 + schema: *855 + examples: + userMultiValuedProperties: *856 + userSingleValuedProperties: *856 + disableUser: *856 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '409': *849 - '429': *843 - '500': *844 + '409': *850 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122153,17 +122469,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *856 + - *857 - *42 responses: '204': description: User was deleted, no content - '400': *841 - '401': *839 - '403': *842 + '400': *842 + '401': *840 + '403': *843 '404': *6 - '429': *843 - '500': *844 + '429': *844 + '500': *845 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122250,7 +122566,7 @@ paths: example: 1 Resources: type: array - items: &860 + items: &861 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -122481,22 +122797,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *38 - '404': &861 + '404': &862 description: Resource not found content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '403': &862 + schema: *839 + '403': &863 description: Forbidden content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 - '429': *843 + schema: *839 + '400': *842 + '429': *844 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -122522,9 +122838,9 @@ paths: description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: &863 + default: &864 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -122547,17 +122863,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *38 - '404': *861 - '403': *862 - '500': *844 + '404': *862 + '403': *863 + '500': *845 '409': description: Conflict content: application/json: - schema: *838 + schema: *839 application/scim+json: - schema: *838 - '400': *841 + schema: *839 + '400': *842 requestBody: required: true content: @@ -122655,17 +122971,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 - '404': *861 - '403': *862 + default: *864 + '404': *862 + '403': *863 '304': *38 x-github: githubCloudOnly: true @@ -122689,18 +123005,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 + default: *864 '304': *38 - '404': *861 - '403': *862 + '404': *862 + '403': *863 requestBody: required: true content: @@ -122813,19 +123129,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *90 - - *856 + - *857 responses: '200': description: Response content: application/scim+json: - schema: *860 + schema: *861 examples: - default: *863 + default: *864 '304': *38 - '404': *861 - '403': *862 - '400': *841 + '404': *862 + '403': *863 + '400': *842 '429': description: Response content: @@ -122916,12 +123232,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *90 - - *856 + - *857 responses: '204': description: Response - '404': *861 - '403': *862 + '404': *862 + '403': *863 '304': *38 x-github: githubCloudOnly: true @@ -123057,7 +123373,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &864 + text_matches: &865 title: Search Result Text Matches type: array items: @@ -123220,7 +123536,7 @@ paths: enum: - author-date - committer-date - - &865 + - &866 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -123348,7 +123664,7 @@ paths: type: number node_id: type: string - text_matches: *864 + text_matches: *865 required: - sha - node_id @@ -123541,7 +123857,7 @@ paths: - interactions - created - updated - - *865 + - *866 - *17 - *19 - name: advanced_search @@ -123655,11 +123971,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: type: string state_reason: @@ -123684,7 +124000,7 @@ paths: type: string format: date-time nullable: true - text_matches: *864 + text_matches: *865 pull_request: type: object properties: @@ -123964,7 +124280,7 @@ paths: enum: - created - updated - - *865 + - *866 - *17 - *19 responses: @@ -124008,7 +124324,7 @@ paths: nullable: true score: type: number - text_matches: *864 + text_matches: *865 required: - id - node_id @@ -124094,7 +124410,7 @@ paths: - forks - help-wanted-issues - updated - - *865 + - *866 - *17 - *19 responses: @@ -124342,7 +124658,7 @@ paths: - admin - pull - push - text_matches: *864 + text_matches: *865 temp_clone_token: type: string allow_merge_commit: @@ -124643,7 +124959,7 @@ paths: type: string format: uri nullable: true - text_matches: *864 + text_matches: *865 related: type: array nullable: true @@ -124836,7 +125152,7 @@ paths: - followers - repositories - joined - - *865 + - *866 - *17 - *19 responses: @@ -124940,7 +125256,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *864 + text_matches: *865 blog: type: string nullable: true @@ -125019,7 +125335,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &868 + - &869 name: team_id description: The unique identifier of the team. in: path @@ -125060,7 +125376,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *868 + - *869 requestBody: required: true content: @@ -125160,7 +125476,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *868 + - *869 responses: '204': description: Response @@ -125189,7 +125505,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -125229,7 +125545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *868 + - *869 - name: role description: Filters members returned by their role in the team. in: query @@ -125250,9 +125566,9 @@ paths: application/json: schema: type: array - items: *869 + items: *870 examples: - default: *870 + default: *871 headers: Link: *48 '404': *6 @@ -125280,8 +125596,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: if user is a member @@ -125317,8 +125633,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -125357,8 +125673,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -125394,8 +125710,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '200': description: Response @@ -125403,7 +125719,7 @@ paths: application/json: schema: *509 examples: - response-if-user-is-a-team-maintainer: *871 + response-if-user-is-a-team-maintainer: *872 '404': *6 x-github: githubCloudOnly: false @@ -125436,8 +125752,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 requestBody: required: false content: @@ -125464,7 +125780,7 @@ paths: application/json: schema: *509 examples: - response-if-users-membership-with-team-is-now-pending: *872 + response-if-users-membership-with-team-is-now-pending: *873 '403': description: Forbidden if team synchronization is set up '422': @@ -125498,8 +125814,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *868 - - *152 + - *869 + - *135 responses: '204': description: Response @@ -125526,7 +125842,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -125568,7 +125884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *868 + - *869 - *510 - *511 responses: @@ -125576,7 +125892,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *873 + schema: *874 examples: alternative-response-with-extra-repository-information: value: @@ -125726,7 +126042,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *868 + - *869 - *510 - *511 requestBody: @@ -125778,7 +126094,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *868 + - *869 - *510 - *511 responses: @@ -125809,7 +126125,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *868 + - *869 responses: '200': description: Response @@ -125844,7 +126160,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *868 + - *869 requestBody: required: true content: @@ -125932,7 +126248,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *868 + - *869 - *17 - *19 responses: @@ -125944,7 +126260,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: *874 + response-if-child-teams-exist: *875 headers: Link: *48 '404': *6 @@ -125977,7 +126293,7 @@ paths: application/json: schema: oneOf: - - &875 + - &876 title: Private User description: Private User type: object @@ -126180,7 +126496,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - &902 + - &903 title: Public User description: Public User type: object @@ -126492,7 +126808,7 @@ paths: description: Response content: application/json: - schema: *875 + schema: *876 examples: default: value: @@ -126594,7 +126910,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: If the user is blocked @@ -126622,7 +126938,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -126646,7 +126962,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -126890,7 +127206,7 @@ paths: type: integer secrets: type: array - items: &876 + items: &877 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -127006,7 +127322,7 @@ paths: description: Response content: application/json: - schema: *876 + schema: *877 examples: default: value: @@ -127419,7 +127735,7 @@ paths: description: Response content: application/json: - schema: &877 + schema: &878 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -127460,7 +127776,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &878 + default: &879 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -127505,9 +127821,9 @@ paths: description: Response content: application/json: - schema: *877 + schema: *878 examples: - default: *878 + default: *879 '404': *6 x-github: githubCloudOnly: false @@ -127544,9 +127860,9 @@ paths: type: integer machines: type: array - items: *879 + items: *880 examples: - default: *880 + default: *881 '304': *38 '500': *41 '401': *25 @@ -128485,7 +128801,7 @@ paths: type: array items: *420 examples: - default: &892 + default: &893 value: - id: 197 name: hello_docker @@ -128586,7 +128902,7 @@ paths: application/json: schema: type: array - items: &881 + items: &882 title: Email description: Email type: object @@ -128651,9 +128967,9 @@ paths: application/json: schema: type: array - items: *881 + items: *882 examples: - default: &894 + default: &895 value: - email: octocat@github.com verified: true @@ -128728,7 +129044,7 @@ paths: application/json: schema: type: array - items: *881 + items: *882 examples: default: value: @@ -128893,7 +129209,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: if the person is followed by the authenticated user @@ -128923,7 +129239,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -128948,7 +129264,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -128984,7 +129300,7 @@ paths: application/json: schema: type: array - items: &882 + items: &883 title: GPG Key description: A unique encryption key type: object @@ -129115,7 +129431,7 @@ paths: - subkeys - revoked examples: - default: &912 + default: &913 value: - id: 3 name: Octocat's GPG Key @@ -129200,9 +129516,9 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: - default: &883 + default: &884 value: id: 3 name: Octocat's GPG Key @@ -129259,7 +129575,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &884 + - &885 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -129271,9 +129587,9 @@ paths: description: Response content: application/json: - schema: *882 + schema: *883 examples: - default: *883 + default: *884 '404': *6 '304': *38 '403': *29 @@ -129296,7 +129612,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *884 + - *885 responses: '204': description: Response @@ -129763,7 +130079,7 @@ paths: application/json: schema: type: array - items: &885 + items: &886 title: Key description: Key type: object @@ -129864,9 +130180,9 @@ paths: description: Response content: application/json: - schema: *885 + schema: *886 examples: - default: &886 + default: &887 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -129899,15 +130215,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *751 + - *752 responses: '200': description: Response content: application/json: - schema: *885 + schema: *886 examples: - default: *886 + default: *887 '404': *6 '304': *38 '403': *29 @@ -129930,7 +130246,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *751 + - *752 responses: '204': description: Response @@ -129963,7 +130279,7 @@ paths: application/json: schema: type: array - items: &887 + items: &888 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -130031,7 +130347,7 @@ paths: - account - plan examples: - default: &888 + default: &889 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -130093,9 +130409,9 @@ paths: application/json: schema: type: array - items: *887 + items: *888 examples: - default: *888 + default: *889 headers: Link: *48 '304': *38 @@ -130338,7 +130654,7 @@ paths: application/json: schema: *412 examples: - default: &889 + default: &890 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -130387,7 +130703,7 @@ paths: application/json: schema: *412 examples: - default: *889 + default: *890 '403': *29 '404': *6 '422': *15 @@ -131112,7 +131428,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *415 - - *890 + - *891 responses: '204': description: Response @@ -131225,7 +131541,7 @@ paths: - docker - nuget - container - - *891 + - *892 - *19 - *17 responses: @@ -131237,8 +131553,8 @@ paths: type: array items: *420 examples: - default: *892 - '400': *893 + default: *893 + '400': *894 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -131267,7 +131583,7 @@ paths: application/json: schema: *420 examples: - default: &913 + default: &914 value: id: 40201 name: octo-name @@ -131629,9 +131945,9 @@ paths: application/json: schema: type: array - items: *881 + items: *882 examples: - default: *894 + default: *895 headers: Link: *48 '304': *38 @@ -131744,7 +132060,7 @@ paths: type: array items: *81 examples: - default: &901 + default: &902 summary: Default response value: - id: 1296269 @@ -132091,7 +132407,7 @@ paths: type: array items: *702 examples: - default: *895 + default: *896 headers: Link: *48 '304': *38 @@ -132171,7 +132487,7 @@ paths: application/json: schema: type: array - items: &896 + items: &897 title: Social account description: Social media account type: object @@ -132186,7 +132502,7 @@ paths: - provider - url examples: - default: &897 + default: &898 value: - provider: twitter url: https://twitter.com/github @@ -132248,9 +132564,9 @@ paths: application/json: schema: type: array - items: *896 + items: *897 examples: - default: *897 + default: *898 '422': *15 '304': *38 '404': *6 @@ -132337,7 +132653,7 @@ paths: application/json: schema: type: array - items: &898 + items: &899 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -132357,7 +132673,7 @@ paths: - title - created_at examples: - default: &927 + default: &928 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132421,9 +132737,9 @@ paths: description: Response content: application/json: - schema: *898 + schema: *899 examples: - default: &899 + default: &900 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -132453,7 +132769,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &900 + - &901 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -132465,9 +132781,9 @@ paths: description: Response content: application/json: - schema: *898 + schema: *899 examples: - default: *899 + default: *900 '404': *6 '304': *38 '403': *29 @@ -132490,7 +132806,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *900 + - *901 responses: '204': description: Response @@ -132519,7 +132835,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &928 + - &929 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -132544,11 +132860,11 @@ paths: type: array items: *81 examples: - default-response: *901 + default-response: *902 application/vnd.github.v3.star+json: schema: type: array - items: &929 + items: &930 title: Starred Repository description: Starred Repository type: object @@ -132917,10 +133233,10 @@ paths: application/json: schema: oneOf: - - *875 - - *902 + - *876 + - *903 examples: - default-response: &906 + default-response: &907 summary: Default response value: login: octocat @@ -132955,7 +133271,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &907 + response-with-git-hub-plan-information: &908 summary: Response with GitHub plan information value: login: octocat @@ -133012,7 +133328,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &904 + - &905 name: user_id description: The unique identifier of the user. in: path @@ -133078,7 +133394,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *903 + - *904 - *17 responses: '200': @@ -133113,7 +133429,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *904 + - *905 - *438 requestBody: required: true @@ -133185,7 +133501,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *905 + schema: *906 examples: table_view: summary: Response for creating a table view @@ -133229,7 +133545,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -133237,11 +133553,11 @@ paths: application/json: schema: oneOf: - - *875 - - *902 + - *876 + - *903 examples: - default-response: *906 - response-with-git-hub-plan-information: *907 + default-response: *907 + response-with-git-hub-plan-information: *908 '404': *6 x-github: githubCloudOnly: false @@ -133267,7 +133583,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 requestBody: required: true content: @@ -133291,8 +133607,8 @@ paths: required: - subject_digests examples: - default: *908 - withPredicateType: *909 + default: *909 + withPredicateType: *910 responses: '200': description: Response @@ -133331,7 +133647,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *910 + default: *911 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -133349,7 +133665,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *152 + - *135 requestBody: required: true content: @@ -133414,7 +133730,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -133445,7 +133761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *152 + - *135 - name: attestation_id description: Attestation ID in: path @@ -133483,7 +133799,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -133553,7 +133869,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *152 + - *135 - name: per_page description: The number of results per page (max 100). in: query @@ -133708,7 +134024,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *152 + - *135 requestBody: required: true content: @@ -133801,7 +134117,7 @@ paths: application/json: schema: *344 examples: - default: &911 + default: &912 summary: Example response for a user copilot space value: id: 42 @@ -133888,7 +134204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -133902,7 +134218,7 @@ paths: application/json: schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 x-github: @@ -133924,7 +134240,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134025,7 +134341,7 @@ paths: application/json: schema: *344 examples: - default: *911 + default: *912 '403': *29 '404': *6 '422': *15 @@ -134048,7 +134364,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134082,7 +134398,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134198,7 +134514,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134305,7 +134621,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134418,7 +134734,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134466,7 +134782,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134524,7 +134840,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134629,7 +134945,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134679,7 +134995,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134747,7 +135063,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -134783,7 +135099,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -134793,7 +135109,7 @@ paths: type: array items: *420 examples: - default: *892 + default: *893 '403': *29 '401': *25 x-github: @@ -134816,7 +135132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -134888,7 +135204,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *152 + - *135 - *90 - *17 - *19 @@ -134976,7 +135292,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135044,7 +135360,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135075,7 +135391,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135106,7 +135422,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *152 + - *135 - name: target_user in: path required: true @@ -135133,7 +135449,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *152 + - *135 - *242 - *17 - *19 @@ -135167,7 +135483,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135177,9 +135493,9 @@ paths: application/json: schema: type: array - items: *882 + items: *883 examples: - default: *912 + default: *913 headers: Link: *48 x-github: @@ -135203,7 +135519,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *152 + - *135 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -135275,7 +135591,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *152 + - *135 responses: '200': description: Response @@ -135301,7 +135617,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135356,7 +135672,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -135407,8 +135723,8 @@ paths: - docker - nuget - container - - *891 - - *152 + - *892 + - *135 - *19 - *17 responses: @@ -135420,10 +135736,10 @@ paths: type: array items: *420 examples: - default: *892 + default: *893 '403': *29 '401': *25 - '400': *893 + '400': *894 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135445,7 +135761,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '200': description: Response @@ -135453,7 +135769,7 @@ paths: application/json: schema: *420 examples: - default: *913 + default: *914 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -135476,7 +135792,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '204': description: Response @@ -135510,7 +135826,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - name: token description: package token schema: @@ -135544,7 +135860,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 responses: '200': description: Response @@ -135613,7 +135929,7 @@ paths: - *422 - *423 - *425 - - *152 + - *135 responses: '200': description: Response @@ -135656,7 +135972,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - *425 responses: '204': @@ -135691,7 +136007,7 @@ paths: parameters: - *422 - *423 - - *152 + - *135 - *425 responses: '204': @@ -135716,7 +136032,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *152 + - *135 - name: q description: Limit results to projects of the specified type. in: query @@ -135758,7 +136074,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - *438 - - *152 + - *135 responses: '200': description: Response @@ -135789,7 +136105,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - *438 - - *152 + - *135 - *17 - *111 - *112 @@ -135802,7 +136118,7 @@ paths: type: array items: *442 examples: - default: *914 + default: *915 headers: Link: *48 '304': *38 @@ -135823,7 +136139,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *152 + - *135 - *438 requestBody: required: true @@ -135862,7 +136178,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *915 + items: *916 required: - name - data_type @@ -135878,7 +136194,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *916 + iteration_configuration: *917 required: - name - data_type @@ -135900,8 +136216,8 @@ paths: value: name: Due date data_type: date - single_select_field: *917 - iteration_field: *918 + single_select_field: *918 + iteration_field: *919 responses: '201': description: Response @@ -135909,11 +136225,11 @@ paths: application/json: schema: *442 examples: - text_field: *919 - number_field: *920 - date_field: *921 - single_select_field: *922 - iteration_field: *923 + text_field: *920 + number_field: *921 + date_field: *922 + single_select_field: *923 + iteration_field: *924 '304': *38 '403': *29 '401': *25 @@ -135935,8 +136251,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *438 - - *924 - - *152 + - *925 + - *135 responses: '200': description: Response @@ -135944,7 +136260,7 @@ paths: application/json: schema: *442 examples: - default: *925 + default: *926 headers: Link: *48 '304': *38 @@ -135968,7 +136284,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - *438 - - *152 + - *135 - *111 - *112 - *17 @@ -136023,7 +136339,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *152 + - *135 - *438 requestBody: required: true @@ -136130,7 +136446,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - *438 - - *152 + - *135 - *448 - name: fields description: |- @@ -136175,7 +136491,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - *438 - - *152 + - *135 - *448 requestBody: required: true @@ -136273,7 +136589,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - *438 - - *152 + - *135 - *448 responses: '204': @@ -136297,8 +136613,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-project-view parameters: - *438 - - *152 - - *926 + - *135 + - *927 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -136354,7 +136670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136429,7 +136745,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136502,7 +136818,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *152 + - *135 - name: type description: Limit results to repositories of the specified type. in: query @@ -136567,7 +136883,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136577,9 +136893,9 @@ paths: application/json: schema: type: array - items: *896 + items: *897 examples: - default: *897 + default: *898 headers: Link: *48 x-github: @@ -136599,7 +136915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136609,9 +136925,9 @@ paths: application/json: schema: type: array - items: *898 + items: *899 examples: - default: *927 + default: *928 headers: Link: *48 x-github: @@ -136635,8 +136951,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *152 - - *928 + - *135 + - *929 - *113 - *17 - *19 @@ -136648,11 +136964,11 @@ paths: schema: anyOf: - type: array - items: *929 + items: *930 - type: array items: *81 examples: - default-response: *901 + default-response: *902 headers: Link: *48 x-github: @@ -136671,7 +136987,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136811,7 +137127,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &930 + enterprise: &931 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -136869,7 +137185,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &931 + installation: &932 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -136888,7 +137204,7 @@ x-webhooks: required: - id - node_id - organization: &932 + organization: &933 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -136948,13 +137264,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &933 + repository: &934 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &972 + properties: &973 id: description: Unique identifier of the repository example: 42 @@ -137638,7 +137954,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &973 + required: &974 - archive_url - assignees_url - blobs_url @@ -137789,10 +138105,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -137868,11 +138184,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: &934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: &935 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -138095,11 +138411,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138282,11 +138598,11 @@ x-webhooks: - everyone required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - rule: *934 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + rule: *935 sender: *4 required: - action @@ -138359,7 +138675,7 @@ x-webhooks: required: true content: application/json: - schema: &956 + schema: &957 title: Exemption request cancellation event type: object properties: @@ -138367,11 +138683,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: &935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: &936 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -138675,7 +138991,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &936 + items: &937 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -138785,7 +139101,7 @@ x-webhooks: required: true content: application/json: - schema: &957 + schema: &958 title: Exemption request completed event type: object properties: @@ -138793,11 +139109,11 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -138869,7 +139185,7 @@ x-webhooks: required: true content: application/json: - schema: &954 + schema: &955 title: Exemption request created event type: object properties: @@ -138877,11 +139193,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 sender: *4 required: - action @@ -138953,7 +139269,7 @@ x-webhooks: required: true content: application/json: - schema: &958 + schema: &959 title: Exemption response dismissed event type: object properties: @@ -138961,12 +139277,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139040,7 +139356,7 @@ x-webhooks: required: true content: application/json: - schema: &955 + schema: &956 title: Exemption response submitted event type: object properties: @@ -139048,12 +139364,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - exemption_request: *935 - exemption_response: *936 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + exemption_request: *936 + exemption_response: *937 sender: *4 required: - action @@ -139137,7 +139453,7 @@ x-webhooks: type: string enum: - completed - check_run: &938 + check_run: &939 title: CheckRun description: A check performed on the code of a given code change type: object @@ -139228,7 +139544,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *937 + deployment: *938 details_url: example: https://example.com type: string @@ -139313,10 +139629,10 @@ x-webhooks: - output - app - pull_requests - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -139707,11 +140023,11 @@ x-webhooks: type: string enum: - created - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -140105,11 +140421,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 requested_action: description: The action requested by the user. type: object @@ -140512,11 +140828,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *938 - installation: *931 - enterprise: *930 - organization: *932 - repository: *933 + check_run: *939 + installation: *932 + enterprise: *931 + organization: *933 + repository: *934 sender: *4 required: - check_run @@ -141486,10 +141802,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -142188,10 +142504,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -142884,10 +143200,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -143198,20 +143514,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &939 + commit_oid: &940 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *930 - installation: *931 - organization: *932 - ref: &940 + enterprise: *931 + installation: *932 + organization: *933 + ref: &941 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -143606,12 +143922,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -143877,12 +144193,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144214,12 +144530,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -144493,16 +144809,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *933 + repository: *934 sender: *4 required: - action @@ -144739,12 +145055,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *939 - enterprise: *930 - installation: *931 - organization: *932 - ref: *940 - repository: *933 + commit_oid: *940 + enterprise: *931 + installation: *932 + organization: *933 + ref: *941 + repository: *934 sender: *4 required: - action @@ -145055,10 +145371,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145313,10 +145629,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -145396,18 +145712,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *932 - pusher_type: &941 + organization: *933 + pusher_type: &942 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &942 + ref: &943 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -145417,7 +145733,7 @@ x-webhooks: enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -145500,9 +145816,9 @@ x-webhooks: enum: - created definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -145587,9 +145903,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -145667,9 +145983,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -145747,9 +146063,9 @@ x-webhooks: enum: - updated definition: *165 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -145826,10 +146142,10 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - repository: *933 - organization: *932 + enterprise: *931 + installation: *932 + repository: *934 + organization: *933 sender: *4 new_property_values: type: array @@ -145914,18 +146230,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - pusher_type: *941 - ref: *942 + enterprise: *931 + installation: *932 + organization: *933 + pusher_type: *942 + ref: *943 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *933 + repository: *934 sender: *4 required: - ref @@ -146006,10 +146322,10 @@ x-webhooks: enum: - assignees_changed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146090,10 +146406,10 @@ x-webhooks: enum: - auto_dismissed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146175,10 +146491,10 @@ x-webhooks: enum: - auto_reopened alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146260,10 +146576,10 @@ x-webhooks: enum: - created alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146343,10 +146659,10 @@ x-webhooks: enum: - dismissed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146426,10 +146742,10 @@ x-webhooks: enum: - fixed alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146510,10 +146826,10 @@ x-webhooks: enum: - reintroduced alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146593,10 +146909,10 @@ x-webhooks: enum: - reopened alert: *651 - installation: *931 - organization: *932 - enterprise: *930 - repository: *933 + installation: *932 + organization: *933 + enterprise: *931 + repository: *934 sender: *4 required: - action @@ -146673,9 +146989,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - key: &943 + enterprise: *931 + installation: *932 + key: &944 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -146711,8 +147027,8 @@ x-webhooks: - verified - created_at - read_only - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -146789,11 +147105,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - key: *943 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + key: *944 + organization: *933 + repository: *934 sender: *4 required: - action @@ -147349,12 +147665,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: &949 + workflow: &950 title: Workflow type: object nullable: true @@ -148095,15 +148411,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *944 - required: *945 + properties: *945 + required: *946 nullable: true pull_requests: type: array - items: *773 - repository: *933 - organization: *932 - installation: *931 + items: *774 + repository: *934 + organization: *933 + installation: *932 sender: *4 responses: '200': @@ -148174,7 +148490,7 @@ x-webhooks: type: string enum: - approved - approver: &946 + approver: &947 type: object properties: avatar_url: @@ -148217,11 +148533,11 @@ x-webhooks: type: string comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: &947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: &948 type: array items: type: object @@ -148300,7 +148616,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &948 + workflow_job_run: &949 type: object properties: conclusion: @@ -149031,18 +149347,18 @@ x-webhooks: type: string enum: - rejected - approver: *946 + approver: *947 comment: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - reviewers: *947 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + reviewers: *948 sender: *4 since: type: string - workflow_job_run: *948 + workflow_job_run: *949 workflow_job_runs: type: array items: @@ -149746,13 +150062,13 @@ x-webhooks: type: string enum: - requested - enterprise: *930 + enterprise: *931 environment: type: string - installation: *931 - organization: *932 - repository: *933 - requestor: &959 + installation: *932 + organization: *933 + repository: *934 + requestor: &960 title: User type: object nullable: true @@ -151641,12 +151957,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Deployment Workflow Run type: object @@ -152326,7 +152642,7 @@ x-webhooks: type: string enum: - answered - answer: &952 + answer: &953 type: object properties: author_association: @@ -152483,11 +152799,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -152614,11 +152930,11 @@ x-webhooks: - from required: - category - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -152701,11 +153017,11 @@ x-webhooks: type: string enum: - closed - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -152787,7 +153103,7 @@ x-webhooks: type: string enum: - created - comment: &951 + comment: &952 type: object properties: author_association: @@ -152944,11 +153260,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153031,12 +153347,12 @@ x-webhooks: type: string enum: - deleted - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153131,12 +153447,12 @@ x-webhooks: - from required: - body - comment: *951 - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + comment: *952 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153220,11 +153536,11 @@ x-webhooks: type: string enum: - created - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153306,11 +153622,11 @@ x-webhooks: type: string enum: - deleted - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153410,11 +153726,11 @@ x-webhooks: type: string required: - from - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153496,10 +153812,10 @@ x-webhooks: type: string enum: - labeled - discussion: *950 - enterprise: *930 - installation: *931 - label: &953 + discussion: *951 + enterprise: *931 + installation: *932 + label: &954 title: Label type: object properties: @@ -153531,8 +153847,8 @@ x-webhooks: - color - default - description - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153615,11 +153931,11 @@ x-webhooks: type: string enum: - locked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153701,11 +154017,11 @@ x-webhooks: type: string enum: - pinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153787,11 +154103,11 @@ x-webhooks: type: string enum: - reopened - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153876,16 +154192,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *950 - new_repository: *933 + new_discussion: *951 + new_repository: *934 required: - new_discussion - new_repository - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -153968,10 +154284,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *950 - old_answer: *952 - organization: *932 - repository: *933 + discussion: *951 + old_answer: *953 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154053,12 +154369,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *950 - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154141,11 +154457,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154227,11 +154543,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *950 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + discussion: *951 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -154300,7 +154616,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154363,7 +154679,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154426,7 +154742,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154489,7 +154805,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154552,7 +154868,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154618,7 +154934,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154684,7 +155000,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154750,7 +155066,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154816,7 +155132,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154882,7 +155198,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -154947,7 +155263,7 @@ x-webhooks: required: true content: application/json: - schema: *956 + schema: *957 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155012,7 +155328,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155077,7 +155393,7 @@ x-webhooks: required: true content: application/json: - schema: *954 + schema: *955 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155142,7 +155458,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155208,7 +155524,7 @@ x-webhooks: required: true content: application/json: - schema: *955 + schema: *956 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155275,7 +155591,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *930 + enterprise: *931 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -155935,9 +156251,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - forkee @@ -156083,9 +156399,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pages: description: The pages that were updated. type: array @@ -156122,7 +156438,7 @@ x-webhooks: - action - sha - html_url - repository: *933 + repository: *934 sender: *4 required: - pages @@ -156198,10 +156514,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: &960 + organization: *933 + repositories: &961 description: An array of repository objects that the installation can access. type: array @@ -156227,8 +156543,8 @@ x-webhooks: - name - full_name - private - repository: *933 - requester: *959 + repository: *934 + requester: *960 sender: *4 required: - action @@ -156303,11 +156619,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156383,11 +156699,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156463,10 +156779,10 @@ x-webhooks: type: string enum: - added - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: &961 + organization: *933 + repositories_added: &962 description: An array of repository objects, which were added to the installation. type: array @@ -156512,15 +156828,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *933 - repository_selection: &962 + repository: *934 + repository_selection: &963 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *959 + requester: *960 sender: *4 required: - action @@ -156599,10 +156915,10 @@ x-webhooks: type: string enum: - removed - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories_added: *961 + organization: *933 + repositories_added: *962 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -156629,9 +156945,9 @@ x-webhooks: - name - full_name - private - repository: *933 - repository_selection: *962 - requester: *959 + repository: *934 + repository_selection: *963 + requester: *960 sender: *4 required: - action @@ -156710,11 +157026,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -156893,10 +157209,10 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 target_type: type: string @@ -156975,11 +157291,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *930 + enterprise: *931 installation: *22 - organization: *932 - repositories: *960 - repository: *933 + organization: *933 + repositories: *961 + repository: *934 requester: nullable: true sender: *4 @@ -157153,15 +157469,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true user: title: User @@ -157246,8 +157562,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -158036,8 +158352,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -158386,8 +158702,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -158467,7 +158783,7 @@ x-webhooks: type: string enum: - deleted - comment: &963 + comment: &964 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -158624,15 +158940,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *734 - required: *735 + properties: *735 + required: *736 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *736 - required: *737 + properties: *737 + required: *738 nullable: true required: - url @@ -158647,8 +158963,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159433,8 +159749,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159785,8 +160101,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -159866,7 +160182,7 @@ x-webhooks: type: string enum: - edited - changes: &992 + changes: &993 description: The changes to the comment. type: object properties: @@ -159878,9 +160194,9 @@ x-webhooks: type: string required: - from - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160668,8 +160984,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161018,8 +161334,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -161100,9 +161416,9 @@ x-webhooks: type: string enum: - pinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -161892,8 +162208,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162244,8 +162560,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -162325,9 +162641,9 @@ x-webhooks: type: string enum: - unpinned - comment: *963 - enterprise: *930 - installation: *931 + comment: *964 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163117,8 +163433,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163469,8 +163785,8 @@ x-webhooks: - state - locked - assignee - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -163559,9 +163875,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -163650,9 +163966,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -163740,9 +164056,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -163831,9 +164147,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -163913,10 +164229,10 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - issue: &964 + assignee: *960 + enterprise: *931 + installation: *932 + issue: &965 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -164708,11 +165024,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164829,8 +165145,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -164910,8 +165226,8 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -165708,11 +166024,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -165964,8 +166280,8 @@ x-webhooks: required: - state - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -166044,8 +166360,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -166833,11 +167149,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166953,8 +167269,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -167033,8 +167349,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -167844,11 +168160,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167943,7 +168259,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &965 + milestone: &966 title: Milestone description: A collection of related issues and pull requests. type: object @@ -168081,8 +168397,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -168181,8 +168497,8 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168974,11 +169290,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169095,9 +169411,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169177,9 +169493,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was set or updated on the @@ -169333,8 +169649,8 @@ x-webhooks: - id required: - from - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169414,9 +169730,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -169497,8 +169813,8 @@ x-webhooks: nullable: true required: - id - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -169578,8 +169894,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170370,11 +170686,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170491,9 +170807,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *953 - organization: *932 - repository: *933 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -170573,8 +170889,8 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171389,11 +171705,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171487,8 +171803,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -171567,8 +171883,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172377,11 +172693,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172475,9 +172791,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *965 - organization: *932 - repository: *933 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -173340,11 +173656,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173925,8 +174241,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -174710,11 +175026,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -174838,8 +175154,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -174919,9 +175235,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *930 - installation: *931 - issue: &966 + enterprise: *931 + installation: *932 + issue: &967 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -175707,11 +176023,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175827,8 +176143,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -175907,8 +176223,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176721,11 +177037,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176820,8 +177136,8 @@ x-webhooks: user_view_type: type: string type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -177690,11 +178006,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178289,11 +178605,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178373,12 +178689,12 @@ x-webhooks: type: string enum: - typed - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178459,7 +178775,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &995 + assignee: &996 title: User type: object nullable: true @@ -178529,11 +178845,11 @@ x-webhooks: required: - login - id - enterprise: *930 - installation: *931 - issue: *964 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178612,12 +178928,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - issue: *964 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *965 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -178697,8 +179013,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -179511,11 +179827,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *866 - issue_dependencies_summary: *867 + sub_issues_summary: *867 + issue_dependencies_summary: *868 issue_field_values: type: array - items: *718 + items: *719 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179609,8 +179925,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179690,11 +180006,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *930 - installation: *931 - issue: *966 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + issue: *967 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179773,12 +180089,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *930 - installation: *931 - issue: *964 + enterprise: *931 + installation: *932 + issue: *965 type: *404 - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179858,11 +180174,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -179940,11 +180256,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180054,11 +180370,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - label: *953 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + label: *954 + organization: *933 + repository: *934 sender: *4 required: - action @@ -180140,9 +180456,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: &967 + enterprise: *931 + installation: *932 + marketplace_purchase: &968 title: Marketplace Purchase type: object required: @@ -180225,8 +180541,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: &968 + organization: *933 + previous_marketplace_purchase: &969 title: Marketplace Purchase type: object properties: @@ -180306,7 +180622,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180386,10 +180702,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180472,7 +180788,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180554,10 +180870,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -180639,7 +180955,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *933 + repository: *934 sender: *4 required: - action @@ -180720,8 +181036,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 marketplace_purchase: title: Marketplace Purchase type: object @@ -180803,9 +181119,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -180885,12 +181201,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *930 - installation: *931 - marketplace_purchase: *967 - organization: *932 - previous_marketplace_purchase: *968 - repository: *933 + enterprise: *931 + installation: *932 + marketplace_purchase: *968 + organization: *933 + previous_marketplace_purchase: *969 + repository: *934 sender: *4 required: - action @@ -180992,11 +181308,11 @@ x-webhooks: type: string required: - to - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181096,11 +181412,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181179,11 +181495,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181261,11 +181577,11 @@ x-webhooks: type: string enum: - added - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181341,7 +181657,7 @@ x-webhooks: required: - login - id - team: &969 + team: &970 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -181564,11 +181880,11 @@ x-webhooks: type: string enum: - removed - enterprise: *930 - installation: *931 - member: *959 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + member: *960 + organization: *933 + repository: *934 scope: description: The scope of the membership. Currently, can only be `team`. @@ -181645,7 +181961,7 @@ x-webhooks: required: - login - id - team: *969 + team: *970 required: - action - scope @@ -181727,8 +182043,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *931 - merge_group: &971 + installation: *932 + merge_group: &972 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -181747,15 +182063,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *970 + head_commit: *971 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181841,10 +182157,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *931 - merge_group: *971 - organization: *932 - repository: *933 + installation: *932 + merge_group: *972 + organization: *933 + repository: *934 sender: *4 required: - action @@ -181917,7 +182233,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 + enterprise: *931 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -182026,16 +182342,16 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *931 - organization: *932 + installation: *932 + organization: *933 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -182116,11 +182432,11 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182199,9 +182515,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - milestone: &974 + enterprise: *931 + installation: *932 + milestone: &975 title: Milestone description: A collection of related issues and pull requests. type: object @@ -182338,8 +182654,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182418,11 +182734,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182532,11 +182848,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - milestone: *965 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *966 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182616,11 +182932,11 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - milestone: *974 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + milestone: *975 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182699,11 +183015,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182782,11 +183098,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *959 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + blocked_user: *960 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -182862,7 +183178,7 @@ x-webhooks: enum: - created definition: *160 - enterprise: *930 + enterprise: *931 sender: *4 required: - action @@ -182942,8 +183258,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183016,8 +183332,8 @@ x-webhooks: enum: - updated definition: *160 - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 sender: *4 required: - action @@ -183089,9 +183405,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 new_property_values: type: array @@ -183179,9 +183495,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - membership: &975 + enterprise: *931 + installation: *932 + membership: &976 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -183288,8 +183604,8 @@ x-webhooks: - role - organization_url - user - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183367,11 +183683,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183450,8 +183766,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -183567,10 +183883,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 - user: *959 + user: *960 required: - action - invitation @@ -183648,11 +183964,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183739,11 +184055,11 @@ x-webhooks: properties: from: type: string - enterprise: *930 - installation: *931 - membership: *975 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + membership: *976 + organization: *933 + repository: *934 sender: *4 required: - action @@ -183821,9 +184137,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -184322,7 +184638,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &976 + items: &977 title: Ruby Gems metadata type: object properties: @@ -184417,7 +184733,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -184494,9 +184810,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 package: description: Information about the package. type: object @@ -184849,7 +185165,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *976 + items: *977 source_url: type: string format: uri @@ -184919,7 +185235,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -185095,12 +185411,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *930 + enterprise: *931 id: type: integer - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - id @@ -185177,7 +185493,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &977 + personal_access_token_request: &978 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -185323,10 +185639,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *930 - organization: *932 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185403,11 +185719,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *977 - enterprise: *930 - organization: *932 + personal_access_token_request: *978 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185483,11 +185799,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *977 - enterprise: *930 - organization: *932 + personal_access_token_request: *978 + enterprise: *931 + organization: *933 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185562,11 +185878,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *977 - organization: *932 - enterprise: *930 + personal_access_token_request: *978 + organization: *933 + enterprise: *931 sender: *4 - installation: *931 + installation: *932 required: - action - personal_access_token_request @@ -185671,7 +185987,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *978 + last_response: *979 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -185703,8 +186019,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 zen: description: Random string of GitHub zen. @@ -185949,10 +186265,10 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: &979 + enterprise: *931 + installation: *932 + organization: *933 + project_card: &980 title: Project Card type: object properties: @@ -186071,7 +186387,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -186152,11 +186468,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_card: *979 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *980 + repository: *934 sender: *4 required: - action @@ -186236,9 +186552,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: title: Project Card type: object @@ -186366,8 +186682,8 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -186461,11 +186777,11 @@ x-webhooks: - from required: - note - enterprise: *930 - installation: *931 - organization: *932 - project_card: *979 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_card: *980 + repository: *934 sender: *4 required: - action @@ -186559,9 +186875,9 @@ x-webhooks: - from required: - column_id - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 project_card: allOf: - title: Project Card @@ -186751,7 +187067,7 @@ x-webhooks: type: string required: - after_id - repository: *933 + repository: *934 sender: *4 required: - action @@ -186831,10 +187147,10 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - organization: *932 - project: &981 + enterprise: *931 + installation: *932 + organization: *933 + project: &982 title: Project type: object properties: @@ -186958,7 +187274,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187038,10 +187354,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project_column: &980 + enterprise: *931 + installation: *932 + organization: *933 + project_column: &981 title: Project Column type: object properties: @@ -187080,7 +187396,7 @@ x-webhooks: - name - created_at - updated_at - repository: *933 + repository: *934 sender: *4 required: - action @@ -187159,18 +187475,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -187260,11 +187576,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 + repository: *934 sender: *4 required: - action @@ -187344,11 +187660,11 @@ x-webhooks: type: string enum: - moved - enterprise: *930 - installation: *931 - organization: *932 - project_column: *980 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project_column: *981 + repository: *934 sender: *4 required: - action @@ -187428,11 +187744,11 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -187512,18 +187828,18 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - project: *981 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *972 - required: *973 + properties: *973 + required: *974 nullable: true sender: *4 required: @@ -187625,11 +187941,11 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -187708,11 +188024,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - organization: *932 - project: *981 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + project: *982 + repository: *934 sender: *4 required: - action @@ -187793,8 +188109,8 @@ x-webhooks: type: string enum: - closed - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -187876,8 +188192,8 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -187959,8 +188275,8 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188078,8 +188394,8 @@ x-webhooks: type: string to: type: string - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -188163,7 +188479,7 @@ x-webhooks: type: string enum: - archived - changes: &985 + changes: &986 type: object properties: archived_at: @@ -188177,9 +188493,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *931 - organization: *932 - projects_v2_item: &982 + installation: *932 + organization: *933 + projects_v2_item: &983 title: Projects v2 Item description: An item belonging to a project type: object @@ -188314,9 +188630,9 @@ x-webhooks: nullable: true to: type: string - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188398,9 +188714,9 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188481,9 +188797,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188589,7 +188905,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &983 + - &984 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -188611,7 +188927,7 @@ x-webhooks: required: - id - name - - &984 + - &985 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -188645,8 +188961,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *983 - *984 + - *985 required: - field_value - type: object @@ -188662,9 +188978,9 @@ x-webhooks: nullable: true required: - body - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188759,9 +189075,9 @@ x-webhooks: to: type: string nullable: true - installation: *931 - organization: *932 - projects_v2_item: *982 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188844,10 +189160,10 @@ x-webhooks: type: string enum: - restored - changes: *985 - installation: *931 - organization: *932 - projects_v2_item: *982 + changes: *986 + installation: *932 + organization: *933 + projects_v2_item: *983 sender: *4 required: - action @@ -188929,8 +189245,8 @@ x-webhooks: type: string enum: - reopened - installation: *931 - organization: *932 + installation: *932 + organization: *933 projects_v2: *436 sender: *4 required: @@ -189012,14 +189328,14 @@ x-webhooks: type: string enum: - created - installation: *931 - organization: *932 - projects_v2_status_update: &988 + installation: *932 + organization: *933 + projects_v2_status_update: &989 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *986 - required: *987 + properties: *987 + required: *988 sender: *4 required: - action @@ -189100,9 +189416,9 @@ x-webhooks: type: string enum: - deleted - installation: *931 - organization: *932 - projects_v2_status_update: *988 + installation: *932 + organization: *933 + projects_v2_status_update: *989 sender: *4 required: - action @@ -189238,9 +189554,9 @@ x-webhooks: type: string format: date nullable: true - installation: *931 - organization: *932 - projects_v2_status_update: *988 + installation: *932 + organization: *933 + projects_v2_status_update: *989 sender: *4 required: - action @@ -189311,10 +189627,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - repository @@ -189391,13 +189707,13 @@ x-webhooks: type: string enum: - assigned - assignee: *959 - enterprise: *930 - installation: *931 - number: &989 + assignee: *960 + enterprise: *931 + installation: *932 + number: &990 description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -191559,7 +191875,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -191685,7 +192001,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -191767,11 +192083,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -193926,7 +194242,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -194054,7 +194370,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -194136,11 +194452,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -196295,7 +196611,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -196423,7 +196739,7 @@ x-webhooks: - draft reason: type: string - repository: *933 + repository: *934 sender: *4 required: - action @@ -196505,13 +196821,13 @@ x-webhooks: type: string enum: - closed - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: &990 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: &991 allOf: - - *773 + - *774 - type: object properties: allow_auto_merge: @@ -196573,7 +196889,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *933 + repository: *934 sender: *4 required: - action @@ -196654,12 +196970,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -196739,11 +197055,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *930 - milestone: *754 - number: *989 - organization: *932 - pull_request: &991 + enterprise: *931 + milestone: *755 + number: *990 + organization: *933 + pull_request: &992 title: Pull Request type: object properties: @@ -198899,7 +199215,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -199025,7 +199341,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -199104,11 +199420,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -201268,7 +201584,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -201409,7 +201725,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *933 + repository: *934 sender: *4 required: - action @@ -201533,12 +201849,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -201618,11 +201934,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -203782,7 +204098,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -203908,7 +204224,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -203988,11 +204304,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *930 - installation: *931 - label: *953 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -206153,7 +206469,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -206279,7 +206595,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -206360,10 +206676,10 @@ x-webhooks: type: string enum: - locked - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -208522,7 +208838,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -208648,7 +208964,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -208728,12 +209044,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *930 - milestone: *754 - number: *989 - organization: *932 - pull_request: *991 - repository: *933 + enterprise: *931 + milestone: *755 + number: *990 + organization: *933 + pull_request: *992 + repository: *934 sender: *4 required: - action @@ -208812,12 +209128,12 @@ x-webhooks: type: string enum: - opened - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -208898,12 +209214,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -208983,12 +209299,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *930 - installation: *931 - number: *989 - organization: *932 - pull_request: *990 - repository: *933 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 + pull_request: *991 + repository: *934 sender: *4 required: - action @@ -209354,9 +209670,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -211410,7 +211726,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -211531,7 +211847,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -211611,7 +211927,7 @@ x-webhooks: type: string enum: - deleted - comment: &993 + comment: &994 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -211896,9 +212212,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -213940,7 +214256,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -214061,7 +214377,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -214141,11 +214457,11 @@ x-webhooks: type: string enum: - edited - changes: *992 - comment: *993 - enterprise: *930 - installation: *931 - organization: *932 + changes: *993 + comment: *994 + enterprise: *931 + installation: *932 + organization: *933 pull_request: type: object properties: @@ -216190,7 +216506,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -216311,7 +216627,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *933 + repository: *934 sender: *4 required: - action @@ -216392,9 +216708,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -218449,7 +218765,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -218572,7 +218888,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 review: description: The review that was affected. type: object @@ -218819,9 +219135,9 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -220871,8 +221187,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: &994 + repository: *934 + review: &995 description: The review that was affected. type: object properties: @@ -221105,12 +221421,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -223272,7 +223588,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -223398,7 +223714,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -223482,12 +223798,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -225656,7 +225972,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -225782,7 +226098,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -225974,12 +226290,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -228142,7 +228458,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -228269,7 +228585,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_reviewer: title: User type: object @@ -228354,12 +228670,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *930 - installation: *931 + enterprise: *931 + installation: *932 number: description: The pull request number. type: integer - organization: *932 + organization: *933 pull_request: title: Pull Request type: object @@ -230513,7 +230829,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. @@ -230640,7 +230956,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 requested_team: title: Team description: Groups of organization members that gives permissions @@ -230821,9 +231137,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -232880,7 +233196,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -233003,8 +233319,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 - review: *994 + repository: *934 + review: *995 sender: *4 required: - action @@ -233084,9 +233400,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -235052,7 +235368,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -235175,7 +235491,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -235562,9 +235878,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 pull_request: title: Simple Pull Request type: object @@ -237517,7 +237833,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: type: string enum: @@ -237639,7 +237955,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *933 + repository: *934 sender: *4 thread: type: object @@ -238023,11 +238339,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *930 - installation: *931 - stack: *770 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + stack: *771 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -240188,7 +240504,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -240314,7 +240630,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -240400,10 +240716,10 @@ x-webhooks: type: string before: type: string - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -242553,7 +242869,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -242679,7 +242995,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -242761,11 +243077,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *995 - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + assignee: *996 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -244927,7 +245243,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -245053,7 +245369,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -245132,11 +245448,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *930 - installation: *931 - label: *953 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + label: *954 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -247288,7 +247604,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -247414,7 +247730,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -247495,10 +247811,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *930 - installation: *931 - number: *989 - organization: *932 + enterprise: *931 + installation: *932 + number: *990 + organization: *933 pull_request: title: Pull Request type: object @@ -249643,7 +249959,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *770 + stack: *771 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -249768,7 +250084,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *933 + repository: *934 sender: *4 required: - action @@ -249968,7 +250284,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *930 + enterprise: *931 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -250060,8 +250376,8 @@ x-webhooks: - url - author - committer - installation: *931 - organization: *932 + installation: *932 + organization: *933 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -250647,9 +250963,9 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -251095,7 +251411,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *976 + items: *977 summary: type: string tag_name: @@ -251149,7 +251465,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -251227,9 +251543,9 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 registry_package: type: object properties: @@ -251537,7 +251853,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *976 + items: *977 summary: type: string tag_name: @@ -251586,7 +251902,7 @@ x-webhooks: - owner - package_version - registry - repository: *933 + repository: *934 sender: *4 required: - action @@ -251663,10 +251979,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - release: &996 + enterprise: *931 + installation: *932 + organization: *933 + release: &997 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -251984,7 +252300,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *933 + repository: *934 sender: *4 required: - action @@ -252061,11 +252377,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -252182,11 +252498,11 @@ x-webhooks: type: boolean required: - to - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -252264,9 +252580,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -252588,7 +252904,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -252664,10 +252980,10 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - release: &997 + enterprise: *931 + installation: *932 + organization: *933 + release: &998 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -252986,7 +253302,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *933 + repository: *934 sender: *4 required: - action @@ -253062,11 +253378,11 @@ x-webhooks: type: string enum: - released - enterprise: *930 - installation: *931 - organization: *932 - release: *996 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *997 + repository: *934 sender: *4 required: - action @@ -253142,11 +253458,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *930 - installation: *931 - organization: *932 - release: *997 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + release: *998 + repository: *934 sender: *4 required: - action @@ -253222,11 +253538,11 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -253302,11 +253618,11 @@ x-webhooks: type: string enum: - reported - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - repository_advisory: *827 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + repository_advisory: *828 sender: *4 required: - action @@ -253382,10 +253698,10 @@ x-webhooks: type: string enum: - archived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253462,10 +253778,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253543,10 +253859,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253630,10 +253946,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253745,10 +254061,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253820,10 +254136,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 status: type: string @@ -253904,10 +254220,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -253984,10 +254300,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254081,10 +254397,10 @@ x-webhooks: - name required: - repository - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254164,10 +254480,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 sender: *4 required: @@ -254246,10 +254562,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 sender: *4 required: @@ -254328,10 +254644,10 @@ x-webhooks: type: string enum: - edited - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 repository_ruleset: *199 changes: type: object @@ -254393,16 +254709,16 @@ x-webhooks: properties: added: type: array - items: *794 + items: *795 deleted: type: array - items: *794 + items: *795 updated: type: array items: type: object properties: - rule: *794 + rule: *795 changes: type: object properties: @@ -254636,10 +254952,10 @@ x-webhooks: - from required: - owner - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254717,10 +255033,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -254798,7 +255114,7 @@ x-webhooks: type: string enum: - create - alert: &998 + alert: &999 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -254920,10 +255236,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255129,10 +255445,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255210,11 +255526,11 @@ x-webhooks: type: string enum: - reopen - alert: *998 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *999 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255413,10 +255729,10 @@ x-webhooks: enum: - fixed - open - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255494,11 +255810,11 @@ x-webhooks: type: string enum: - assigned - alert: &1000 + alert: &1001 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -255506,8 +255822,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri @@ -255644,12 +255960,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *999 + metadata: *1000 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255727,11 +256043,11 @@ x-webhooks: type: string enum: - created - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -255812,11 +256128,11 @@ x-webhooks: type: string enum: - created - alert: *1000 - installation: *931 - location: *1001 - organization: *932 - repository: *933 + alert: *1001 + installation: *932 + location: *1002 + organization: *933 + repository: *934 sender: *4 required: - location @@ -256054,11 +256370,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256135,11 +256451,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256216,11 +256532,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256298,11 +256614,11 @@ x-webhooks: type: string enum: - reopened - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256380,11 +256696,11 @@ x-webhooks: type: string enum: - resolved - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256462,12 +256778,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1000 + alert: *1001 assignee: *4 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256545,11 +256861,11 @@ x-webhooks: type: string enum: - validated - alert: *1000 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + alert: *1001 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -256675,10 +256991,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *933 - enterprise: *930 - installation: *931 - organization: *932 + repository: *934 + enterprise: *931 + installation: *932 + organization: *933 sender: *4 required: - action @@ -256756,16 +257072,16 @@ x-webhooks: type: string enum: - published - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: &1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: &1003 description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -256931,11 +257247,11 @@ x-webhooks: type: string enum: - updated - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 - security_advisory: *1002 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 + security_advisory: *1003 sender: *4 required: - action @@ -257008,16 +257324,16 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 security_advisory: description: The details of the security advisory, including summary, description, and severity. type: object properties: - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -257184,9 +257500,9 @@ x-webhooks: type: object properties: security_and_analysis: *453 - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: *515 sender: *4 required: @@ -257265,12 +257581,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: &1003 + sponsorship: &1004 type: object properties: created_at: @@ -257571,12 +257887,12 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - sponsorship @@ -257664,12 +257980,12 @@ x-webhooks: type: string required: - from - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -257746,17 +258062,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1004 + effective_date: &1005 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - sponsorship @@ -257830,7 +258146,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1005 + changes: &1006 type: object properties: tier: @@ -257874,13 +258190,13 @@ x-webhooks: - from required: - tier - effective_date: *1004 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + effective_date: *1005 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -257957,13 +258273,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1005 - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + changes: *1006 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - sponsorship: *1003 + sponsorship: *1004 required: - action - changes @@ -258037,10 +258353,10 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258123,10 +258439,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -258546,15 +258862,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *930 + enterprise: *931 id: description: The unique identifier of the status. type: integer - installation: *931 + installation: *932 name: type: string - organization: *932 - repository: *933 + organization: *933 + repository: *934 sender: *4 sha: description: The Commit SHA. @@ -258669,9 +258985,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -258760,9 +259076,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -258851,9 +259167,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -258942,9 +259258,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *931 - organization: *932 - repository: *933 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -259020,12 +259336,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - team: &1006 + team: &1007 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -259248,9 +259564,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -259708,7 +260024,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -259784,9 +260100,9 @@ x-webhooks: type: string enum: - created - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -260244,7 +260560,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -260321,9 +260637,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -260781,7 +261097,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -260925,9 +261241,9 @@ x-webhooks: - from required: - permissions - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261385,7 +261701,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - changes @@ -261463,9 +261779,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *930 - installation: *931 - organization: *932 + enterprise: *931 + installation: *932 + organization: *933 repository: title: Repository description: A git repository @@ -261923,7 +262239,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1006 + team: *1007 required: - action - team @@ -261999,10 +262315,10 @@ x-webhooks: type: string enum: - started - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 required: - action @@ -262075,16 +262391,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *930 + enterprise: *931 inputs: type: object nullable: true additionalProperties: true - installation: *931 - organization: *932 + installation: *932 + organization: *933 ref: type: string - repository: *933 + repository: *934 sender: *4 workflow: type: string @@ -262166,10 +262482,10 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -262485,10 +262801,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: allOf: @@ -262827,10 +263143,10 @@ x-webhooks: type: string enum: - queued - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -263044,10 +263360,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 workflow_job: type: object @@ -263263,12 +263579,12 @@ x-webhooks: type: string enum: - completed - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -264267,12 +264583,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object @@ -265256,12 +265572,12 @@ x-webhooks: type: string enum: - requested - enterprise: *930 - installation: *931 - organization: *932 - repository: *933 + enterprise: *931 + installation: *932 + organization: *933 + repository: *934 sender: *4 - workflow: *949 + workflow: *950 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/dereferenced/ghec.deref.json b/descriptions/ghec/dereferenced/ghec.deref.json index 6e3e199dda..dfba5e77b3 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.json +++ b/descriptions/ghec/dereferenced/ghec.deref.json @@ -50223,6 +50223,211 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -50430,6 +50635,235 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "name": "enterprise", + "description": "The slug version of the enterprise name.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + }, + { + "name": "username", + "description": "The handle for the GitHub user account.", + "in": "path", + "required": true, + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "description": "Forbidden", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "404": { + "description": "Resource not found", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + } + } + } + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "title": "Basic Error", + "description": "Basic Error", + "type": "object", + "properties": { + "message": { + "type": "string" + }, + "documentation_url": { + "type": "string" + }, + "url": { + "type": "string" + }, + "status": { + "type": "string" + } + } + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -73502,17 +73936,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -77827,12 +78258,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -78176,12 +78607,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -78442,12 +78873,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -78756,12 +79187,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -115290,6 +115721,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -115439,6 +115879,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -155422,126 +155865,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -288937,17 +289268,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -339086,126 +339414,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -378118,6 +378334,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -378132,7 +378357,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } } } @@ -378295,6 +378521,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -378317,6 +378551,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -484218,6 +484457,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -491027,6 +491289,29 @@ "issue_type" ] }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "author_association": { "title": "author_association", "type": "string", @@ -522813,6 +523098,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -523303,6 +523611,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -524026,6 +524357,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -531611,6 +531965,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -532121,6 +532498,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -532666,6 +533066,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -562776,6 +563199,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -563266,6 +563712,29 @@ "name", "color" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -575498,6 +575967,29 @@ "type", "url" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -576576,6 +577068,29 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -577085,6 +577600,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -577595,6 +578133,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -578140,6 +578701,29 @@ "id", "name" ] + }, + "intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } } }, "required": [ @@ -636006,7 +636590,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -639626,7 +640210,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -658768,17 +659352,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -780089,126 +780670,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } diff --git a/descriptions/ghec/dereferenced/ghec.deref.yaml b/descriptions/ghec/dereferenced/ghec.deref.yaml index 21e7055d38..6ac18b5ba1 100644 --- a/descriptions/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions/ghec/dereferenced/ghec.deref.yaml @@ -718,7 +718,7 @@ paths: required: - vector_string - score - cvss_severities: &137 + cvss_severities: &138 type: object nullable: true properties: @@ -758,7 +758,7 @@ paths: required: - vector_string - score - epss: &138 + epss: &139 type: object nullable: true readOnly: true @@ -1089,7 +1089,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/security-advisories/global-advisories#get-a-global-security-advisory parameters: - - &832 + - &833 name: ghsa_id description: The GHSA (GitHub Security Advisory) identifier of the advisory. in: path @@ -3902,7 +3902,7 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: &148 + properties: &149 description: description: A short description of the enterprise. type: string @@ -3944,7 +3944,7 @@ paths: avatar_url: type: string format: uri - required: &149 + required: &150 - id - node_id - name @@ -4459,7 +4459,7 @@ paths: application/json: schema: *3 application/scim+json: - schema: &841 + schema: &842 title: Scim Error description: Scim Error type: object @@ -11987,7 +11987,7 @@ paths: value: days: 90 maximum_allowed_days: 365 - '401': &842 + '401': &843 description: Authorization failure '404': *6 x-github: @@ -16182,28 +16182,28 @@ paths: items: &336 type: object properties: - number: &135 + number: &136 type: integer description: The security alert number. readOnly: true - created_at: &142 + created_at: &143 type: string description: 'The time that the alert was created in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - updated_at: &143 + updated_at: &144 type: string description: 'The time that the alert was last updated in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' format: date-time readOnly: true - url: &140 + url: &141 type: string description: The REST API URL of the alert resource. format: uri readOnly: true - html_url: &141 + html_url: &142 type: string description: The GitHub URL of the alert resource. format: uri @@ -16222,7 +16222,7 @@ paths: - open - dismissed - fixed - fixed_at: &145 + fixed_at: &146 type: string description: 'The time that the alert was no longer detected and was considered fixed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16236,7 +16236,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: &144 + dismissed_at: &145 type: string description: 'The time that the alert was dismissed in ISO 8601 format: `YYYY-MM-DDTHH:MM:SSZ`.' @@ -16395,7 +16395,7 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: &146 + properties: &147 id: type: integer format: int64 @@ -16622,7 +16622,7 @@ paths: format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks description: The API URL to list the hooks on the repository. - required: &147 + required: &148 - archive_url - assignees_url - blobs_url @@ -20545,6 +20545,123 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - *42 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -20575,7 +20692,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-credential-authorizations-for-a-user-in-an-enterprise parameters: - *42 - - &152 + - &135 name: username description: The handle for the GitHub user account. in: path @@ -20667,6 +20784,143 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - *42 + - *135 + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': *29 + '404': *6 + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: *3 + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -20804,7 +21058,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -20819,7 +21073,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: &136 + package: &137 type: object description: Details for the vulnerable package. readOnly: true @@ -20894,13 +21148,13 @@ paths: description: Vulnerable version range information for the advisory. readOnly: true - items: &139 + items: &140 type: object description: Details pertaining to one vulnerable version range for the advisory. readOnly: true properties: - package: *136 + package: *137 severity: type: string description: The severity of the vulnerability. @@ -20973,8 +21227,8 @@ paths: - score - vector_string additionalProperties: false - cvss_severities: *137 - epss: *138 + cvss_severities: *138 + epss: *139 cwes: type: array description: Details for the advisory pertaining to Common @@ -21092,12 +21346,12 @@ paths: - updated_at - withdrawn_at version: '2026-03-10' - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -21121,7 +21375,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: &651 type: string description: 'The time that the alert was auto-dismissed in @@ -21597,8 +21851,8 @@ paths: title: Simple Repository description: A GitHub repository. type: object - properties: *146 - required: *147 + properties: *147 + required: *148 nullable: true additionalProperties: false examples: @@ -22106,8 +22360,8 @@ paths: title: Enterprise description: An enterprise on GitHub. type: object - properties: *148 - required: *149 + properties: *149 + required: *150 nullable: true created_at: description: The date and time the role was created. @@ -22200,7 +22454,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-team parameters: - *42 - - &150 + - &151 name: team_slug description: The slug of the enterprise team name. in: path @@ -22243,8 +22497,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-a-team parameters: - *42 - - *150 - - &151 + - *151 + - &152 name: role_id description: The unique identifier of the role. in: path @@ -22286,8 +22540,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-an-enterprise-role-from-a-team parameters: - *42 - - *150 - *151 + - *152 responses: '204': description: Response @@ -22321,7 +22575,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-all-enterprise-roles-from-a-user parameters: - *42 - - *152 + - *135 responses: '204': description: Response @@ -22355,8 +22609,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#assign-an-enterprise-role-to-an-enterprise-user parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22389,8 +22643,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#remove-enterprise-user-role-assignment parameters: - *42 + - *135 - *152 - - *151 responses: '204': description: Response @@ -22424,7 +22678,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#get-an-enterprise-role parameters: - *42 - - *151 + - *152 responses: '200': description: Response @@ -22484,7 +22738,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-teams-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -22535,7 +22789,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/enterprise-roles#list-users-that-are-assigned-to-an-enterprise-role parameters: - *42 - - *151 + - *152 - *17 - *19 responses: @@ -23191,7 +23445,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-an-enterprise-user parameters: - *42 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -25698,7 +25952,7 @@ paths: - *173 rules: type: array - items: &797 + items: &798 title: Repository Rule type: object description: A repository rule. @@ -25707,7 +25961,7 @@ paths: - *179 - *180 - *181 - - &794 + - &795 title: merge_queue description: Merges must be performed via a merge queue. type: object @@ -25798,7 +26052,7 @@ paths: - *192 - *193 - *194 - - &795 + - &796 title: license_compliance_scanning description: Enforce any added or changed dependencies to comply with the organization's license policy. @@ -26333,8 +26587,8 @@ paths: items: &478 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -26342,21 +26596,21 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: &810 + state: &811 description: Sets the state of the secret scanning alert. You must provide `resolution` when you set the state to `resolved`. type: string enum: - open - resolved - resolution: &811 + resolution: &812 type: string description: "**Required when the `state` is `resolved`.** The reason for resolving the alert." @@ -26473,8 +26727,8 @@ paths: pull request. ' - oneOf: &812 - - &814 + oneOf: &813 + - &815 description: Represents a 'commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository. @@ -26532,7 +26786,7 @@ paths: - blob_url - commit_sha - commit_url - - &815 + - &816 description: Represents a 'wiki_commit' secret scanning location type. This location type shows that a secret was detected inside a commit to a repository wiki. @@ -26587,7 +26841,7 @@ paths: - page_url - commit_sha - commit_url - - &816 + - &817 description: Represents an 'issue_title' secret scanning location type. This location type shows that a secret was detected in the title of an issue. @@ -26607,7 +26861,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_title_url - - &817 + - &818 description: Represents an 'issue_body' secret scanning location type. This location type shows that a secret was detected in the body of an issue. @@ -26627,7 +26881,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1 required: - issue_body_url - - &818 + - &819 description: Represents an 'issue_comment' secret scanning location type. This location type shows that a secret was detected in a comment on an issue. @@ -26647,7 +26901,7 @@ paths: example: https://github.com/octocat/Hello-World/issues/1#issuecomment-1081119451 required: - issue_comment_url - - &819 + - &820 description: Represents a 'discussion_title' secret scanning location type. This location type shows that a secret was detected in the title of a discussion. @@ -26661,7 +26915,7 @@ paths: example: https://github.com/community/community/discussions/39082 required: - discussion_title_url - - &820 + - &821 description: Represents a 'discussion_body' secret scanning location type. This location type shows that a secret was detected in the body of a discussion. @@ -26675,7 +26929,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussion-4566270 required: - discussion_body_url - - &821 + - &822 description: Represents a 'discussion_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a discussion. @@ -26689,7 +26943,7 @@ paths: example: https://github.com/community/community/discussions/39082#discussioncomment-4158232 required: - discussion_comment_url - - &822 + - &823 description: Represents a 'pull_request_title' secret scanning location type. This location type shows that a secret was detected in the title of a pull request. @@ -26709,7 +26963,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_title_url - - &823 + - &824 description: Represents a 'pull_request_body' secret scanning location type. This location type shows that a secret was detected in the body of a pull request. @@ -26729,7 +26983,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846 required: - pull_request_body_url - - &824 + - &825 description: Represents a 'pull_request_comment' secret scanning location type. This location type shows that a secret was detected in a comment on a pull request. @@ -26749,7 +27003,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#issuecomment-1081119451 required: - pull_request_comment_url - - &825 + - &826 description: Represents a 'pull_request_review' secret scanning location type. This location type shows that a secret was detected in a review on a pull request. @@ -26769,7 +27023,7 @@ paths: example: https://github.com/octocat/Hello-World/pull/2846#pullrequestreview-80 required: - pull_request_review_url - - &826 + - &827 description: Represents a 'pull_request_review_comment' secret scanning location type. This location type shows that a secret was detected in a review comment on a pull request. @@ -27326,17 +27580,14 @@ paths: description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -29165,13 +29416,13 @@ paths: type: number nullable: true description: The AI credit pool cap target amount, in - dollars. Null when the cap budget has not been materialized - yet. + AI Credits. Null when the cap budget has not been + materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against - the AI credit pool cap, in dollars. Null when the + the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -29318,13 +29569,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -29461,13 +29712,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -29599,13 +29850,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -30831,7 +31082,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '200': description: User is a member of the enterprise team. @@ -30876,7 +31127,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '201': description: Successfully added team member @@ -30903,7 +31154,7 @@ paths: parameters: - *42 - *222 - - *152 + - *135 responses: '204': description: Response @@ -31654,7 +31905,7 @@ paths: properties: action: type: string - discussion: &953 + discussion: &954 title: Discussion description: A Discussion in a repository. type: object @@ -32399,7 +32650,7 @@ paths: - hooray - eyes - rocket - sub_issues_summary: &869 + sub_issues_summary: &870 title: Sub-issues Summary type: object properties: @@ -32486,7 +32737,7 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: &737 + properties: &738 pinned_at: type: string format: date-time @@ -32498,7 +32749,7 @@ paths: properties: *20 required: *21 nullable: true - required: &738 + required: &739 - pinned_at - pinned_by nullable: true @@ -32507,13 +32758,13 @@ paths: description: Details about why an issue comment was minimized. type: object - properties: &739 + properties: &740 reason: description: The reason the comment was minimized. type: string nullable: true example: low-quality - required: &740 + required: &741 - reason nullable: true required: &237 @@ -32526,7 +32777,7 @@ paths: - created_at - updated_at nullable: true - issue_dependencies_summary: &870 + issue_dependencies_summary: &871 title: Issue Dependencies Summary type: object properties: @@ -32545,7 +32796,7 @@ paths: - total_blocking issue_field_values: type: array - items: &721 + items: &722 title: Issue Field Value description: A value assigned to an issue field type: object @@ -33382,7 +33633,7 @@ paths: type: string release: allOf: - - &787 + - &788 title: Release description: A release. type: object @@ -33453,7 +33704,7 @@ paths: author: *4 assets: type: array - items: &788 + items: &789 title: Release Asset description: Data related to a release. type: object @@ -34061,7 +34312,7 @@ paths: url: type: string format: uri - user: &878 + user: &879 title: Public User description: Public User type: object @@ -37260,6 +37511,12 @@ paths: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -37360,6 +37617,8 @@ paths: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -37479,7 +37738,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/notifications#list-notifications-for-the-authenticated-user parameters: - - &760 + - &761 name: all description: If `true`, show notifications marked as read. in: query @@ -37487,7 +37746,7 @@ paths: schema: type: boolean default: false - - &761 + - &762 name: participating description: If `true`, only shows notifications in which the user is directly participating or mentioned. @@ -37497,7 +37756,7 @@ paths: type: boolean default: false - *242 - - &762 + - &763 name: before description: 'Only show notifications updated before the given time. This is a timestamp in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format: @@ -38041,7 +38300,7 @@ paths: - url - subscription_url examples: - default: &763 + default: &764 value: - id: '1' repository: @@ -38906,7 +39165,7 @@ paths: type: array items: *164 examples: - default: &769 + default: &770 value: - property_name: environment value: production @@ -38956,7 +39215,7 @@ paths: required: - properties examples: - default: &770 + default: &771 value: properties: - property_name: environment @@ -45726,12 +45985,12 @@ paths: required: - subject_digests examples: - default: &911 + default: &912 value: subject_digests: - sha256:abc123 - sha512:def456 - withPredicateType: &912 + withPredicateType: &913 value: subject_digests: - sha256:abc123 @@ -45789,7 +46048,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: &913 + default: &914 value: attestations_subject_digests: - sha256:abc: @@ -46157,94 +46416,12 @@ paths: default: &558 value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -46357,7 +46534,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#check-if-a-user-is-blocked-by-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: If the user is blocked @@ -46383,7 +46560,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#block-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -46404,7 +46581,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/blocking#unblock-a-user-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -52652,7 +52829,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#get-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -52683,7 +52860,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#update-a-custom-repository-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52753,7 +52930,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#delete-a-custom-repository-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -52833,7 +53010,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---get-a-custom-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -52870,7 +53047,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---update-a-custom-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -52923,7 +53100,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/custom-roles#closing-down---delete-a-custom-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -57317,7 +57494,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if requester is an organization member and user is @@ -57352,7 +57529,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-an-organization-member parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -57385,7 +57562,7 @@ paths: - *17 - *19 - *90 - - *152 + - *135 responses: '200': description: Response @@ -57429,7 +57606,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#delete-a-codespace-from-the-organization parameters: - *90 - - *152 + - *135 - &412 name: codespace_name in: path @@ -57464,7 +57641,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/codespaces/organizations#stop-a-codespace-for-an-organization-user parameters: - *90 - - *152 + - *135 - *412 responses: '200': @@ -57647,7 +57824,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/copilot/copilot-user-management#get-copilot-seat-assignment-details-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: The user's GitHub Copilot seat details, including usage. @@ -57723,7 +57900,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#get-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '200': description: Response @@ -57869,7 +58046,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -57930,7 +58107,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -58739,7 +58916,7 @@ paths: parameters: - *90 - *416 - - &894 + - &895 name: repo_name description: repo_name parameter in: path @@ -59294,7 +59471,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -59325,7 +59502,7 @@ paths: parameters: - *90 - *227 - - *151 + - *152 responses: '204': description: Response @@ -59351,7 +59528,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-all-organization-roles-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -59377,8 +59554,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#assign-an-organization-role-to-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -59409,8 +59586,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#remove-an-organization-role-from-a-user parameters: - *90 + - *135 - *152 - - *151 responses: '204': description: Response @@ -59439,7 +59616,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#get-an-organization-role parameters: - *90 - - *151 + - *152 responses: '200': description: Response @@ -59503,7 +59680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#update-a-custom-organization-role parameters: - *90 - - *151 + - *152 requestBody: required: true content: @@ -59596,7 +59773,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#delete-a-custom-organization-role parameters: - *90 - - *151 + - *152 responses: '204': description: Response @@ -59622,7 +59799,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-teams-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -59763,7 +59940,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/organization-roles#list-users-that-are-assigned-to-an-organization-role parameters: - *90 - - *151 + - *152 - *17 - *19 responses: @@ -59969,7 +60146,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#convert-an-organization-member-to-outside-collaborator parameters: - *90 - - *152 + - *135 requestBody: required: false content: @@ -60027,7 +60204,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/outside-collaborators#remove-outside-collaborator-from-an-organization parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -60085,7 +60262,7 @@ paths: - nuget - container - *90 - - &895 + - &896 name: visibility description: |- The selected visibility of the packages. This parameter is optional and only filters an existing result set. @@ -60126,7 +60303,7 @@ paths: default: *422 '403': *29 '401': *25 - '400': &897 + '400': &898 description: The value of `per_page` multiplied by `page` cannot be greater than 10000. x-github: @@ -62223,7 +62400,7 @@ paths: title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: &990 + properties: &991 id: type: number description: The unique identifier of the status update. @@ -62271,7 +62448,7 @@ paths: example: The project is off to a great start! type: string nullable: true - required: &991 + required: &992 - id - node_id - created_at @@ -62711,7 +62888,7 @@ paths: - review_comment - self author_association: *232 - auto_merge: &772 + auto_merge: &773 title: Auto merge description: The status of auto merging a pull request. type: object @@ -62736,7 +62913,7 @@ paths: - commit_title - commit_message nullable: true - stack: &773 + stack: &774 title: Pull Request Stack description: The stack information associated with a pull request. @@ -63200,7 +63377,7 @@ paths: - updated_at - project_url examples: - default: &917 + default: &918 value: - id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63377,7 +63554,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: &918 + items: &919 type: object properties: name: @@ -63414,7 +63591,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: &919 + iteration_configuration: &920 type: object description: The configuration for iteration fields. properties: @@ -63464,7 +63641,7 @@ paths: value: name: Due date data_type: date - single_select_field: &920 + single_select_field: &921 summary: Create a single select field value: name: Priority @@ -63491,7 +63668,7 @@ paths: description: raw: High priority items html: High priority items - iteration_field: &921 + iteration_field: &922 summary: Create an iteration field value: name: Sprint @@ -63517,7 +63694,7 @@ paths: application/json: schema: *443 examples: - text_field: &922 + text_field: &923 value: id: 24680 node_id: PVTF_lADOABCD2468024680 @@ -63526,7 +63703,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-05-15T08:00:00Z' updated_at: '2022-05-15T08:00:00Z' - number_field: &923 + number_field: &924 value: id: 13579 node_id: PVTF_lADOABCD1357913579 @@ -63535,7 +63712,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-01T14:30:00Z' updated_at: '2022-06-01T14:30:00Z' - date_field: &924 + date_field: &925 value: id: 98765 node_id: PVTF_lADOABCD9876598765 @@ -63544,7 +63721,7 @@ paths: project_url: https://api.github.com/projects/67890 created_at: '2022-06-10T09:15:00Z' updated_at: '2022-06-10T09:15:00Z' - single_select_field: &925 + single_select_field: &926 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -63578,7 +63755,7 @@ paths: raw: High priority items created_at: '2022-04-28T12:00:00Z' updated_at: '2022-04-28T12:00:00Z' - iteration_field: &926 + iteration_field: &927 value: id: 11223 node_id: PVTF_lADOABCD1122311223 @@ -63624,7 +63801,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-organization parameters: - *439 - - &927 + - &928 name: field_id description: The unique identifier of the field. in: path @@ -63639,7 +63816,7 @@ paths: application/json: schema: *443 examples: - default: &928 + default: &929 value: id: 12345 node_id: PVTF_lADOABCD1234567890 @@ -64836,7 +65013,7 @@ paths: description: Response for creating a view in an organization-owned project. content: application/json: - schema: &908 + schema: &909 title: Projects v2 View description: A view inside a projects v2 project type: object @@ -65013,7 +65190,7 @@ paths: parameters: - *439 - *90 - - &929 + - &930 name: view_number description: The number that identifies the project view. in: path @@ -65456,7 +65633,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#check-public-organization-membership-for-a-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response if user is a public member @@ -65481,7 +65658,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#set-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -65503,7 +65680,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/members#remove-public-organization-membership-for-the-authenticated-user parameters: - *90 - - *152 + - *135 responses: '204': description: Response @@ -66865,7 +67042,7 @@ paths: - *90 - *17 - *19 - - &796 + - &797 name: targets description: | A comma-separated list of rule targets to filter by. @@ -67081,7 +67258,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#list-organization-rule-suites parameters: - *90 - - &798 + - &799 name: ref description: The name of the ref. Cannot contain wildcard characters. Optionally prefix with `refs/heads/` to limit to branches or `refs/tags/` to limit @@ -67093,14 +67270,14 @@ paths: x-multi-segment: true - *326 - *108 - - &799 + - &800 name: actor_name description: The handle for the GitHub user account to filter on. When specified, only rule evaluations triggered by this actor will be returned. in: query schema: type: string - - &800 + - &801 name: rule_suite_result description: The rule suite results to filter on. When specified, only suites with this result will be returned. @@ -67113,7 +67290,7 @@ paths: - bypass - all default: all - - &801 + - &802 name: evaluate_status description: |- The evaluate status to filter on. When specified, only rule suites resulting from rulesets with the specified evaluate status will be returned. @@ -67136,7 +67313,7 @@ paths: description: Response content: application/json: - schema: &802 + schema: &803 title: Rule Suites description: Response type: array @@ -67191,7 +67368,7 @@ paths: whether rules would pass or fail if all rules in the rule suite were `active`. examples: - default: &803 + default: &804 value: - id: 21 actor_id: 12 @@ -67235,7 +67412,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/rule-suites#get-an-organization-rule-suite parameters: - *90 - - &804 + - &805 name: rule_suite_id description: |- The unique identifier of the rule suite result. @@ -67251,7 +67428,7 @@ paths: description: Response content: application/json: - schema: &805 + schema: &806 title: Rule Suite description: Response type: object @@ -67350,7 +67527,7 @@ paths: description: The detailed failure message for the rule. Null if the rule passed. examples: - default: &806 + default: &807 value: id: 21 actor_id: 12 @@ -67686,7 +67863,7 @@ paths: - *113 - *19 - *17 - - &808 + - &809 name: before description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events before this cursor. To @@ -67696,7 +67873,7 @@ paths: required: false schema: type: string - - &809 + - &810 name: after description: A cursor, as given in the [Link header](https://docs.github.com/enterprise-cloud@latest/rest/guides/using-pagination-in-the-rest-api#using-link-headers). If specified, the query only searches for events after this cursor. To @@ -68123,7 +68300,7 @@ paths: application/json: schema: type: array - items: &830 + items: &831 description: A repository security advisory. type: object properties: @@ -68310,7 +68487,7 @@ paths: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array nullable: true @@ -68446,7 +68623,7 @@ paths: - private_fork version: '2026-03-10' examples: - default: &831 + default: &832 value: - ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -70418,7 +70595,7 @@ paths: application/json: schema: type: array - items: &872 + items: &873 title: Team Member description: A user that is a member of a team, including their role on the team and whether the membership is inherited from @@ -70537,7 +70714,7 @@ paths: - type - url examples: - default: &873 + default: &874 value: - login: octocat id: 1 @@ -70590,7 +70767,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '200': description: Response @@ -70623,7 +70800,7 @@ paths: - state - url examples: - response-if-user-is-a-team-maintainer: &874 + response-if-user-is-a-team-maintainer: &875 summary: Response if user is a team maintainer value: url: https://api.github.com/teams/1/memberships/octocat @@ -70661,7 +70838,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 requestBody: required: false content: @@ -70688,7 +70865,7 @@ paths: application/json: schema: *511 examples: - response-if-users-membership-with-team-is-now-pending: &875 + response-if-users-membership-with-team-is-now-pending: &876 summary: Response if user's membership with team is now pending value: url: https://api.github.com/teams/1/memberships/octocat @@ -70725,7 +70902,7 @@ paths: parameters: - *90 - *227 - - *152 + - *135 responses: '204': description: Response @@ -70802,7 +70979,7 @@ paths: description: Alternative response with repository permissions content: application/json: - schema: &876 + schema: &877 title: Team Repository description: A team's access to a repository. type: object @@ -71655,7 +71832,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: &877 + response-if-child-teams-exist: &878 value: - id: 2 node_id: MDQ6VGVhbTI= @@ -77347,7 +77524,7 @@ paths: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: &947 + properties: &948 url: type: string format: uri @@ -77432,7 +77609,7 @@ paths: nullable: true properties: *230 required: *231 - required: &948 + required: &949 - id - node_id - sha @@ -83881,7 +84058,7 @@ paths: check. type: array items: *240 - deployment: &940 + deployment: &941 title: Deployment description: A deployment created as the result of an Actions check run from a workflow that references an environment @@ -84793,7 +84970,7 @@ paths: type: string format: date-time nullable: true - head_commit: &973 + head_commit: &974 title: Simple Commit description: A commit. type: object @@ -85969,6 +86146,13 @@ paths: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push examples: default: value: @@ -85980,6 +86164,7 @@ paths: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push '403': *584 '404': *6 '503': *204 @@ -86040,6 +86225,12 @@ paths: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -86049,6 +86240,8 @@ paths: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false examples: default: @@ -86194,14 +86387,14 @@ paths: items: type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *587 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -86209,7 +86402,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *588 dismissed_comment: *589 rule: *590 @@ -86377,7 +86570,7 @@ paths: field in the response from the `GET /repos/{owner}/{repo}/code-scanning/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -86386,14 +86579,14 @@ paths: schema: &595 type: object properties: - number: *135 - created_at: *142 - updated_at: *143 - url: *140 - html_url: *141 + number: *136 + created_at: *143 + updated_at: *144 + url: *141 + html_url: *142 instances_url: *587 state: *116 - fixed_at: *145 + fixed_at: *146 dismissed_by: title: Simple User description: A GitHub user. @@ -86401,7 +86594,7 @@ paths: properties: *20 required: *21 nullable: true - dismissed_at: *144 + dismissed_at: *145 dismissed_reason: *588 dismissed_comment: *589 rule: @@ -89536,14 +89729,14 @@ paths: type: integer machines: type: array - items: &883 + items: &884 type: object title: Codespace machine description: A description of the machine powering a codespace. properties: *618 required: *619 examples: - default: &884 + default: &885 value: total_count: 2 machines: @@ -90152,7 +90345,7 @@ paths: parameters: - *512 - *513 - - *152 + - *135 responses: '204': description: Response if user is a collaborator @@ -90200,7 +90393,7 @@ paths: parameters: - *512 - *513 - - *152 + - *135 requestBody: required: false content: @@ -90457,7 +90650,7 @@ paths: parameters: - *512 - *513 - - *152 + - *135 responses: '204': description: No Content when collaborator was removed from the repository. @@ -90490,7 +90683,7 @@ paths: parameters: - *512 - *513 - - *152 + - *135 responses: '200': description: if user has admin permissions @@ -91181,7 +91374,7 @@ paths: type: array items: *630 examples: - default: &780 + default: &781 value: - url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -91472,7 +91665,7 @@ paths: type: array items: *634 examples: - default: &771 + default: &772 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -92030,7 +92223,7 @@ paths: application/json: schema: *630 examples: - default: &756 + default: &757 value: url: https://api.github.com/repos/octocat/Hello-World/commits/6dcb09b5b57875f334f61aebed695e2e4193db5e sha: 6dcb09b5b57875f334f61aebed695e2e4193db5e @@ -92689,7 +92882,7 @@ paths: application/json: schema: type: array - items: &835 + items: &836 title: Status description: The status of a commit. type: object @@ -93658,7 +93851,7 @@ paths: - size - type - url - - &785 + - &786 title: Content File description: Content File type: object @@ -94302,7 +94495,7 @@ paths: items: type: object properties: - placeholder_id: &827 + placeholder_id: &828 description: The ID of the push protection bypass placeholder. This value is returned on any push protected routes. @@ -94766,7 +94959,7 @@ paths: type: object description: A Dependabot alert. properties: - number: *135 + number: *136 state: type: string description: The state of the Dependabot alert. @@ -94781,7 +94974,7 @@ paths: description: Details for the vulnerable dependency. readOnly: true properties: - package: *136 + package: *137 manifest_path: type: string description: The full path to the dependency manifest file, @@ -94810,12 +95003,12 @@ paths: - transitive - inconclusive security_advisory: *650 - security_vulnerability: *139 - url: *140 - html_url: *141 - created_at: *142 - updated_at: *143 - dismissed_at: *144 + security_vulnerability: *140 + url: *141 + html_url: *142 + created_at: *143 + updated_at: *144 + dismissed_at: *145 dismissed_by: title: Simple User description: A GitHub user. @@ -94839,7 +95032,7 @@ paths: dismissal. nullable: true maxLength: 280 - fixed_at: *145 + fixed_at: *146 auto_dismissed_at: *651 dismissal_request: *652 assignees: @@ -95107,7 +95300,7 @@ paths: or in `number` fields in the response from the `GET /repos/{owner}/{repo}/dependabot/alerts` operation. required: true - schema: *135 + schema: *136 responses: '200': description: Response @@ -101037,7 +101230,7 @@ paths: type: string format: uri example: https://api.github.com/repos/octocat/Hello-World/hooks/1/deliveries - last_response: &982 + last_response: &983 title: Hook Response type: object properties: @@ -102089,7 +102282,7 @@ paths: parameters: - *512 - *513 - - &906 + - &907 name: since description: A user ID. Only return users with an ID greater than this ID. in: query @@ -102808,7 +103001,7 @@ paths: type: array items: *704 examples: - default: &899 + default: &900 value: - id: 1 repository: @@ -104481,6 +104674,30 @@ paths: nullable: true properties: *714 required: *715 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for the + repository; the property is omitted entirely when the feature + is disabled or the event type does not support intent. + type: object + nullable: true + properties: &721 + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing + this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true author_association: *232 lock_reason: type: string @@ -105810,7 +106027,7 @@ paths: title: Issue Event for Issue description: Issue Event for Issue anyOf: - - &724 + - &725 title: Labeled Issue Event description: Labeled Issue Event type: object @@ -105853,6 +106070,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - label - id @@ -105864,7 +106092,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &725 + - &726 title: Unlabeled Issue Event description: Unlabeled Issue Event type: object @@ -105907,6 +106135,17 @@ paths: required: - name - color + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - label - id @@ -105942,6 +106181,17 @@ paths: performed_via_github_app: *5 assignee: *4 assigner: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - id - node_id @@ -106000,7 +106250,7 @@ paths: - performed_via_github_app - assignee - assigner - - &726 + - &727 title: Milestoned Issue Event description: Milestoned Issue Event type: object @@ -106051,7 +106301,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &727 + - &728 title: Demilestoned Issue Event description: Demilestoned Issue Event type: object @@ -106102,7 +106352,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &728 + - &729 title: Renamed Issue Event description: Renamed Issue Event type: object @@ -106156,7 +106406,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &729 + - &730 title: Review Requested Issue Event description: Review Requested Issue Event type: object @@ -106203,7 +106453,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &730 + - &731 title: Review Request Removed Issue Event description: Review Request Removed Issue Event type: object @@ -106250,7 +106500,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &731 + - &732 title: Review Dismissed Issue Event description: Review Dismissed Issue Event type: object @@ -106310,7 +106560,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &732 + - &733 title: Locked Issue Event description: Locked Issue Event type: object @@ -106358,7 +106608,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &733 + - &734 title: Added to Project Issue Event description: Added to Project Issue Event type: object @@ -106424,7 +106674,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &734 + - &735 title: Moved Column in Project Issue Event description: Moved Column in Project Issue Event type: object @@ -106490,7 +106740,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &735 + - &736 title: Removed from Project Issue Event description: Removed from Project Issue Event type: object @@ -106556,7 +106806,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &736 + - &737 title: Converted Note to Issue Issue Event description: Converted Note to Issue Issue Event type: object @@ -106612,7 +106862,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &741 + - &742 title: Issue Type Added Issue Event description: Issue Type Added Issue Event type: object @@ -106646,6 +106896,17 @@ paths: properties: *230 required: *231 issue_type: *713 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - issue_type - id @@ -106657,7 +106918,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &742 + - &743 title: Issue Type Removed Issue Event description: Issue Type Removed Issue Event type: object @@ -106691,6 +106952,17 @@ paths: properties: *230 required: *231 prev_issue_type: *713 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - prev_issue_type - id @@ -106702,7 +106974,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &743 + - &744 title: Issue Type Changed Issue Event description: Issue Type Changed Issue Event type: object @@ -106737,6 +107009,17 @@ paths: required: *231 issue_type: *713 prev_issue_type: *713 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - issue_type - prev_issue_type @@ -106749,7 +107032,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &744 + - &745 title: Sub-issue Added Issue Event description: Sub-issue Added Issue Event type: object @@ -106802,7 +107085,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &745 + - &746 title: Sub-issue Removed Issue Event description: Sub-issue Removed Issue Event type: object @@ -106855,7 +107138,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &746 + - &747 title: Parent-issue Added Issue Event description: Parent-issue Added Issue Event type: object @@ -106908,7 +107191,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &747 + - &748 title: Parent-issue Removed Issue Event description: Parent-issue Removed Issue Event type: object @@ -106961,7 +107244,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &748 + - &749 title: Blocked-by Added Issue Event description: Blocked-by Added Issue Event type: object @@ -107014,7 +107297,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &749 + - &750 title: Blocked-by Removed Issue Event description: Blocked-by Removed Issue Event type: object @@ -107067,7 +107350,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &750 + - &751 title: Blocking Added Issue Event description: Blocking Added Issue Event type: object @@ -107120,7 +107403,7 @@ paths: - commit_url - created_at - performed_via_github_app - - &751 + - &752 title: Blocking Removed Issue Event description: Blocking Removed Issue Event type: object @@ -107237,9 +107520,9 @@ paths: application/json: schema: type: array - items: *721 + items: *722 examples: - default: &722 + default: &723 value: - issue_field_id: 1 issue_field_name: DRI @@ -107382,9 +107665,9 @@ paths: type: array description: The current issue field values for this issue after adding the new values - items: *721 + items: *722 examples: - default: *722 + default: *723 '400': *14 '403': *29 '404': *6 @@ -107487,9 +107770,9 @@ paths: type: array description: The current issue field values for this issue after setting the new values - items: *721 + items: *722 examples: - default: *722 + default: *723 '400': *14 '403': *29 '404': *6 @@ -107562,7 +107845,7 @@ paths: type: array items: *234 examples: - default: &723 + default: &724 value: - id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -107645,7 +107928,7 @@ paths: type: array items: *234 examples: - default: *723 + default: *724 '301': *518 '404': *6 '410': *33 @@ -107729,7 +108012,7 @@ paths: type: array items: *234 examples: - default: *723 + default: *724 '301': *518 '404': *6 '410': *33 @@ -108320,7 +108603,6 @@ paths: description: Timeline Event type: object anyOf: - - *724 - *725 - *726 - *727 @@ -108333,6 +108615,7 @@ paths: - *734 - *735 - *736 + - *737 - title: Timeline Comment Event description: Timeline Comment Event type: object @@ -108393,15 +108676,15 @@ paths: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - event @@ -108656,7 +108939,7 @@ paths: type: string comments: type: array - items: &774 + items: &775 title: Pull Request Review Comment description: Pull Request Review Comments are comments on a portion of the Pull Request's diff. @@ -108905,6 +109188,17 @@ paths: properties: *230 required: *231 assignee: *4 + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - id - node_id @@ -108995,6 +109289,17 @@ paths: state_reason: type: string nullable: true + intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, + including the rationale and confidence. Present (and `null` + when the event carried no agent intent) on supported event + types while the issue suggestions feature is enabled for + the repository; the property is omitted entirely when the + feature is disabled or the event type does not support intent. + type: object + nullable: true + properties: *721 required: - id - node_id @@ -109005,7 +109310,6 @@ paths: - commit_url - created_at - performed_via_github_app - - *741 - *742 - *743 - *744 @@ -109016,6 +109320,7 @@ paths: - *749 - *750 - *751 + - *752 examples: default: value: @@ -109200,7 +109505,7 @@ paths: application/json: schema: type: array - items: &752 + items: &753 title: Deploy Key description: An SSH key granting access to a single repository. type: object @@ -109303,9 +109608,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: &753 + default: &754 value: id: 1 key: ssh-rsa AAA... @@ -109341,7 +109646,7 @@ paths: parameters: - *512 - *513 - - &754 + - &755 name: key_id description: The unique identifier of the key. in: path @@ -109353,9 +109658,9 @@ paths: description: Response content: application/json: - schema: *752 + schema: *753 examples: - default: *753 + default: *754 '404': *6 x-github: githubCloudOnly: false @@ -109375,7 +109680,7 @@ paths: parameters: - *512 - *513 - - *754 + - *755 responses: '204': description: Response @@ -109408,7 +109713,7 @@ paths: type: array items: *234 examples: - default: *723 + default: *724 headers: Link: *48 '404': *6 @@ -109468,7 +109773,7 @@ paths: application/json: schema: *234 examples: - default: &755 + default: &756 value: id: 208045946 node_id: MDU6TGFiZWwyMDgwNDU5NDY= @@ -109514,7 +109819,7 @@ paths: application/json: schema: *234 examples: - default: *755 + default: *756 '404': *6 x-github: githubCloudOnly: false @@ -109967,7 +110272,7 @@ paths: application/json: schema: *630 examples: - default: *756 + default: *757 '204': description: Response when already merged '404': @@ -110034,7 +110339,7 @@ paths: application/json: schema: type: array - items: &757 + items: &758 title: Milestone description: A collection of related issues and pull requests. type: object @@ -110136,9 +110441,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: &758 + default: &759 value: url: https://api.github.com/repos/octocat/Hello-World/milestones/1 html_url: https://github.com/octocat/Hello-World/milestones/v1.0 @@ -110199,7 +110504,7 @@ paths: parameters: - *512 - *513 - - &759 + - &760 name: milestone_number description: The number that identifies the milestone. in: path @@ -110211,9 +110516,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 '404': *6 x-github: githubCloudOnly: false @@ -110232,7 +110537,7 @@ paths: parameters: - *512 - *513 - - *759 + - *760 requestBody: required: false content: @@ -110270,9 +110575,9 @@ paths: description: Response content: application/json: - schema: *757 + schema: *758 examples: - default: *758 + default: *759 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -110290,7 +110595,7 @@ paths: parameters: - *512 - *513 - - *759 + - *760 responses: '204': description: Response @@ -110313,7 +110618,7 @@ paths: parameters: - *512 - *513 - - *759 + - *760 - *17 - *19 responses: @@ -110325,7 +110630,7 @@ paths: type: array items: *234 examples: - default: *723 + default: *724 headers: Link: *48 x-github: @@ -110346,10 +110651,10 @@ paths: parameters: - *512 - *513 - - *760 - *761 - - *242 - *762 + - *242 + - *763 - *17 - *19 responses: @@ -110361,7 +110666,7 @@ paths: type: array items: *262 examples: - default: *763 + default: *764 headers: Link: *48 x-github: @@ -110451,7 +110756,7 @@ paths: description: Response content: application/json: - schema: &764 + schema: &765 title: GitHub Pages description: The configuration for GitHub Pages for a repository. type: object @@ -110576,7 +110881,7 @@ paths: - custom_404 - public examples: - default: &765 + default: &766 value: url: https://api.github.com/repos/github/developer.github.com/pages status: built @@ -110672,9 +110977,9 @@ paths: description: Response content: application/json: - schema: *764 + schema: *765 examples: - default: *765 + default: *766 '422': *15 '409': *122 x-github: @@ -110843,7 +111148,7 @@ paths: application/json: schema: type: array - items: &766 + items: &767 title: Page Build description: Page Build type: object @@ -110990,9 +111295,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: &767 + default: &768 value: url: https://api.github.com/repos/github/developer.github.com/pages/builds/5472601 status: built @@ -111052,9 +111357,9 @@ paths: description: Response content: application/json: - schema: *766 + schema: *767 examples: - default: *767 + default: *768 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -111182,7 +111487,7 @@ paths: parameters: - *512 - *513 - - &768 + - &769 name: pages_deployment_id description: The ID of the Pages deployment. You can also give the commit SHA of the deployment. @@ -111242,7 +111547,7 @@ paths: parameters: - *512 - *513 - - *768 + - *769 responses: '204': *129 '404': *6 @@ -111622,7 +111927,7 @@ paths: type: array items: *164 examples: - default: *769 + default: *770 '403': *29 '404': *6 x-github: @@ -111661,7 +111966,7 @@ paths: required: - properties examples: - default: *770 + default: *771 responses: '204': description: No Content when custom property values are successfully created @@ -111762,7 +112067,7 @@ paths: type: array items: *634 examples: - default: *771 + default: *772 headers: Link: *48 '304': *38 @@ -111860,7 +112165,7 @@ paths: description: Response content: application/json: - schema: &776 + schema: &777 type: object title: Pull Request description: Pull requests let you tell others about changes you've @@ -112071,8 +112376,8 @@ paths: - review_comment - self author_association: *232 - auto_merge: *772 - stack: *773 + auto_merge: *773 + stack: *774 draft: description: Indicates whether or not the pull request is a draft. example: false @@ -112258,7 +112563,7 @@ paths: - review_comments version: '2026-03-10' examples: - default: &777 + default: &778 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/1347 id: 1 @@ -112826,9 +113131,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: &779 + default: &780 value: - url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -112913,9 +113218,9 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: &775 + default: &776 value: url: https://api.github.com/repos/octocat/Hello-World/pulls/comments/1 pull_request_review_id: 42 @@ -113014,9 +113319,9 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: - default: *775 + default: *776 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -113219,7 +113524,7 @@ paths: parameters: - *512 - *513 - - &778 + - &779 name: pull_number description: The number that identifies the pull request. in: path @@ -113232,9 +113537,9 @@ paths: to fetch diff and patch formats. content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '304': *38 '404': *6 '406': @@ -113271,7 +113576,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: false content: @@ -113313,9 +113618,9 @@ paths: description: Response content: application/json: - schema: *776 + schema: *777 examples: - default: *777 + default: *778 '422': *15 '403': *29 x-github: @@ -113339,7 +113644,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: true content: @@ -113441,7 +113746,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 - *259 - name: direction description: The direction to sort results. Ignored without `sort` parameter. @@ -113462,9 +113767,9 @@ paths: application/json: schema: type: array - items: *774 + items: *775 examples: - default: *779 + default: *780 headers: Link: *48 x-github: @@ -113499,7 +113804,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: true content: @@ -113604,7 +113909,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: example-for-a-multi-line-comment: value: @@ -113694,7 +113999,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 - *251 requestBody: required: true @@ -113717,7 +114022,7 @@ paths: description: Response content: application/json: - schema: *774 + schema: *775 examples: default: value: @@ -113805,7 +114110,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 - *17 - *19 responses: @@ -113817,7 +114122,7 @@ paths: type: array items: *630 examples: - default: *780 + default: *781 headers: Link: *48 x-github: @@ -113849,7 +114154,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 - *17 - *19 responses: @@ -113899,7 +114204,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 responses: '204': description: Response if pull request has been merged @@ -113924,7 +114229,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: false content: @@ -114037,7 +114342,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 responses: '200': description: Response @@ -114114,7 +114419,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: false content: @@ -114689,7 +114994,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: true content: @@ -115241,7 +115546,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 - *17 - *19 responses: @@ -115251,7 +115556,7 @@ paths: application/json: schema: type: array - items: &781 + items: &782 title: Pull Request Review description: Pull Request Reviews are reviews on pull requests. type: object @@ -115404,7 +115709,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: false content: @@ -115490,9 +115795,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: &783 + default: &784 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -115557,8 +115862,8 @@ paths: parameters: - *512 - *513 - - *778 - - &782 + - *779 + - &783 name: review_id description: The unique identifier of the review. in: path @@ -115570,9 +115875,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: &784 + default: &785 value: id: 80 node_id: MDE3OlB1bGxSZXF1ZXN0UmV2aWV3ODA= @@ -115633,8 +115938,8 @@ paths: parameters: - *512 - *513 - - *778 - - *782 + - *779 + - *783 requestBody: required: true content: @@ -115657,7 +115962,7 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: default: value: @@ -115721,16 +116026,16 @@ paths: parameters: - *512 - *513 - - *778 - - *782 + - *779 + - *783 responses: '200': description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *783 + default: *784 '422': *7 '404': *6 x-github: @@ -115759,8 +116064,8 @@ paths: parameters: - *512 - *513 - - *778 - - *782 + - *779 + - *783 - *17 - *19 responses: @@ -115997,8 +116302,8 @@ paths: parameters: - *512 - *513 - - *778 - - *782 + - *779 + - *783 requestBody: required: true content: @@ -116026,7 +116331,7 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: default: value: @@ -116091,8 +116396,8 @@ paths: parameters: - *512 - *513 - - *778 - - *782 + - *779 + - *783 requestBody: required: true content: @@ -116127,9 +116432,9 @@ paths: description: Response content: application/json: - schema: *781 + schema: *782 examples: - default: *784 + default: *785 '404': *6 '422': *7 '403': *29 @@ -116153,7 +116458,7 @@ paths: parameters: - *512 - *513 - - *778 + - *779 requestBody: required: false content: @@ -116230,9 +116535,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: &786 + default: &787 value: type: file encoding: base64 @@ -116295,9 +116600,9 @@ paths: description: Response content: application/json: - schema: *785 + schema: *786 examples: - default: *786 + default: *787 '404': *6 '422': *15 x-github: @@ -116330,7 +116635,7 @@ paths: application/json: schema: type: array - items: *787 + items: *788 examples: default: value: @@ -116416,6 +116721,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -116501,9 +116811,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: - default: &791 + default: &792 value: url: https://api.github.com/repos/octocat/Hello-World/releases/1 html_url: https://github.com/octocat/Hello-World/releases/v1.0.0 @@ -116610,7 +116920,7 @@ paths: parameters: - *512 - *513 - - &789 + - &790 name: asset_id description: The unique identifier of the asset. in: path @@ -116622,9 +116932,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: &790 + default: &791 value: url: https://api.github.com/repos/octocat/Hello-World/releases/assets/1 browser_download_url: https://github.com/octocat/Hello-World/releases/download/v1.0.0/example.zip @@ -116677,7 +116987,7 @@ paths: parameters: - *512 - *513 - - *789 + - *790 requestBody: required: false content: @@ -116705,9 +117015,9 @@ paths: description: Response content: application/json: - schema: *788 + schema: *789 examples: - default: *790 + default: *791 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -116725,7 +117035,7 @@ paths: parameters: - *512 - *513 - - *789 + - *790 responses: '204': description: Response @@ -116843,9 +117153,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: - default: *791 + default: *792 '404': *6 x-github: githubCloudOnly: false @@ -116877,9 +117187,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: - default: *791 + default: *792 '404': *6 x-github: githubCloudOnly: false @@ -116903,7 +117213,7 @@ paths: parameters: - *512 - *513 - - &792 + - &793 name: release_id description: The unique identifier of the release. in: path @@ -116917,9 +117227,9 @@ paths: For more information, see "[Getting started with the REST API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/getting-started-with-the-rest-api#hypermedia)."' content: application/json: - schema: *787 + schema: *788 examples: - default: *791 + default: *792 '401': description: Unauthorized x-github: @@ -116929,7 +117239,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -116939,7 +117255,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 requestBody: required: false content: @@ -117003,9 +117319,9 @@ paths: description: Response content: application/json: - schema: *787 + schema: *788 examples: - default: *791 + default: *792 '404': description: Not Found if the discussion category name is invalid content: @@ -117028,7 +117344,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 responses: '204': description: Response @@ -117051,7 +117367,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 - *17 - *19 responses: @@ -117061,7 +117377,7 @@ paths: application/json: schema: type: array - items: *788 + items: *789 examples: default: value: @@ -117145,7 +117461,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 - name: name in: query required: true @@ -117171,7 +117487,7 @@ paths: description: Response for successful upload content: application/json: - schema: *788 + schema: *789 examples: response-for-successful-upload: value: @@ -117228,7 +117544,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 - name: content description: Returns a single [reaction type](https://docs.github.com/enterprise-cloud@latest/rest/reactions/reactions#about-reactions). Omit this parameter to list all reactions to a release. @@ -117277,7 +117593,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 requestBody: required: true content: @@ -117340,7 +117656,7 @@ paths: parameters: - *512 - *513 - - *792 + - *793 - *709 responses: '204': @@ -117384,7 +117700,7 @@ paths: oneOf: - allOf: - *178 - - &793 + - &794 title: repository ruleset data for rule description: User-defined metadata to store domain-specific information limited to 8 keys with scalar values. @@ -117405,70 +117721,70 @@ paths: description: The ID of the ruleset that includes this rule. - allOf: - *179 - - *793 + - *794 - allOf: - *180 - - *793 + - *794 - allOf: - *181 - - *793 + - *794 - allOf: + - *795 - *794 - - *793 - allOf: - *182 - - *793 + - *794 - allOf: - *183 - - *793 + - *794 - allOf: - *184 - - *793 + - *794 - allOf: - *185 - - *793 + - *794 - allOf: - *186 - - *793 + - *794 - allOf: - *187 - - *793 + - *794 - allOf: - *188 - - *793 + - *794 - allOf: - *189 - - *793 + - *794 - allOf: - *190 - - *793 + - *794 - allOf: - *191 - - *793 + - *794 - allOf: - *192 - - *793 + - *794 - allOf: - *193 - - *793 + - *794 - allOf: - *194 - - *793 + - *794 - allOf: - - *795 - - *793 + - *796 + - *794 - allOf: - *195 - - *793 + - *794 - allOf: - *196 - - *793 + - *794 - allOf: - *197 - - *793 + - *794 - allOf: - *198 - - *793 + - *794 examples: default: value: @@ -117519,7 +117835,7 @@ paths: schema: type: boolean default: true - - *796 + - *797 responses: '200': description: Response @@ -117604,7 +117920,7 @@ paths: rules: type: array description: An array of rules within the ruleset. - items: *797 + items: *798 required: - name - enforcement @@ -117637,7 +117953,7 @@ paths: application/json: schema: *199 examples: - default: &807 + default: &808 value: id: 42 name: super cool ruleset @@ -117687,11 +118003,11 @@ paths: parameters: - *512 - *513 - - *798 - - *108 - *799 + - *108 - *800 - *801 + - *802 - *17 - *19 responses: @@ -117699,9 +118015,9 @@ paths: description: Response content: application/json: - schema: *802 + schema: *803 examples: - default: *803 + default: *804 '404': *6 '500': *41 x-github: @@ -117724,15 +118040,15 @@ paths: parameters: - *512 - *513 - - *804 + - *805 responses: '200': description: Response content: application/json: - schema: *805 + schema: *806 examples: - default: *806 + default: *807 '404': *6 '500': *41 x-github: @@ -117783,7 +118099,7 @@ paths: application/json: schema: *199 examples: - default: *807 + default: *808 '404': *6 '500': *41 put: @@ -117836,7 +118152,7 @@ paths: rules: description: An array of rules within the ruleset. type: array - items: *797 + items: *798 examples: default: value: @@ -117866,7 +118182,7 @@ paths: application/json: schema: *199 examples: - default: *807 + default: *808 '404': *6 '422': *15 '500': *41 @@ -118034,8 +118350,8 @@ paths: - *113 - *19 - *17 - - *808 - *809 + - *810 - *471 - *472 - *473 @@ -118053,8 +118369,8 @@ paths: items: type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -118062,15 +118378,15 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *810 - resolution: *811 + state: *811 + resolution: *812 resolved_at: type: string format: date-time @@ -118176,7 +118492,7 @@ paths: pull request. ' - oneOf: *812 + oneOf: *813 nullable: true has_more_locations: type: boolean @@ -118349,11 +118665,11 @@ paths: description: Response content: application/json: - schema: &813 + schema: &814 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -118361,14 +118677,14 @@ paths: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri description: The REST API URL of the code locations for this alert. - state: *810 - resolution: *811 + state: *811 + resolution: *812 resolved_at: type: string format: date-time @@ -118474,7 +118790,7 @@ paths: pull request. ' - oneOf: *812 + oneOf: *813 nullable: true has_more_locations: type: boolean @@ -118502,7 +118818,7 @@ paths: properties: *20 required: *21 nullable: true - metadata: &1003 + metadata: &1004 type: array description: A list of metadata key/value pairs associated with the secret scanning alert. @@ -118585,8 +118901,8 @@ paths: schema: type: object properties: - state: *810 - resolution: *811 + state: *811 + resolution: *812 resolution_comment: description: An optional comment when closing or reopening an alert. Cannot be updated or deleted. @@ -118630,7 +118946,7 @@ paths: description: Response content: application/json: - schema: *813 + schema: *814 examples: default: value: @@ -118745,7 +119061,7 @@ paths: schema: type: array description: List of locations where the secret was detected - items: &1005 + items: &1006 type: object properties: type: @@ -118771,7 +119087,6 @@ paths: example: commit details: oneOf: - - *814 - *815 - *816 - *817 @@ -118784,6 +119099,7 @@ paths: - *824 - *825 - *826 + - *827 examples: default: value: @@ -119093,14 +119409,14 @@ paths: schema: type: object properties: - reason: &828 + reason: &829 description: The reason for bypassing push protection. type: string enum: - false_positive - used_in_tests - will_fix_later - placeholder_id: *827 + placeholder_id: *828 required: - reason - placeholder_id @@ -119117,7 +119433,7 @@ paths: schema: type: object properties: - reason: *828 + reason: *829 expire_at: type: string format: date-time @@ -119179,7 +119495,7 @@ paths: properties: incremental_scans: type: array - items: &829 + items: &830 description: Information on a single scan performed by secret scanning on the repository type: object @@ -119210,15 +119526,15 @@ paths: nullable: true pattern_update_scans: type: array - items: *829 + items: *830 backfill_scans: type: array - items: *829 + items: *830 custom_pattern_backfill_scans: type: array items: allOf: - - *829 + - *830 - type: object properties: pattern_name: @@ -119231,7 +119547,7 @@ paths: one of "repository", "organization", or "enterprise" generic_secrets_backfill_scans: type: array - items: *829 + items: *830 examples: default: value: @@ -119341,9 +119657,9 @@ paths: application/json: schema: type: array - items: *830 + items: *831 examples: - default: *831 + default: *832 '400': *14 '404': *6 x-github: @@ -119527,9 +119843,9 @@ paths: description: Response content: application/json: - schema: *830 + schema: *831 examples: - default: &833 + default: &834 value: ghsa_id: GHSA-abcd-1234-efgh cve_id: CVE-2050-00000 @@ -119873,7 +120189,7 @@ paths: description: Response content: application/json: - schema: *830 + schema: *831 examples: default: value: @@ -120028,15 +120344,15 @@ paths: parameters: - *512 - *513 - - *832 + - *833 responses: '200': description: Response content: application/json: - schema: *830 + schema: *831 examples: - default: *833 + default: *834 '403': *29 '404': *6 x-github: @@ -120062,7 +120378,7 @@ paths: parameters: - *512 - *513 - - *832 + - *833 requestBody: required: true content: @@ -120221,10 +120537,10 @@ paths: description: Response content: application/json: - schema: *830 + schema: *831 examples: - default: *833 - add_credit: *833 + default: *834 + add_credit: *834 '403': *29 '404': *6 '422': @@ -120264,7 +120580,7 @@ paths: parameters: - *512 - *513 - - *832 + - *833 responses: '202': *40 '400': *14 @@ -120293,7 +120609,7 @@ paths: parameters: - *512 - *513 - - *832 + - *833 responses: '202': description: Response @@ -120437,7 +120753,7 @@ paths: application/json: schema: type: array - items: &834 + items: &835 title: Code Frequency Stat description: Code Frequency Stat type: array @@ -120810,7 +121126,7 @@ paths: application/json: schema: type: array - items: *834 + items: *835 examples: default: value: @@ -120898,7 +121214,7 @@ paths: description: Response content: application/json: - schema: *835 + schema: *836 examples: default: value: @@ -120992,7 +121308,7 @@ paths: description: if you subscribe to the repository content: application/json: - schema: &836 + schema: &837 title: Repository Invitation description: Repository invitations let you manage who you collaborate with. @@ -121087,7 +121403,7 @@ paths: description: Response content: application/json: - schema: *836 + schema: *837 examples: default: value: @@ -121294,7 +121610,7 @@ paths: description: Response content: application/json: - schema: &837 + schema: &838 title: Topic description: A topic aggregates entities that are related to a subject. type: object @@ -121306,7 +121622,7 @@ paths: required: - names examples: - default: &838 + default: &839 value: names: - octocat @@ -121361,9 +121677,9 @@ paths: description: Response content: application/json: - schema: *837 + schema: *838 examples: - default: *838 + default: *839 '404': *6 '422': *7 x-github: @@ -121386,7 +121702,7 @@ paths: parameters: - *512 - *513 - - &839 + - &840 name: per description: The time frame to display results for. in: query @@ -121415,7 +121731,7 @@ paths: example: 128 clones: type: array - items: &840 + items: &841 title: Traffic type: object properties: @@ -121656,7 +121972,7 @@ paths: parameters: - *512 - *513 - - *839 + - *840 responses: '200': description: Response @@ -121675,7 +121991,7 @@ paths: example: 3782 views: type: array - items: *840 + items: *841 required: - uniques - count @@ -122353,7 +122669,7 @@ paths: value: Engineering externalId: value: 8aa1a0c0-c4c3-4bc0-b4a5-2ef676900159 - - &848 + - &849 name: excludedAttributes description: Excludes the specified attribute from being returned in the results. Using this parameter can speed up response time. @@ -122362,7 +122678,7 @@ paths: schema: type: string example: members - - &853 + - &854 name: startIndex description: 'Used for pagination: the starting index of the first result to return when paginating through values.' @@ -122373,7 +122689,7 @@ paths: default: 1 format: int32 example: 1 - - &854 + - &855 name: count description: 'Used for pagination: the number of results to return per page.' in: query @@ -122415,7 +122731,7 @@ paths: Resources: type: array description: Information about each provisioned group. - items: &843 + items: &844 allOf: - type: object required: @@ -122490,7 +122806,7 @@ paths: - value: 0db508eb-91e2-46e4-809c-30dcbda0c685 "$+ref": https://api.github.localhost/scim/v2/Users/0db508eb-91e2-46e4-809c-30dcbda0c685 displayName: User 2 - meta: &855 + meta: &856 type: object description: The metadata associated with the creation/updates to the user. @@ -122550,30 +122866,30 @@ paths: location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 startIndex: 1 itemsPerPage: 20 - '400': &844 + '400': &845 description: Bad request content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 - '401': *842 - '403': &845 + schema: *842 + '401': *843 + '403': &846 description: Permission denied - '429': &846 + '429': &847 description: Too many requests content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 - '500': &847 + schema: *842 + '500': &848 description: Internal server error content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 + schema: *842 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122597,7 +122913,7 @@ paths: required: true content: application/json: - schema: &851 + schema: &852 type: object required: - schemas @@ -122657,9 +122973,9 @@ paths: description: Group has been created content: application/scim+json: - schema: *843 + schema: *844 examples: - group: &849 + group: &850 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:Group @@ -122678,13 +122994,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Groups/24b28bbb-5fc4-4686-a153-a020debb1155 - '400': *844 - '401': *842 - '403': *845 - '409': &852 + '400': *845 + '401': *843 + '403': *846 + '409': &853 description: Duplicate record detected - '429': *846 - '500': *847 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122701,7 +123017,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-group parameters: - - &850 + - &851 name: scim_group_id description: A unique identifier of the SCIM group. in: path @@ -122709,22 +123025,22 @@ paths: schema: type: string example: 7fce0092-d52e-4f76-b727-3955bd72c939 - - *848 + - *849 - *42 responses: '200': description: Success, a group was found content: application/scim+json: - schema: *843 + schema: *844 examples: - default: *849 - '400': *844 - '401': *842 - '403': *845 + default: *850 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '429': *846 - '500': *847 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122743,13 +123059,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-group parameters: - - *850 + - *851 - *42 requestBody: required: true content: application/json: - schema: *851 + schema: *852 examples: group: summary: Group @@ -122775,17 +123091,17 @@ paths: description: Group was updated content: application/scim+json: - schema: *843 + schema: *844 examples: - group: *849 - groupWithMembers: *849 - '400': *844 - '401': *842 - '403': *845 + group: *850 + groupWithMembers: *850 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '409': *852 - '429': *846 - '500': *847 + '409': *853 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122809,13 +123125,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-group parameters: - - *850 + - *851 - *42 requestBody: required: true content: application/json: - schema: &862 + schema: &863 type: object required: - Operations @@ -122875,17 +123191,17 @@ paths: description: Success, group was updated content: application/scim+json: - schema: *843 + schema: *844 examples: - updateGroup: *849 - addMembers: *849 - '400': *844 - '401': *842 - '403': *845 + updateGroup: *850 + addMembers: *850 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '409': *852 - '429': *846 - '500': *847 + '409': *853 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122901,17 +123217,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-group-from-an-enterprise parameters: - - *850 + - *851 - *42 responses: '204': description: Group was deleted, no content - '400': *844 - '401': *842 - '403': *845 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '429': *846 - '500': *847 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -122945,8 +123261,8 @@ paths: value: userName eq 'E012345' externalId: value: externalId eq 'E012345' - - *853 - *854 + - *855 - *42 responses: '200': @@ -122979,7 +123295,7 @@ paths: Resources: type: array description: Information about each provisioned account. - items: &857 + items: &858 allOf: - type: object required: @@ -123058,7 +123374,7 @@ paths: description: Whether this email address is the primary address. example: true - roles: &856 + roles: &857 type: array description: The roles assigned to the user. items: @@ -123114,7 +123430,7 @@ paths: type: string description: Provisioned SCIM groups that the user is a member of. - meta: *855 + meta: *856 startIndex: type: integer description: A starting index for the returned page @@ -123151,11 +123467,11 @@ paths: primary: false startIndex: 1 itemsPerPage: 20 - '400': *844 - '401': *842 - '403': *845 - '429': *846 - '500': *847 + '400': *845 + '401': *843 + '403': *846 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123179,7 +123495,7 @@ paths: required: true content: application/json: - schema: &860 + schema: &861 type: object required: - schemas @@ -123261,9 +123577,9 @@ paths: type: boolean description: Whether this email address is the primary address. example: true - roles: *856 + roles: *857 examples: - user: &861 + user: &862 summary: User value: schemas: @@ -123310,9 +123626,9 @@ paths: description: User has been created content: application/scim+json: - schema: *857 + schema: *858 examples: - user: &858 + user: &859 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -123338,13 +123654,13 @@ paths: created: '2012-03-27T19:59:26.000Z' lastModified: '2018-03-27T19:59:26.000Z' location: https://api.github.localhost/scim/v2/Users/7fce0092-d52e-4f76-b727-3955bd72c939 - enterpriseOwner: *858 - '400': *844 - '401': *842 - '403': *845 - '409': *852 - '429': *846 - '500': *847 + enterpriseOwner: *859 + '400': *845 + '401': *843 + '403': *846 + '409': *853 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123361,7 +123677,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#get-scim-provisioning-information-for-an-enterprise-user parameters: - - &859 + - &860 name: scim_user_id description: The unique identifier of the SCIM user. in: path @@ -123374,15 +123690,15 @@ paths: description: Success, a user was found content: application/scim+json: - schema: *857 + schema: *858 examples: - default: *858 - '400': *844 - '401': *842 - '403': *845 + default: *859 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '429': *846 - '500': *847 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123433,30 +123749,30 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#set-scim-information-for-a-provisioned-enterprise-user parameters: - - *859 + - *860 - *42 requestBody: required: true content: application/json: - schema: *860 + schema: *861 examples: - user: *861 + user: *862 responses: '200': description: User was updated content: application/scim+json: - schema: *857 + schema: *858 examples: - user: *858 - '400': *844 - '401': *842 - '403': *845 + user: *859 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '409': *852 - '429': *846 - '500': *847 + '409': *853 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123497,13 +123813,13 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#update-an-attribute-for-a-scim-enterprise-user parameters: - - *859 + - *860 - *42 requestBody: required: true content: application/json: - schema: *862 + schema: *863 examples: userMultiValuedProperties: summary: Multi Valued Property @@ -123543,18 +123859,18 @@ paths: description: Success, user was updated content: application/scim+json: - schema: *857 - examples: - userMultiValuedProperties: *858 - userSingleValuedProperties: *858 - disableUser: *858 - '400': *844 - '401': *842 - '403': *845 + schema: *858 + examples: + userMultiValuedProperties: *859 + userSingleValuedProperties: *859 + disableUser: *859 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '409': *852 - '429': *846 - '500': *847 + '409': *853 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123574,17 +123890,17 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/scim#delete-a-scim-user-from-an-enterprise parameters: - - *859 + - *860 - *42 responses: '204': description: User was deleted, no content - '400': *844 - '401': *842 - '403': *845 + '400': *845 + '401': *843 + '403': *846 '404': *6 - '429': *846 - '500': *847 + '429': *847 + '500': *848 x-github: enabledForGitHubApps: true githubCloudOnly: true @@ -123671,7 +123987,7 @@ paths: example: 1 Resources: type: array - items: &863 + items: &864 title: SCIM /Users description: SCIM /Users provisioning endpoints type: object @@ -123902,22 +124218,22 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/77563764-eb6-24-0598234-958243 '304': *38 - '404': &864 + '404': &865 description: Resource not found content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 - '403': &865 + schema: *842 + '403': &866 description: Forbidden content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 - '400': *844 - '429': *846 + schema: *842 + '400': *845 + '429': *847 x-github: githubCloudOnly: true enabledForGitHubApps: true @@ -123943,9 +124259,9 @@ paths: description: Response content: application/scim+json: - schema: *863 + schema: *864 examples: - default: &866 + default: &867 value: schemas: - urn:ietf:params:scim:schemas:core:2.0:User @@ -123968,17 +124284,17 @@ paths: lastModified: '2017-03-09T16:11:13-05:00' location: https://api.github.com/scim/v2/organizations/octo-org/Users/edefdfedf-050c-11e7-8d32 '304': *38 - '404': *864 - '403': *865 - '500': *847 + '404': *865 + '403': *866 + '500': *848 '409': description: Conflict content: application/json: - schema: *841 + schema: *842 application/scim+json: - schema: *841 - '400': *844 + schema: *842 + '400': *845 requestBody: required: true content: @@ -124076,17 +124392,17 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#get-scim-provisioning-information-for-a-user parameters: - *90 - - *859 + - *860 responses: '200': description: Response content: application/scim+json: - schema: *863 + schema: *864 examples: - default: *866 - '404': *864 - '403': *865 + default: *867 + '404': *865 + '403': *866 '304': *38 x-github: githubCloudOnly: true @@ -124110,18 +124426,18 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-a-provisioned-organization-membership parameters: - *90 - - *859 + - *860 responses: '200': description: Response content: application/scim+json: - schema: *863 + schema: *864 examples: - default: *866 + default: *867 '304': *38 - '404': *864 - '403': *865 + '404': *865 + '403': *866 requestBody: required: true content: @@ -124234,19 +124550,19 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#update-an-attribute-for-a-scim-user parameters: - *90 - - *859 + - *860 responses: '200': description: Response content: application/scim+json: - schema: *863 + schema: *864 examples: - default: *866 + default: *867 '304': *38 - '404': *864 - '403': *865 - '400': *844 + '404': *865 + '403': *866 + '400': *845 '429': description: Response content: @@ -124337,12 +124653,12 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/scim/scim#delete-a-scim-user-from-an-organization parameters: - *90 - - *859 + - *860 responses: '204': description: Response - '404': *864 - '403': *865 + '404': *865 + '403': *866 '304': *38 x-github: githubCloudOnly: true @@ -124478,7 +124794,7 @@ paths: example: - 73..77 - 77..78 - text_matches: &867 + text_matches: &868 title: Search Result Text Matches type: array items: @@ -124641,7 +124957,7 @@ paths: enum: - author-date - committer-date - - &868 + - &869 name: order description: Determines whether the first search result returned is the highest number of matches (`desc`) or lowest number of matches (`asc`). This parameter @@ -124769,7 +125085,7 @@ paths: type: number node_id: type: string - text_matches: *867 + text_matches: *868 required: - sha - node_id @@ -124962,7 +125278,7 @@ paths: - interactions - created - updated - - *868 + - *869 - *17 - *19 - name: advanced_search @@ -125076,11 +125392,11 @@ paths: description: type: string nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: type: string state_reason: @@ -125112,7 +125428,7 @@ paths: type: string format: date-time nullable: true - text_matches: *867 + text_matches: *868 pull_request: type: object properties: @@ -125428,7 +125744,7 @@ paths: enum: - created - updated - - *868 + - *869 - *17 - *19 responses: @@ -125472,7 +125788,7 @@ paths: nullable: true score: type: number - text_matches: *867 + text_matches: *868 required: - id - node_id @@ -125558,7 +125874,7 @@ paths: - forks - help-wanted-issues - updated - - *868 + - *869 - *17 - *19 responses: @@ -125806,7 +126122,7 @@ paths: - admin - pull - push - text_matches: *867 + text_matches: *868 temp_clone_token: type: string allow_merge_commit: @@ -126107,7 +126423,7 @@ paths: type: string format: uri nullable: true - text_matches: *867 + text_matches: *868 related: type: array nullable: true @@ -126300,7 +126616,7 @@ paths: - followers - repositories - joined - - *868 + - *869 - *17 - *19 responses: @@ -126404,7 +126720,7 @@ paths: hireable: type: boolean nullable: true - text_matches: *867 + text_matches: *868 blog: type: string nullable: true @@ -126483,7 +126799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#get-a-team-legacy parameters: - - &871 + - &872 name: team_id description: The unique identifier of the team. in: path @@ -126524,7 +126840,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#update-a-team-legacy parameters: - - *871 + - *872 requestBody: required: true content: @@ -126624,7 +126940,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#delete-a-team-legacy parameters: - - *871 + - *872 responses: '204': description: Response @@ -126653,7 +126969,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-pending-team-invitations-legacy parameters: - - *871 + - *872 - *17 - *19 responses: @@ -126693,7 +127009,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#list-team-members-legacy parameters: - - *871 + - *872 - name: role description: Filters members returned by their role in the team. in: query @@ -126714,9 +127030,9 @@ paths: application/json: schema: type: array - items: *872 + items: *873 examples: - default: *873 + default: *874 headers: Link: *48 '404': *6 @@ -126744,8 +127060,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-member-legacy parameters: - - *871 - - *152 + - *872 + - *135 responses: '204': description: if user is a member @@ -126781,8 +127097,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-team-member-legacy parameters: - - *871 - - *152 + - *872 + - *135 responses: '204': description: Response @@ -126821,8 +127137,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-member-legacy parameters: - - *871 - - *152 + - *872 + - *135 responses: '204': description: Response @@ -126858,8 +127174,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#get-team-membership-for-a-user-legacy parameters: - - *871 - - *152 + - *872 + - *135 responses: '200': description: Response @@ -126867,7 +127183,7 @@ paths: application/json: schema: *511 examples: - response-if-user-is-a-team-maintainer: *874 + response-if-user-is-a-team-maintainer: *875 '404': *6 x-github: githubCloudOnly: false @@ -126900,8 +127216,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#add-or-update-team-membership-for-a-user-legacy parameters: - - *871 - - *152 + - *872 + - *135 requestBody: required: false content: @@ -126928,7 +127244,7 @@ paths: application/json: schema: *511 examples: - response-if-users-membership-with-team-is-now-pending: *875 + response-if-users-membership-with-team-is-now-pending: *876 '403': description: Forbidden if team synchronization is set up '422': @@ -126962,8 +127278,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/members#remove-team-membership-for-a-user-legacy parameters: - - *871 - - *152 + - *872 + - *135 responses: '204': description: Response @@ -126990,7 +127306,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-team-repositories-legacy parameters: - - *871 + - *872 - *17 - *19 responses: @@ -127032,7 +127348,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#check-team-permissions-for-a-repository-legacy parameters: - - *871 + - *872 - *512 - *513 responses: @@ -127040,7 +127356,7 @@ paths: description: Alternative response with extra repository information content: application/json: - schema: *876 + schema: *877 examples: alternative-response-with-extra-repository-information: value: @@ -127197,7 +127513,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#add-or-update-team-repository-permissions-legacy parameters: - - *871 + - *872 - *512 - *513 requestBody: @@ -127249,7 +127565,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#remove-a-repository-from-a-team-legacy parameters: - - *871 + - *872 - *512 - *513 responses: @@ -127280,7 +127596,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#list-idp-groups-for-a-team-legacy parameters: - - *871 + - *872 responses: '200': description: Response @@ -127315,7 +127631,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/team-sync#create-or-update-idp-group-connections-legacy parameters: - - *871 + - *872 requestBody: required: true content: @@ -127403,7 +127719,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/teams/teams#list-child-teams-legacy parameters: - - *871 + - *872 - *17 - *19 responses: @@ -127415,7 +127731,7 @@ paths: type: array items: *329 examples: - response-if-child-teams-exist: *877 + response-if-child-teams-exist: *878 headers: Link: *48 '404': *6 @@ -127448,7 +127764,7 @@ paths: application/json: schema: oneOf: - - &879 + - &880 title: Private User description: Private User type: object @@ -127651,7 +127967,7 @@ paths: - private_gists - total_private_repos - two_factor_authentication - - *878 + - *879 examples: response-with-public-and-private-profile-information: summary: Response with public and private profile information @@ -127804,7 +128120,7 @@ paths: description: Response content: application/json: - schema: *879 + schema: *880 examples: default: value: @@ -127906,7 +128222,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#check-if-a-user-is-blocked-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: If the user is blocked @@ -127934,7 +128250,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#block-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -127958,7 +128274,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/blocking#unblock-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -128202,7 +128518,7 @@ paths: type: integer secrets: type: array - items: &880 + items: &881 title: Codespaces Secret description: Secrets for a GitHub Codespace. type: object @@ -128318,7 +128634,7 @@ paths: description: Response content: application/json: - schema: *880 + schema: *881 examples: default: value: @@ -128731,7 +129047,7 @@ paths: description: Response content: application/json: - schema: &881 + schema: &882 type: object title: Fetches information about an export of a codespace. description: An export of a codespace. Also, latest export details @@ -128772,7 +129088,7 @@ paths: description: Web url for the exported branch example: https://github.com/octocat/hello-world/tree/:branch examples: - default: &882 + default: &883 value: state: succeeded completed_at: '2022-01-01T14:59:22Z' @@ -128817,9 +129133,9 @@ paths: description: Response content: application/json: - schema: *881 + schema: *882 examples: - default: *882 + default: *883 '404': *6 x-github: githubCloudOnly: false @@ -128856,9 +129172,9 @@ paths: type: integer machines: type: array - items: *883 + items: *884 examples: - default: *884 + default: *885 '304': *38 '500': *41 '401': *25 @@ -129797,7 +130113,7 @@ paths: type: array items: *421 examples: - default: &896 + default: &897 value: - id: 197 name: hello_docker @@ -129898,7 +130214,7 @@ paths: application/json: schema: type: array - items: &885 + items: &886 title: Email description: Email type: object @@ -129963,9 +130279,9 @@ paths: application/json: schema: type: array - items: *885 + items: *886 examples: - default: &898 + default: &899 value: - email: octocat@github.com verified: true @@ -130040,7 +130356,7 @@ paths: application/json: schema: type: array - items: *885 + items: *886 examples: default: value: @@ -130205,7 +130521,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-person-is-followed-by-the-authenticated-user parameters: - - *152 + - *135 responses: '204': description: if the person is followed by the authenticated user @@ -130235,7 +130551,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#follow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -130260,7 +130576,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#unfollow-a-user parameters: - - *152 + - *135 responses: '204': description: Response @@ -130296,7 +130612,7 @@ paths: application/json: schema: type: array - items: &886 + items: &887 title: GPG Key description: A unique encryption key type: object @@ -130427,7 +130743,7 @@ paths: - subkeys - revoked examples: - default: &915 + default: &916 value: - id: 3 name: Octocat's GPG Key @@ -130512,9 +130828,9 @@ paths: description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: &887 + default: &888 value: id: 3 name: Octocat's GPG Key @@ -130571,7 +130887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#get-a-gpg-key-for-the-authenticated-user parameters: - - &888 + - &889 name: gpg_key_id description: The unique identifier of the GPG key. in: path @@ -130583,9 +130899,9 @@ paths: description: Response content: application/json: - schema: *886 + schema: *887 examples: - default: *887 + default: *888 '404': *6 '304': *38 '403': *29 @@ -130608,7 +130924,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#delete-a-gpg-key-for-the-authenticated-user parameters: - - *888 + - *889 responses: '204': description: Response @@ -131075,7 +131391,7 @@ paths: application/json: schema: type: array - items: &889 + items: &890 title: Key description: Key type: object @@ -131176,9 +131492,9 @@ paths: description: Response content: application/json: - schema: *889 + schema: *890 examples: - default: &890 + default: &891 value: key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 id: 2 @@ -131211,15 +131527,15 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#get-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '200': description: Response content: application/json: - schema: *889 + schema: *890 examples: - default: *890 + default: *891 '404': *6 '304': *38 '403': *29 @@ -131242,7 +131558,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#delete-a-public-ssh-key-for-the-authenticated-user parameters: - - *754 + - *755 responses: '204': description: Response @@ -131275,7 +131591,7 @@ paths: application/json: schema: type: array - items: &891 + items: &892 title: User Marketplace Purchase description: User Marketplace Purchase type: object @@ -131343,7 +131659,7 @@ paths: - account - plan examples: - default: &892 + default: &893 value: - billing_cycle: monthly next_billing_date: '2017-11-11T00:00:00Z' @@ -131405,9 +131721,9 @@ paths: application/json: schema: type: array - items: *891 + items: *892 examples: - default: *892 + default: *893 headers: Link: *48 '304': *38 @@ -131650,7 +131966,7 @@ paths: application/json: schema: *413 examples: - default: &893 + default: &894 value: url: https://api.github.com/orgs/octocat/memberships/defunkt state: active @@ -131699,7 +132015,7 @@ paths: application/json: schema: *413 examples: - default: *893 + default: *894 '403': *29 '404': *6 '422': *15 @@ -132424,7 +132740,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/migrations/users#unlock-a-user-repository parameters: - *416 - - *894 + - *895 responses: '204': description: Response @@ -132557,7 +132873,7 @@ paths: - docker - nuget - container - - *895 + - *896 - *19 - *17 responses: @@ -132569,8 +132885,8 @@ paths: type: array items: *421 examples: - default: *896 - '400': *897 + default: *897 + '400': *898 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -132599,7 +132915,7 @@ paths: application/json: schema: *421 examples: - default: &916 + default: &917 value: id: 40201 name: octo-name @@ -132961,9 +133277,9 @@ paths: application/json: schema: type: array - items: *885 + items: *886 examples: - default: *898 + default: *899 headers: Link: *48 '304': *38 @@ -133076,7 +133392,7 @@ paths: type: array items: *81 examples: - default: &905 + default: &906 summary: Default response value: - id: 1296269 @@ -133428,7 +133744,7 @@ paths: type: array items: *704 examples: - default: *899 + default: *900 headers: Link: *48 '304': *38 @@ -133513,7 +133829,7 @@ paths: application/json: schema: type: array - items: &900 + items: &901 title: Social account description: Social media account type: object @@ -133528,7 +133844,7 @@ paths: - provider - url examples: - default: &901 + default: &902 value: - provider: twitter url: https://twitter.com/github @@ -133590,9 +133906,9 @@ paths: application/json: schema: type: array - items: *900 + items: *901 examples: - default: *901 + default: *902 '422': *15 '304': *38 '404': *6 @@ -133679,7 +133995,7 @@ paths: application/json: schema: type: array - items: &902 + items: &903 title: SSH Signing Key description: A public SSH key used to sign Git commits type: object @@ -133699,7 +134015,7 @@ paths: - title - created_at examples: - default: &930 + default: &931 value: - id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -133763,9 +134079,9 @@ paths: description: Response content: application/json: - schema: *902 + schema: *903 examples: - default: &903 + default: &904 value: id: 2 key: 2Sg8iYjAxxmI2LvUXpJjkYrMxURPc8r+dB7TJyvv1234 @@ -133795,7 +134111,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#get-an-ssh-signing-key-for-the-authenticated-user parameters: - - &904 + - &905 name: ssh_signing_key_id description: The unique identifier of the SSH signing key. in: path @@ -133807,9 +134123,9 @@ paths: description: Response content: application/json: - schema: *902 + schema: *903 examples: - default: *903 + default: *904 '404': *6 '304': *38 '403': *29 @@ -133832,7 +134148,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#delete-an-ssh-signing-key-for-the-authenticated-user parameters: - - *904 + - *905 responses: '204': description: Response @@ -133861,7 +134177,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-the-authenticated-user parameters: - - &931 + - &932 name: sort description: The property to sort the results by. `created` means when the repository was starred. `updated` means when the repository was last pushed @@ -133886,11 +134202,11 @@ paths: type: array items: *81 examples: - default-response: *905 + default-response: *906 application/vnd.github.v3.star+json: schema: type: array - items: &932 + items: &933 title: Starred Repository description: Starred Repository type: object @@ -134259,10 +134575,10 @@ paths: application/json: schema: oneOf: + - *880 - *879 - - *878 examples: - default-response: &909 + default-response: &910 summary: Default response value: login: octocat @@ -134297,7 +134613,7 @@ paths: following: 0 created_at: '2008-01-14T04:33:35Z' updated_at: '2008-01-14T04:33:35Z' - response-with-git-hub-plan-information: &910 + response-with-git-hub-plan-information: &911 summary: Response with GitHub plan information value: login: octocat @@ -134354,7 +134670,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/drafts#create-draft-item-for-user-owned-project parameters: - - &907 + - &908 name: user_id description: The unique identifier of the user. in: path @@ -134420,7 +134736,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#list-users parameters: - - *906 + - *907 - *17 responses: '200': @@ -134455,7 +134771,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/views#create-a-view-for-a-user-owned-project parameters: - - *907 + - *908 - *439 requestBody: required: true @@ -134527,7 +134843,7 @@ paths: description: Response for creating a view in a user-owned project. content: application/json: - schema: *908 + schema: *909 examples: table_view: summary: Response for creating a table view @@ -134571,7 +134887,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-a-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -134579,11 +134895,11 @@ paths: application/json: schema: oneOf: + - *880 - *879 - - *878 examples: - default-response: *909 - response-with-git-hub-plan-information: *910 + default-response: *910 + response-with-git-hub-plan-information: *911 '404': *6 x-github: githubCloudOnly: false @@ -134609,7 +134925,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 requestBody: required: true content: @@ -134633,8 +134949,8 @@ paths: required: - subject_digests examples: - default: *911 - withPredicateType: *912 + default: *912 + withPredicateType: *913 responses: '200': description: Response @@ -134687,7 +135003,7 @@ paths: description: The cursor to the previous page. description: Information about the current page. examples: - default: *913 + default: *914 x-github: githubCloudOnly: false enabledForGitHubApps: true @@ -134720,7 +135036,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-in-bulk parameters: - - *152 + - *135 requestBody: required: true content: @@ -134785,7 +135101,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-subject-digest parameters: - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -134816,7 +135132,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/attestations#delete-attestations-by-id parameters: - - *152 + - *135 - name: attestation_id description: Attestation ID in: path @@ -134854,7 +135170,7 @@ paths: - *17 - *111 - *112 - - *152 + - *135 - name: subject_digest description: Subject Digest in: path @@ -134954,7 +135270,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#list-copilot-spaces-for-a-user parameters: - - *152 + - *135 - name: per_page description: The number of results per page (max 100). in: query @@ -135109,7 +135425,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#create-a-copilot-space-for-a-user parameters: - - *152 + - *135 requestBody: required: true content: @@ -135202,7 +135518,7 @@ paths: application/json: schema: *344 examples: - default: &914 + default: &915 summary: Example response for a user copilot space value: id: 42 @@ -135289,7 +135605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#get-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135303,7 +135619,7 @@ paths: application/json: schema: *344 examples: - default: *914 + default: *915 '403': *29 '404': *6 x-github: @@ -135325,7 +135641,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#set-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135426,7 +135742,7 @@ paths: application/json: schema: *344 examples: - default: *914 + default: *915 '403': *29 '404': *6 '422': *15 @@ -135449,7 +135765,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/copilot-spaces#delete-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135483,7 +135799,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#list-collaborators-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135599,7 +135915,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#add-a-collaborator-to-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135706,7 +136022,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#set-a-collaborator-role-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135819,7 +136135,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/collaborators#remove-a-collaborator-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135867,7 +136183,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#list-resources-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -135925,7 +136241,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#create-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -136030,7 +136346,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#get-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -136080,7 +136396,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#set-a-resource-for-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -136148,7 +136464,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/copilot-spaces/resources#delete-a-resource-from-a-copilot-space-for-a-user parameters: - - *152 + - *135 - name: space_number description: The unique identifier of the Copilot Space. in: path @@ -136184,7 +136500,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/packages/packages#get-list-of-conflicting-packages-during-docker-migration-for-user parameters: - - *152 + - *135 responses: '200': description: Response @@ -136194,7 +136510,7 @@ paths: type: array items: *421 examples: - default: *896 + default: *897 '403': *29 '401': *25 x-github: @@ -136217,7 +136533,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-for-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136289,7 +136605,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-organization-events-for-the-authenticated-user parameters: - - *152 + - *135 - *90 - *17 - *19 @@ -136377,7 +136693,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136445,7 +136761,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-followers-of-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136476,7 +136792,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#list-the-people-a-user-follows parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136507,7 +136823,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/followers#check-if-a-user-follows-another-user parameters: - - *152 + - *135 - name: target_user in: path required: true @@ -136534,7 +136850,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/gists/gists#list-gists-for-a-user parameters: - - *152 + - *135 - *242 - *17 - *19 @@ -136568,7 +136884,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/gpg-keys#list-gpg-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136578,9 +136894,9 @@ paths: application/json: schema: type: array - items: *886 + items: *887 examples: - default: *915 + default: *916 headers: Link: *48 x-github: @@ -136604,7 +136920,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/users#get-contextual-information-for-a-user parameters: - - *152 + - *135 - name: subject_type description: Identifies which additional information you'd like to receive about the person's hovercard. Can be `organization`, `repository`, `issue`, @@ -136676,7 +136992,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/apps/apps#get-a-user-installation-for-the-authenticated-app parameters: - - *152 + - *135 responses: '200': description: Response @@ -136702,7 +137018,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/keys#list-public-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136757,7 +137073,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/orgs/orgs#list-organizations-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -136808,8 +137124,8 @@ paths: - docker - nuget - container - - *895 - - *152 + - *896 + - *135 - *19 - *17 responses: @@ -136821,10 +137137,10 @@ paths: type: array items: *421 examples: - default: *896 + default: *897 '403': *29 '401': *25 - '400': *897 + '400': *898 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -136846,7 +137162,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 responses: '200': description: Response @@ -136854,7 +137170,7 @@ paths: application/json: schema: *421 examples: - default: *916 + default: *917 x-github: githubCloudOnly: false enabledForGitHubApps: false @@ -136877,7 +137193,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 responses: '204': description: Response @@ -136911,7 +137227,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 - name: token description: package token schema: @@ -136945,7 +137261,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 responses: '200': description: Response @@ -137014,7 +137330,7 @@ paths: - *423 - *424 - *426 - - *152 + - *135 responses: '200': description: Response @@ -137057,7 +137373,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 - *426 responses: '204': @@ -137092,7 +137408,7 @@ paths: parameters: - *423 - *424 - - *152 + - *135 - *426 responses: '204': @@ -137117,7 +137433,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#list-projects-for-user parameters: - - *152 + - *135 - name: q description: Limit results to projects of the specified type. in: query @@ -137159,7 +137475,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/projects#get-project-for-user parameters: - *439 - - *152 + - *135 responses: '200': description: Response @@ -137190,7 +137506,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#list-project-fields-for-user parameters: - *439 - - *152 + - *135 - *17 - *111 - *112 @@ -137203,7 +137519,7 @@ paths: type: array items: *443 examples: - default: *917 + default: *918 headers: Link: *48 '304': *38 @@ -137224,7 +137540,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#add-field-to-user-owned-project parameters: - - *152 + - *135 - *439 requestBody: required: true @@ -137263,7 +137579,7 @@ paths: description: The options available for single select fields. At least one option must be provided when creating a single select field. - items: *918 + items: *919 required: - name - data_type @@ -137279,7 +137595,7 @@ paths: description: The field's data type. enum: - iteration - iteration_configuration: *919 + iteration_configuration: *920 required: - name - data_type @@ -137301,8 +137617,8 @@ paths: value: name: Due date data_type: date - single_select_field: *920 - iteration_field: *921 + single_select_field: *921 + iteration_field: *922 responses: '201': description: Response @@ -137310,11 +137626,11 @@ paths: application/json: schema: *443 examples: - text_field: *922 - number_field: *923 - date_field: *924 - single_select_field: *925 - iteration_field: *926 + text_field: *923 + number_field: *924 + date_field: *925 + single_select_field: *926 + iteration_field: *927 '304': *38 '403': *29 '401': *25 @@ -137336,8 +137652,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/fields#get-project-field-for-user parameters: - *439 - - *927 - - *152 + - *928 + - *135 responses: '200': description: Response @@ -137345,7 +137661,7 @@ paths: application/json: schema: *443 examples: - default: *928 + default: *929 headers: Link: *48 '304': *38 @@ -137369,7 +137685,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-owned-project parameters: - *439 - - *152 + - *135 - *111 - *112 - *17 @@ -137424,7 +137740,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#add-item-to-user-owned-project parameters: - - *152 + - *135 - *439 requestBody: required: true @@ -137531,7 +137847,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#get-an-item-for-a-user-owned-project parameters: - *439 - - *152 + - *135 - *449 - name: fields description: |- @@ -137576,7 +137892,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#update-project-item-for-user parameters: - *439 - - *152 + - *135 - *449 requestBody: required: true @@ -137674,7 +137990,7 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#delete-project-item-for-user parameters: - *439 - - *152 + - *135 - *449 responses: '204': @@ -137698,8 +138014,8 @@ paths: url: https://docs.github.com/enterprise-cloud@latest/rest/projects/items#list-items-for-a-user-project-view parameters: - *439 - - *152 - - *929 + - *135 + - *930 - name: fields description: |- Limit results to specific fields, by their IDs. If not specified, the @@ -137755,7 +138071,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-events-received-by-the-authenticated-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137830,7 +138146,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/events#list-public-events-received-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137903,7 +138219,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#list-repositories-for-a-user parameters: - - *152 + - *135 - name: type description: Limit results to repositories of the specified type. in: query @@ -137968,7 +138284,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/social-accounts#list-social-accounts-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -137978,9 +138294,9 @@ paths: application/json: schema: type: array - items: *900 + items: *901 examples: - default: *901 + default: *902 headers: Link: *48 x-github: @@ -138000,7 +138316,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/users/ssh-signing-keys#list-ssh-signing-keys-for-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -138010,9 +138326,9 @@ paths: application/json: schema: type: array - items: *902 + items: *903 examples: - default: *930 + default: *931 headers: Link: *48 x-github: @@ -138036,8 +138352,8 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/starring#list-repositories-starred-by-a-user parameters: - - *152 - - *931 + - *135 + - *932 - *113 - *17 - *19 @@ -138049,11 +138365,11 @@ paths: schema: anyOf: - type: array - items: *932 + items: *933 - type: array items: *81 examples: - default-response: *905 + default-response: *906 headers: Link: *48 x-github: @@ -138072,7 +138388,7 @@ paths: description: API method documentation url: https://docs.github.com/enterprise-cloud@latest/rest/activity/watching#list-repositories-watched-by-a-user parameters: - - *152 + - *135 - *17 - *19 responses: @@ -138212,7 +138528,7 @@ x-webhooks: type: string enum: - disabled - enterprise: &933 + enterprise: &934 title: Enterprise description: |- An enterprise on GitHub. Webhook payloads contain the `enterprise` property when the webhook is configured @@ -138270,7 +138586,7 @@ x-webhooks: - created_at - updated_at - avatar_url - installation: &934 + installation: &935 title: Simple Installation description: |- The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured @@ -138289,7 +138605,7 @@ x-webhooks: required: - id - node_id - organization: &935 + organization: &936 title: Organization Simple description: |- A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an @@ -138349,13 +138665,13 @@ x-webhooks: - public_members_url - avatar_url - description - repository: &936 + repository: &937 title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: &975 + properties: &976 id: description: Unique identifier of the repository example: 42 @@ -139050,7 +139366,7 @@ x-webhooks: type: boolean description: Whether anonymous git access is enabled for this repository - required: &976 + required: &977 - archive_url - assignees_url - blobs_url @@ -139124,7 +139440,7 @@ x-webhooks: - watchers_count - created_at - updated_at - x-github-breaking-changes: &977 + x-github-breaking-changes: &978 - changeset: remove_use_squash_pr_title_as_default patch: properties: @@ -139215,10 +139531,10 @@ x-webhooks: type: string enum: - enabled - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -139294,11 +139610,11 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - rule: &937 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + rule: &938 title: branch protection rule description: The branch protection rule. Includes a `name` and all the [branch protection settings](https://docs.github.com/enterprise-cloud@latest/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches#about-branch-protection-settings) @@ -139521,11 +139837,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - rule: *937 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + rule: *938 sender: *4 required: - action @@ -139708,11 +140024,11 @@ x-webhooks: - everyone required: - from - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - rule: *937 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + rule: *938 sender: *4 required: - action @@ -139785,7 +140101,7 @@ x-webhooks: required: true content: application/json: - schema: &959 + schema: &960 title: Exemption request cancellation event type: object properties: @@ -139793,11 +140109,11 @@ x-webhooks: type: string enum: - cancelled - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - exemption_request: &938 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + exemption_request: &939 title: Exemption Request description: A request from a user to be exempted from a set of rules. @@ -140101,7 +140417,7 @@ x-webhooks: type: array description: The responses to the exemption request. nullable: true - items: &939 + items: &940 title: Exemption response description: A response to an exemption request by a delegated bypasser. @@ -140211,7 +140527,7 @@ x-webhooks: required: true content: application/json: - schema: &960 + schema: &961 title: Exemption request completed event type: object properties: @@ -140219,11 +140535,11 @@ x-webhooks: type: string enum: - completed - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - exemption_request: *938 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + exemption_request: *939 sender: *4 required: - action @@ -140295,7 +140611,7 @@ x-webhooks: required: true content: application/json: - schema: &957 + schema: &958 title: Exemption request created event type: object properties: @@ -140303,11 +140619,11 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - exemption_request: *938 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + exemption_request: *939 sender: *4 required: - action @@ -140379,7 +140695,7 @@ x-webhooks: required: true content: application/json: - schema: &961 + schema: &962 title: Exemption response dismissed event type: object properties: @@ -140387,12 +140703,12 @@ x-webhooks: type: string enum: - response_dismissed - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - exemption_request: *938 - exemption_response: *939 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + exemption_request: *939 + exemption_response: *940 sender: *4 required: - action @@ -140466,7 +140782,7 @@ x-webhooks: required: true content: application/json: - schema: &958 + schema: &959 title: Exemption response submitted event type: object properties: @@ -140474,12 +140790,12 @@ x-webhooks: type: string enum: - response_submitted - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - exemption_request: *938 - exemption_response: *939 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + exemption_request: *939 + exemption_response: *940 sender: *4 required: - action @@ -140563,7 +140879,7 @@ x-webhooks: type: string enum: - completed - check_run: &941 + check_run: &942 title: CheckRun description: A check performed on the code of a given code change type: object @@ -140654,7 +140970,7 @@ x-webhooks: - skipped - timed_out - action_required - deployment: *940 + deployment: *941 details_url: example: https://example.com type: string @@ -140739,10 +141055,10 @@ x-webhooks: - output - app - pull_requests - installation: *934 - enterprise: *933 - organization: *935 - repository: *936 + installation: *935 + enterprise: *934 + organization: *936 + repository: *937 sender: *4 required: - check_run @@ -141133,11 +141449,11 @@ x-webhooks: type: string enum: - created - check_run: *941 - installation: *934 - enterprise: *933 - organization: *935 - repository: *936 + check_run: *942 + installation: *935 + enterprise: *934 + organization: *936 + repository: *937 sender: *4 required: - check_run @@ -141531,11 +141847,11 @@ x-webhooks: type: string enum: - requested_action - check_run: *941 - installation: *934 - enterprise: *933 - organization: *935 - repository: *936 + check_run: *942 + installation: *935 + enterprise: *934 + organization: *936 + repository: *937 requested_action: description: The action requested by the user. type: object @@ -141938,11 +142254,11 @@ x-webhooks: type: string enum: - rerequested - check_run: *941 - installation: *934 - enterprise: *933 - organization: *935 - repository: *936 + check_run: *942 + installation: *935 + enterprise: *934 + organization: *936 + repository: *937 sender: *4 required: - check_run @@ -142912,10 +143228,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -143614,10 +143930,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -144310,10 +144626,10 @@ x-webhooks: - latest_check_runs_count - check_runs_url - head_commit - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -144624,20 +144940,20 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: &942 + commit_oid: &943 description: The commit SHA of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - enterprise: *933 - installation: *934 - organization: *935 - ref: &943 + enterprise: *934 + installation: *935 + organization: *936 + ref: &944 description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string - repository: *936 + repository: *937 sender: *4 required: - action @@ -145032,12 +145348,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *942 - enterprise: *933 - installation: *934 - organization: *935 - ref: *943 - repository: *936 + commit_oid: *943 + enterprise: *934 + installation: *935 + organization: *936 + ref: *944 + repository: *937 sender: *4 required: - action @@ -145303,12 +145619,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *942 - enterprise: *933 - installation: *934 - organization: *935 - ref: *943 - repository: *936 + commit_oid: *943 + enterprise: *934 + installation: *935 + organization: *936 + ref: *944 + repository: *937 sender: *4 required: - action @@ -145640,12 +145956,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *942 - enterprise: *933 - installation: *934 - organization: *935 - ref: *943 - repository: *936 + commit_oid: *943 + enterprise: *934 + installation: *935 + organization: *936 + ref: *944 + repository: *937 sender: *4 required: - action @@ -145919,16 +146235,16 @@ x-webhooks: triggered by the `sender` and this value will be empty. type: string nullable: true - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 ref: description: The Git reference of the code scanning alert. When the action is `reopened_by_user` or `closed_by_user`, the event was triggered by the `sender` and this value will be empty. type: string nullable: true - repository: *936 + repository: *937 sender: *4 required: - action @@ -146165,12 +146481,12 @@ x-webhooks: - dismissed_reason - rule - tool - commit_oid: *942 - enterprise: *933 - installation: *934 - organization: *935 - ref: *943 - repository: *936 + commit_oid: *943 + enterprise: *934 + installation: *935 + organization: *936 + ref: *944 + repository: *937 sender: *4 required: - action @@ -146481,10 +146797,10 @@ x-webhooks: - dismissed_reason - rule - tool - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -146739,10 +147055,10 @@ x-webhooks: - updated_at - author_association - body - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -146822,18 +147138,18 @@ x-webhooks: description: The repository's current description. type: string nullable: true - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 master_branch: description: The name of the repository's default branch (usually `main`). type: string - organization: *935 - pusher_type: &944 + organization: *936 + pusher_type: &945 description: The pusher type for the event. Can be either `user` or a deploy key. type: string - ref: &945 + ref: &946 description: The [`git ref`](https://docs.github.com/enterprise-cloud@latest/rest/git/refs#get-a-reference) resource. type: string @@ -146843,7 +147159,7 @@ x-webhooks: enum: - tag - branch - repository: *936 + repository: *937 sender: *4 required: - ref @@ -146926,9 +147242,9 @@ x-webhooks: enum: - created definition: *165 - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 required: - action @@ -147013,9 +147329,9 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 required: - action @@ -147093,9 +147409,9 @@ x-webhooks: enum: - promote_to_enterprise definition: *165 - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 required: - action @@ -147173,9 +147489,9 @@ x-webhooks: enum: - updated definition: *165 - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 required: - action @@ -147252,10 +147568,10 @@ x-webhooks: type: string enum: - updated - enterprise: *933 - installation: *934 - repository: *936 - organization: *935 + enterprise: *934 + installation: *935 + repository: *937 + organization: *936 sender: *4 new_property_values: type: array @@ -147340,18 +147656,18 @@ x-webhooks: title: delete event type: object properties: - enterprise: *933 - installation: *934 - organization: *935 - pusher_type: *944 - ref: *945 + enterprise: *934 + installation: *935 + organization: *936 + pusher_type: *945 + ref: *946 ref_type: description: The type of Git ref object deleted in the repository. type: string enum: - tag - branch - repository: *936 + repository: *937 sender: *4 required: - ref @@ -147432,10 +147748,10 @@ x-webhooks: enum: - assignees_changed alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147516,10 +147832,10 @@ x-webhooks: enum: - auto_dismissed alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147601,10 +147917,10 @@ x-webhooks: enum: - auto_reopened alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147686,10 +148002,10 @@ x-webhooks: enum: - created alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147769,10 +148085,10 @@ x-webhooks: enum: - dismissed alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147852,10 +148168,10 @@ x-webhooks: enum: - fixed alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -147936,10 +148252,10 @@ x-webhooks: enum: - reintroduced alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -148019,10 +148335,10 @@ x-webhooks: enum: - reopened alert: *653 - installation: *934 - organization: *935 - enterprise: *933 - repository: *936 + installation: *935 + organization: *936 + enterprise: *934 + repository: *937 sender: *4 required: - action @@ -148099,9 +148415,9 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - key: &946 + enterprise: *934 + installation: *935 + key: &947 description: The [`deploy key`](https://docs.github.com/enterprise-cloud@latest/rest/deploy-keys/deploy-keys#get-a-deploy-key) resource. type: object @@ -148137,8 +148453,8 @@ x-webhooks: - verified - created_at - read_only - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -148215,11 +148531,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - key: *946 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + key: *947 + organization: *936 + repository: *937 sender: *4 required: - action @@ -148775,12 +149091,12 @@ x-webhooks: - updated_at - statuses_url - repository_url - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - workflow: &952 + workflow: &953 title: Workflow type: object nullable: true @@ -149521,15 +149837,15 @@ x-webhooks: description: A request for a specific ref(branch,sha,tag) to be deployed type: object - properties: *947 - required: *948 + properties: *948 + required: *949 nullable: true pull_requests: type: array - items: *776 - repository: *936 - organization: *935 - installation: *934 + items: *777 + repository: *937 + organization: *936 + installation: *935 sender: *4 responses: '200': @@ -149600,7 +149916,7 @@ x-webhooks: type: string enum: - approved - approver: &949 + approver: &950 type: object properties: avatar_url: @@ -149643,11 +149959,11 @@ x-webhooks: type: string comment: type: string - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - reviewers: &950 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + reviewers: &951 type: array items: type: object @@ -149726,7 +150042,7 @@ x-webhooks: sender: *4 since: type: string - workflow_job_run: &951 + workflow_job_run: &952 type: object properties: conclusion: @@ -150457,18 +150773,18 @@ x-webhooks: type: string enum: - rejected - approver: *949 + approver: *950 comment: type: string - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - reviewers: *950 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + reviewers: *951 sender: *4 since: type: string - workflow_job_run: *951 + workflow_job_run: *952 workflow_job_runs: type: array items: @@ -151172,13 +151488,13 @@ x-webhooks: type: string enum: - requested - enterprise: *933 + enterprise: *934 environment: type: string - installation: *934 - organization: *935 - repository: *936 - requestor: &962 + installation: *935 + organization: *936 + repository: *937 + requestor: &963 title: User type: object nullable: true @@ -153067,12 +153383,12 @@ x-webhooks: - updated_at - deployment_url - repository_url - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - workflow: *952 + workflow: *953 workflow_run: title: Deployment Workflow Run type: object @@ -153752,7 +154068,7 @@ x-webhooks: type: string enum: - answered - answer: &955 + answer: &956 type: object properties: author_association: @@ -153909,11 +154225,11 @@ x-webhooks: - created_at - updated_at - body - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154040,11 +154356,11 @@ x-webhooks: - from required: - category - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154127,11 +154443,11 @@ x-webhooks: type: string enum: - closed - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154213,7 +154529,7 @@ x-webhooks: type: string enum: - created - comment: &954 + comment: &955 type: object properties: author_association: @@ -154370,11 +154686,11 @@ x-webhooks: - updated_at - body - reactions - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154457,12 +154773,12 @@ x-webhooks: type: string enum: - deleted - comment: *954 - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + comment: *955 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154557,12 +154873,12 @@ x-webhooks: - from required: - body - comment: *954 - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + comment: *955 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154646,11 +154962,11 @@ x-webhooks: type: string enum: - created - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154732,11 +155048,11 @@ x-webhooks: type: string enum: - deleted - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154836,11 +155152,11 @@ x-webhooks: type: string required: - from - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -154922,10 +155238,10 @@ x-webhooks: type: string enum: - labeled - discussion: *953 - enterprise: *933 - installation: *934 - label: &956 + discussion: *954 + enterprise: *934 + installation: *935 + label: &957 title: Label type: object properties: @@ -154957,8 +155273,8 @@ x-webhooks: - color - default - description - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155041,11 +155357,11 @@ x-webhooks: type: string enum: - locked - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155127,11 +155443,11 @@ x-webhooks: type: string enum: - pinned - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155213,11 +155529,11 @@ x-webhooks: type: string enum: - reopened - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155302,16 +155618,16 @@ x-webhooks: changes: type: object properties: - new_discussion: *953 - new_repository: *936 + new_discussion: *954 + new_repository: *937 required: - new_discussion - new_repository - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155394,10 +155710,10 @@ x-webhooks: type: string enum: - unanswered - discussion: *953 - old_answer: *955 - organization: *935 - repository: *936 + discussion: *954 + old_answer: *956 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155479,12 +155795,12 @@ x-webhooks: type: string enum: - unlabeled - discussion: *953 - enterprise: *933 - installation: *934 - label: *956 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155567,11 +155883,11 @@ x-webhooks: type: string enum: - unlocked - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155653,11 +155969,11 @@ x-webhooks: type: string enum: - unpinned - discussion: *953 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + discussion: *954 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -155726,7 +156042,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155789,7 +156105,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155852,7 +156168,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155915,7 +156231,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -155978,7 +156294,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156044,7 +156360,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156110,7 +156426,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156176,7 +156492,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156242,7 +156558,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156308,7 +156624,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156373,7 +156689,7 @@ x-webhooks: required: true content: application/json: - schema: *959 + schema: *960 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156438,7 +156754,7 @@ x-webhooks: required: true content: application/json: - schema: *960 + schema: *961 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156503,7 +156819,7 @@ x-webhooks: required: true content: application/json: - schema: *957 + schema: *958 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156568,7 +156884,7 @@ x-webhooks: required: true content: application/json: - schema: *961 + schema: *962 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156634,7 +156950,7 @@ x-webhooks: required: true content: application/json: - schema: *958 + schema: *959 responses: '200': description: Return a 200 status to indicate that the data was received @@ -156701,7 +157017,7 @@ x-webhooks: description: A user forks a repository. type: object properties: - enterprise: *933 + enterprise: *934 forkee: description: The created [`repository`](https://docs.github.com/enterprise-cloud@latest/rest/repos/repos#get-a-repository) resource. @@ -157361,9 +157677,9 @@ x-webhooks: type: integer watchers_count: type: integer - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - forkee @@ -157509,9 +157825,9 @@ x-webhooks: title: gollum event type: object properties: - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pages: description: The pages that were updated. type: array @@ -157548,7 +157864,7 @@ x-webhooks: - action - sha - html_url - repository: *936 + repository: *937 sender: *4 required: - pages @@ -157624,10 +157940,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories: &963 + organization: *936 + repositories: &964 description: An array of repository objects that the installation can access. type: array @@ -157653,8 +157969,8 @@ x-webhooks: - name - full_name - private - repository: *936 - requester: *962 + repository: *937 + requester: *963 sender: *4 required: - action @@ -157729,11 +158045,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories: *963 - repository: *936 + organization: *936 + repositories: *964 + repository: *937 requester: nullable: true sender: *4 @@ -157809,11 +158125,11 @@ x-webhooks: type: string enum: - new_permissions_accepted - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories: *963 - repository: *936 + organization: *936 + repositories: *964 + repository: *937 requester: nullable: true sender: *4 @@ -157889,10 +158205,10 @@ x-webhooks: type: string enum: - added - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories_added: &964 + organization: *936 + repositories_added: &965 description: An array of repository objects, which were added to the installation. type: array @@ -157938,15 +158254,15 @@ x-webhooks: private: description: Whether the repository is private or public. type: boolean - repository: *936 - repository_selection: &965 + repository: *937 + repository_selection: &966 description: Describe whether all repositories have been selected or there's a selection involved type: string enum: - all - selected - requester: *962 + requester: *963 sender: *4 required: - action @@ -158025,10 +158341,10 @@ x-webhooks: type: string enum: - removed - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories_added: *964 + organization: *936 + repositories_added: *965 repositories_removed: description: An array of repository objects, which were removed from the installation. @@ -158055,9 +158371,9 @@ x-webhooks: - name - full_name - private - repository: *936 - repository_selection: *965 - requester: *962 + repository: *937 + repository_selection: *966 + requester: *963 sender: *4 required: - action @@ -158136,11 +158452,11 @@ x-webhooks: type: string enum: - suspend - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories: *963 - repository: *936 + organization: *936 + repositories: *964 + repository: *937 requester: nullable: true sender: *4 @@ -158319,10 +158635,10 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 target_type: type: string @@ -158401,11 +158717,11 @@ x-webhooks: type: string enum: - unsuspend - enterprise: *933 + enterprise: *934 installation: *22 - organization: *935 - repositories: *963 - repository: *936 + organization: *936 + repositories: *964 + repository: *937 requester: nullable: true sender: *4 @@ -158579,15 +158895,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true user: title: User @@ -158672,8 +158988,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -159462,8 +159778,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 state: description: State of the issue; either 'open' or 'closed' type: string @@ -159812,8 +160128,8 @@ x-webhooks: - state - locked - assignee - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -159893,7 +160209,7 @@ x-webhooks: type: string enum: - deleted - comment: &966 + comment: &967 title: issue comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/issues/comments#get-an-issue-comment) itself. @@ -160050,15 +160366,15 @@ x-webhooks: description: Context around who pinned an issue comment and when it was pinned. type: object - properties: *737 - required: *738 + properties: *738 + required: *739 nullable: true minimized: title: Minimized Issue Comment description: Details about why an issue comment was minimized. type: object - properties: *739 - required: *740 + properties: *740 + required: *741 nullable: true required: - url @@ -160073,8 +160389,8 @@ x-webhooks: - performed_via_github_app - body - reactions - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -160859,8 +161175,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 state: description: State of the issue; either 'open' or 'closed' type: string @@ -161211,8 +161527,8 @@ x-webhooks: - state - locked - assignee - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -161292,7 +161608,7 @@ x-webhooks: type: string enum: - edited - changes: &996 + changes: &997 description: The changes to the comment. type: object properties: @@ -161304,9 +161620,9 @@ x-webhooks: type: string required: - from - comment: *966 - enterprise: *933 - installation: *934 + comment: *967 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -162094,8 +162410,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 state: description: State of the issue; either 'open' or 'closed' type: string @@ -162444,8 +162760,8 @@ x-webhooks: - state - locked - assignee - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -162526,9 +162842,9 @@ x-webhooks: type: string enum: - pinned - comment: *966 - enterprise: *933 - installation: *934 + comment: *967 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -163318,8 +163634,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 state: description: State of the issue; either 'open' or 'closed' type: string @@ -163670,8 +163986,8 @@ x-webhooks: - state - locked - assignee - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -163751,9 +164067,9 @@ x-webhooks: type: string enum: - unpinned - comment: *966 - enterprise: *933 - installation: *934 + comment: *967 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) the comment belongs to. @@ -164543,8 +164859,8 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 state: description: State of the issue; either 'open' or 'closed' type: string @@ -164895,8 +165211,8 @@ x-webhooks: - state - locked - assignee - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -164985,9 +165301,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -165076,9 +165392,9 @@ x-webhooks: type: number blocking_issue: *235 blocking_issue_repo: *81 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -165166,9 +165482,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -165257,9 +165573,9 @@ x-webhooks: description: The ID of the blocking issue. type: number blocking_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -165339,10 +165655,10 @@ x-webhooks: type: string enum: - assigned - assignee: *962 - enterprise: *933 - installation: *934 - issue: &967 + assignee: *963 + enterprise: *934 + installation: *935 + issue: &968 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -166134,11 +166450,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -166255,8 +166571,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -166336,8 +166652,8 @@ x-webhooks: type: string enum: - closed - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -167134,11 +167450,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -167390,8 +167706,8 @@ x-webhooks: required: - state - closed_at - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -167470,8 +167786,8 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -168259,11 +168575,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -168379,8 +168695,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -168459,8 +168775,8 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -169270,11 +169586,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -169369,7 +169685,7 @@ x-webhooks: format: uri user_view_type: type: string - milestone: &968 + milestone: &969 title: Milestone description: A collection of related issues and pull requests. type: object @@ -169507,8 +169823,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -169607,8 +169923,8 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -170400,11 +170716,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -170521,9 +170837,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *956 - organization: *935 - repository: *936 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -170603,9 +170919,9 @@ x-webhooks: type: string enum: - field_added - enterprise: *933 - installation: *934 - issue: *967 + enterprise: *934 + installation: *935 + issue: *968 issue_field: type: object description: The issue field whose value was set or updated on the @@ -170759,8 +171075,8 @@ x-webhooks: - id required: - from - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -170840,9 +171156,9 @@ x-webhooks: type: string enum: - field_removed - enterprise: *933 - installation: *934 - issue: *967 + enterprise: *934 + installation: *935 + issue: *968 issue_field: type: object description: The issue field whose value was cleared from the issue. @@ -170923,8 +171239,8 @@ x-webhooks: nullable: true required: - id - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -171004,8 +171320,8 @@ x-webhooks: type: string enum: - labeled - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -171796,11 +172112,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -171917,9 +172233,9 @@ x-webhooks: - active_lock_reason - body - reactions - label: *956 - organization: *935 - repository: *936 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -171999,8 +172315,8 @@ x-webhooks: type: string enum: - locked - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -172815,11 +173131,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -172913,8 +173229,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -172993,8 +173309,8 @@ x-webhooks: type: string enum: - milestoned - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -173803,11 +174119,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -173901,9 +174217,9 @@ x-webhooks: format: uri user_view_type: type: string - milestone: *968 - organization: *935 - repository: *936 + milestone: *969 + organization: *936 + repository: *937 sender: *4 required: - action @@ -174766,11 +175082,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -175351,8 +175667,8 @@ x-webhooks: required: - old_issue - old_repository - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -176136,11 +176452,11 @@ x-webhooks: repository_url: type: string format: uri - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -176264,8 +176580,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -176345,9 +176661,9 @@ x-webhooks: type: string enum: - pinned - enterprise: *933 - installation: *934 - issue: &969 + enterprise: *934 + installation: *935 + issue: &970 title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) itself. @@ -177133,11 +177449,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -177253,8 +177569,8 @@ x-webhooks: - active_lock_reason - body - reactions - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -177333,8 +177649,8 @@ x-webhooks: type: string enum: - reopened - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -178147,11 +178463,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -178246,8 +178562,8 @@ x-webhooks: user_view_type: type: string type: *405 - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -179116,11 +179432,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -179715,11 +180031,11 @@ x-webhooks: required: - new_issue - new_repository - enterprise: *933 - installation: *934 - issue: *969 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + issue: *970 + organization: *936 + repository: *937 sender: *4 required: - action @@ -179799,12 +180115,12 @@ x-webhooks: type: string enum: - typed - enterprise: *933 - installation: *934 - issue: *967 + enterprise: *934 + installation: *935 + issue: *968 type: *405 - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -179885,7 +180201,7 @@ x-webhooks: type: string enum: - unassigned - assignee: &999 + assignee: &1000 title: User type: object nullable: true @@ -179955,11 +180271,11 @@ x-webhooks: required: - login - id - enterprise: *933 - installation: *934 - issue: *967 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + issue: *968 + organization: *936 + repository: *937 sender: *4 required: - action @@ -180038,12 +180354,12 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *933 - installation: *934 - issue: *967 - label: *956 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + issue: *968 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -180123,8 +180439,8 @@ x-webhooks: type: string enum: - unlocked - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 issue: title: Issue description: The [issue](https://docs.github.com/enterprise-cloud@latest/rest/issues/issues#get-an-issue) @@ -180937,11 +181253,11 @@ x-webhooks: properties: *236 required: *237 nullable: true - sub_issues_summary: *869 - issue_dependencies_summary: *870 + sub_issues_summary: *870 + issue_dependencies_summary: *871 issue_field_values: type: array - items: *721 + items: *722 state: description: State of the issue; either 'open' or 'closed' type: string @@ -181035,8 +181351,8 @@ x-webhooks: format: uri user_view_type: type: string - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181116,11 +181432,11 @@ x-webhooks: type: string enum: - unpinned - enterprise: *933 - installation: *934 - issue: *969 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + issue: *970 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181199,12 +181515,12 @@ x-webhooks: type: string enum: - untyped - enterprise: *933 - installation: *934 - issue: *967 + enterprise: *934 + installation: *935 + issue: *968 type: *405 - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181284,11 +181600,11 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - label: *956 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181366,11 +181682,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - label: *956 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181480,11 +181796,11 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - label: *956 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + label: *957 + organization: *936 + repository: *937 sender: *4 required: - action @@ -181566,9 +181882,9 @@ x-webhooks: - cancelled effective_date: type: string - enterprise: *933 - installation: *934 - marketplace_purchase: &970 + enterprise: *934 + installation: *935 + marketplace_purchase: &971 title: Marketplace Purchase type: object required: @@ -181651,8 +181967,8 @@ x-webhooks: type: integer unit_count: type: integer - organization: *935 - previous_marketplace_purchase: &971 + organization: *936 + previous_marketplace_purchase: &972 title: Marketplace Purchase type: object properties: @@ -181732,7 +182048,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *936 + repository: *937 sender: *4 required: - action @@ -181812,10 +182128,10 @@ x-webhooks: - changed effective_date: type: string - enterprise: *933 - installation: *934 - marketplace_purchase: *970 - organization: *935 + enterprise: *934 + installation: *935 + marketplace_purchase: *971 + organization: *936 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -181898,7 +182214,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *936 + repository: *937 sender: *4 required: - action @@ -181980,10 +182296,10 @@ x-webhooks: - pending_change effective_date: type: string - enterprise: *933 - installation: *934 - marketplace_purchase: *970 - organization: *935 + enterprise: *934 + installation: *935 + marketplace_purchase: *971 + organization: *936 previous_marketplace_purchase: title: Marketplace Purchase type: object @@ -182065,7 +182381,7 @@ x-webhooks: - on_free_trial - free_trial_ends_on - plan - repository: *936 + repository: *937 sender: *4 required: - action @@ -182146,8 +182462,8 @@ x-webhooks: - pending_change_cancelled effective_date: type: string - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 marketplace_purchase: title: Marketplace Purchase type: object @@ -182229,9 +182545,9 @@ x-webhooks: type: integer unit_count: type: integer - organization: *935 - previous_marketplace_purchase: *971 - repository: *936 + organization: *936 + previous_marketplace_purchase: *972 + repository: *937 sender: *4 required: - action @@ -182311,12 +182627,12 @@ x-webhooks: - purchased effective_date: type: string - enterprise: *933 - installation: *934 - marketplace_purchase: *970 - organization: *935 - previous_marketplace_purchase: *971 - repository: *936 + enterprise: *934 + installation: *935 + marketplace_purchase: *971 + organization: *936 + previous_marketplace_purchase: *972 + repository: *937 sender: *4 required: - action @@ -182418,11 +182734,11 @@ x-webhooks: type: string required: - to - enterprise: *933 - installation: *934 - member: *962 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + member: *963 + organization: *936 + repository: *937 sender: *4 required: - action @@ -182522,11 +182838,11 @@ x-webhooks: to: type: string nullable: true - enterprise: *933 - installation: *934 - member: *962 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + member: *963 + organization: *936 + repository: *937 sender: *4 required: - action @@ -182605,11 +182921,11 @@ x-webhooks: type: string enum: - removed - enterprise: *933 - installation: *934 - member: *962 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + member: *963 + organization: *936 + repository: *937 sender: *4 required: - action @@ -182687,11 +183003,11 @@ x-webhooks: type: string enum: - added - enterprise: *933 - installation: *934 - member: *962 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + member: *963 + organization: *936 + repository: *937 scope: description: The scope of the membership. Currently, can only be `team`. @@ -182767,7 +183083,7 @@ x-webhooks: required: - login - id - team: &972 + team: &973 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -182990,11 +183306,11 @@ x-webhooks: type: string enum: - removed - enterprise: *933 - installation: *934 - member: *962 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + member: *963 + organization: *936 + repository: *937 scope: description: The scope of the membership. Currently, can only be `team`. @@ -183071,7 +183387,7 @@ x-webhooks: required: - login - id - team: *972 + team: *973 required: - action - scope @@ -183153,8 +183469,8 @@ x-webhooks: type: string enum: - checks_requested - installation: *934 - merge_group: &974 + installation: *935 + merge_group: &975 type: object title: Merge Group description: A group of pull requests that the merge queue has grouped @@ -183173,15 +183489,15 @@ x-webhooks: description: The full ref of the branch the merge group will be merged into. type: string - head_commit: *973 + head_commit: *974 required: - head_sha - head_ref - base_sha - base_ref - head_commit - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -183267,10 +183583,10 @@ x-webhooks: - merged - invalidated - dequeued - installation: *934 - merge_group: *974 - organization: *935 - repository: *936 + installation: *935 + merge_group: *975 + organization: *936 + repository: *937 sender: *4 required: - action @@ -183343,7 +183659,7 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 + enterprise: *934 hook: description: 'The deleted webhook. This will contain different keys based on the type of webhook it is: repository, organization, @@ -183452,17 +183768,17 @@ x-webhooks: hook_id: description: The id of the modified webhook. type: integer - installation: *934 - organization: *935 + installation: *935 + organization: *936 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *975 - required: *976 - x-github-breaking-changes: *977 + properties: *976 + required: *977 + x-github-breaking-changes: *978 nullable: true sender: *4 required: @@ -183543,11 +183859,11 @@ x-webhooks: type: string enum: - closed - enterprise: *933 - installation: *934 - milestone: *968 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + milestone: *969 + organization: *936 + repository: *937 sender: *4 required: - action @@ -183626,9 +183942,9 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - milestone: &978 + enterprise: *934 + installation: *935 + milestone: &979 title: Milestone description: A collection of related issues and pull requests. type: object @@ -183765,8 +184081,8 @@ x-webhooks: - updated_at - due_on - closed_at - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -183845,11 +184161,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - milestone: *968 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + milestone: *969 + organization: *936 + repository: *937 sender: *4 required: - action @@ -183959,11 +184275,11 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - milestone: *968 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + milestone: *969 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184043,11 +184359,11 @@ x-webhooks: type: string enum: - opened - enterprise: *933 - installation: *934 - milestone: *978 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + milestone: *979 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184126,11 +184442,11 @@ x-webhooks: type: string enum: - blocked - blocked_user: *962 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + blocked_user: *963 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184209,11 +184525,11 @@ x-webhooks: type: string enum: - unblocked - blocked_user: *962 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + blocked_user: *963 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184289,7 +184605,7 @@ x-webhooks: enum: - created definition: *160 - enterprise: *933 + enterprise: *934 sender: *4 required: - action @@ -184369,8 +184685,8 @@ x-webhooks: description: The name of the property that was deleted. required: - property_name - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 sender: *4 required: - action @@ -184443,8 +184759,8 @@ x-webhooks: enum: - updated definition: *160 - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 sender: *4 required: - action @@ -184516,9 +184832,9 @@ x-webhooks: type: string enum: - updated - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 new_property_values: type: array @@ -184606,9 +184922,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - membership: &979 + enterprise: *934 + installation: *935 + membership: &980 title: Membership description: The membership between the user and the organization. Not present when the action is `member_invited`. @@ -184715,8 +185031,8 @@ x-webhooks: - role - organization_url - user - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184794,11 +185110,11 @@ x-webhooks: type: string enum: - member_added - enterprise: *933 - installation: *934 - membership: *979 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + membership: *980 + organization: *936 + repository: *937 sender: *4 required: - action @@ -184877,8 +185193,8 @@ x-webhooks: type: string enum: - member_invited - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 invitation: description: The invitation for the user or email if the action is `member_invited`. @@ -184994,10 +185310,10 @@ x-webhooks: - inviter - team_count - invitation_teams_url - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 - user: *962 + user: *963 required: - action - invitation @@ -185075,11 +185391,11 @@ x-webhooks: type: string enum: - member_removed - enterprise: *933 - installation: *934 - membership: *979 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + membership: *980 + organization: *936 + repository: *937 sender: *4 required: - action @@ -185166,11 +185482,11 @@ x-webhooks: properties: from: type: string - enterprise: *933 - installation: *934 - membership: *979 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + membership: *980 + organization: *936 + repository: *937 sender: *4 required: - action @@ -185248,9 +185564,9 @@ x-webhooks: type: string enum: - published - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 package: description: Information about the package. type: object @@ -185749,7 +186065,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: &980 + items: &981 title: Ruby Gems metadata type: object properties: @@ -185844,7 +186160,7 @@ x-webhooks: - owner - package_version - registry - repository: *936 + repository: *937 sender: *4 required: - action @@ -185921,9 +186237,9 @@ x-webhooks: type: string enum: - updated - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 package: description: Information about the package. type: object @@ -186276,7 +186592,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *980 + items: *981 source_url: type: string format: uri @@ -186346,7 +186662,7 @@ x-webhooks: - owner - package_version - registry - repository: *936 + repository: *937 sender: *4 required: - action @@ -186522,12 +186838,12 @@ x-webhooks: - duration - created_at - updated_at - enterprise: *933 + enterprise: *934 id: type: integer - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - id @@ -186604,7 +186920,7 @@ x-webhooks: type: string enum: - approved - personal_access_token_request: &981 + personal_access_token_request: &982 title: Personal Access Token Request description: Details of a Personal Access Token Request. type: object @@ -186750,10 +187066,10 @@ x-webhooks: - token_expired - token_expires_at - token_last_used_at - enterprise: *933 - organization: *935 + enterprise: *934 + organization: *936 sender: *4 - installation: *934 + installation: *935 required: - action - personal_access_token_request @@ -186830,11 +187146,11 @@ x-webhooks: type: string enum: - cancelled - personal_access_token_request: *981 - enterprise: *933 - organization: *935 + personal_access_token_request: *982 + enterprise: *934 + organization: *936 sender: *4 - installation: *934 + installation: *935 required: - action - personal_access_token_request @@ -186910,11 +187226,11 @@ x-webhooks: type: string enum: - created - personal_access_token_request: *981 - enterprise: *933 - organization: *935 + personal_access_token_request: *982 + enterprise: *934 + organization: *936 sender: *4 - installation: *934 + installation: *935 required: - action - personal_access_token_request @@ -186989,11 +187305,11 @@ x-webhooks: type: string enum: - denied - personal_access_token_request: *981 - organization: *935 - enterprise: *933 + personal_access_token_request: *982 + organization: *936 + enterprise: *934 sender: *4 - installation: *934 + installation: *935 required: - action - personal_access_token_request @@ -187098,7 +187414,7 @@ x-webhooks: id: description: Unique identifier of the webhook. type: integer - last_response: *982 + last_response: *983 name: description: The type of webhook. The only valid value is 'web'. type: string @@ -187130,8 +187446,8 @@ x-webhooks: hook_id: description: The ID of the webhook that triggered the ping. type: integer - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 zen: description: Random string of GitHub zen. @@ -187376,10 +187692,10 @@ x-webhooks: - from required: - note - enterprise: *933 - installation: *934 - organization: *935 - project_card: &983 + enterprise: *934 + installation: *935 + organization: *936 + project_card: &984 title: Project Card type: object properties: @@ -187498,7 +187814,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *936 + repository: *937 sender: *4 required: - action @@ -187579,11 +187895,11 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - project_card: *983 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project_card: *984 + repository: *937 sender: *4 required: - action @@ -187663,9 +187979,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 project_card: title: Project Card type: object @@ -187793,9 +188109,9 @@ x-webhooks: The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *975 - required: *976 - x-github-breaking-changes: *977 + properties: *976 + required: *977 + x-github-breaking-changes: *978 nullable: true sender: *4 required: @@ -187889,11 +188205,11 @@ x-webhooks: - from required: - note - enterprise: *933 - installation: *934 - organization: *935 - project_card: *983 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project_card: *984 + repository: *937 sender: *4 required: - action @@ -187987,9 +188303,9 @@ x-webhooks: - from required: - column_id - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 project_card: allOf: - title: Project Card @@ -188179,7 +188495,7 @@ x-webhooks: type: string required: - after_id - repository: *936 + repository: *937 sender: *4 required: - action @@ -188259,10 +188575,10 @@ x-webhooks: type: string enum: - closed - enterprise: *933 - installation: *934 - organization: *935 - project: &985 + enterprise: *934 + installation: *935 + organization: *936 + project: &986 title: Project type: object properties: @@ -188386,7 +188702,7 @@ x-webhooks: - creator - created_at - updated_at - repository: *936 + repository: *937 sender: *4 required: - action @@ -188466,10 +188782,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - project_column: &984 + enterprise: *934 + installation: *935 + organization: *936 + project_column: &985 title: Project Column type: object properties: @@ -188508,7 +188824,7 @@ x-webhooks: - name - created_at - updated_at - repository: *936 + repository: *937 sender: *4 required: - action @@ -188587,19 +188903,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - project_column: *984 + enterprise: *934 + installation: *935 + organization: *936 + project_column: *985 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *975 - required: *976 - x-github-breaking-changes: *977 + properties: *976 + required: *977 + x-github-breaking-changes: *978 nullable: true sender: *4 required: @@ -188689,11 +189005,11 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - organization: *935 - project_column: *984 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project_column: *985 + repository: *937 sender: *4 required: - action @@ -188773,11 +189089,11 @@ x-webhooks: type: string enum: - moved - enterprise: *933 - installation: *934 - organization: *935 - project_column: *984 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project_column: *985 + repository: *937 sender: *4 required: - action @@ -188857,11 +189173,11 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - project: *985 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project: *986 + repository: *937 sender: *4 required: - action @@ -188941,19 +189257,19 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - project: *985 + enterprise: *934 + installation: *935 + organization: *936 + project: *986 repository: title: Repository description: |- The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property when the event occurs from activity in a repository. type: object - properties: *975 - required: *976 - x-github-breaking-changes: *977 + properties: *976 + required: *977 + x-github-breaking-changes: *978 nullable: true sender: *4 required: @@ -189055,11 +189371,11 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - organization: *935 - project: *985 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project: *986 + repository: *937 sender: *4 required: - action @@ -189138,11 +189454,11 @@ x-webhooks: type: string enum: - reopened - enterprise: *933 - installation: *934 - organization: *935 - project: *985 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + project: *986 + repository: *937 sender: *4 required: - action @@ -189223,8 +189539,8 @@ x-webhooks: type: string enum: - closed - installation: *934 - organization: *935 + installation: *935 + organization: *936 projects_v2: *437 sender: *4 required: @@ -189306,8 +189622,8 @@ x-webhooks: type: string enum: - created - installation: *934 - organization: *935 + installation: *935 + organization: *936 projects_v2: *437 sender: *4 required: @@ -189389,8 +189705,8 @@ x-webhooks: type: string enum: - deleted - installation: *934 - organization: *935 + installation: *935 + organization: *936 projects_v2: *437 sender: *4 required: @@ -189508,8 +189824,8 @@ x-webhooks: type: string to: type: string - installation: *934 - organization: *935 + installation: *935 + organization: *936 projects_v2: *437 sender: *4 required: @@ -189593,7 +189909,7 @@ x-webhooks: type: string enum: - archived - changes: &989 + changes: &990 type: object properties: archived_at: @@ -189607,9 +189923,9 @@ x-webhooks: type: string nullable: true format: date-time - installation: *934 - organization: *935 - projects_v2_item: &986 + installation: *935 + organization: *936 + projects_v2_item: &987 title: Projects v2 Item description: An item belonging to a project type: object @@ -189744,9 +190060,9 @@ x-webhooks: nullable: true to: type: string - installation: *934 - organization: *935 - projects_v2_item: *986 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -189828,9 +190144,9 @@ x-webhooks: type: string enum: - created - installation: *934 - organization: *935 - projects_v2_item: *986 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -189911,9 +190227,9 @@ x-webhooks: type: string enum: - deleted - installation: *934 - organization: *935 - projects_v2_item: *986 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -190019,7 +190335,7 @@ x-webhooks: oneOf: - type: string - type: integer - - &987 + - &988 title: Projects v2 Single Select Option description: An option for a single select field type: object @@ -190041,7 +190357,7 @@ x-webhooks: required: - id - name - - &988 + - &989 title: Projects v2 Iteration Setting description: An iteration setting for an iteration field type: object @@ -190075,8 +190391,8 @@ x-webhooks: oneOf: - type: string - type: integer - - *987 - *988 + - *989 required: - field_value - type: object @@ -190092,9 +190408,9 @@ x-webhooks: nullable: true required: - body - installation: *934 - organization: *935 - projects_v2_item: *986 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -190189,9 +190505,9 @@ x-webhooks: to: type: string nullable: true - installation: *934 - organization: *935 - projects_v2_item: *986 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -190274,10 +190590,10 @@ x-webhooks: type: string enum: - restored - changes: *989 - installation: *934 - organization: *935 - projects_v2_item: *986 + changes: *990 + installation: *935 + organization: *936 + projects_v2_item: *987 sender: *4 required: - action @@ -190359,8 +190675,8 @@ x-webhooks: type: string enum: - reopened - installation: *934 - organization: *935 + installation: *935 + organization: *936 projects_v2: *437 sender: *4 required: @@ -190442,14 +190758,14 @@ x-webhooks: type: string enum: - created - installation: *934 - organization: *935 - projects_v2_status_update: &992 + installation: *935 + organization: *936 + projects_v2_status_update: &993 title: Projects v2 Status Update description: An status update belonging to a project type: object - properties: *990 - required: *991 + properties: *991 + required: *992 sender: *4 required: - action @@ -190530,9 +190846,9 @@ x-webhooks: type: string enum: - deleted - installation: *934 - organization: *935 - projects_v2_status_update: *992 + installation: *935 + organization: *936 + projects_v2_status_update: *993 sender: *4 required: - action @@ -190668,9 +190984,9 @@ x-webhooks: type: string format: date nullable: true - installation: *934 - organization: *935 - projects_v2_status_update: *992 + installation: *935 + organization: *936 + projects_v2_status_update: *993 sender: *4 required: - action @@ -190741,10 +191057,10 @@ x-webhooks: title: public event type: object properties: - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - repository @@ -190821,13 +191137,13 @@ x-webhooks: type: string enum: - assigned - assignee: *962 - enterprise: *933 - installation: *934 - number: &993 + assignee: *963 + enterprise: *934 + installation: *935 + number: &994 description: The pull request number. type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -193006,7 +193322,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -193133,7 +193449,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -193230,11 +193546,11 @@ x-webhooks: type: string enum: - auto_merge_disabled - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -195406,7 +195722,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -195535,7 +195851,7 @@ x-webhooks: - draft reason: type: string - repository: *936 + repository: *937 sender: *4 required: - action @@ -195632,11 +195948,11 @@ x-webhooks: type: string enum: - auto_merge_enabled - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -197808,7 +198124,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -197937,7 +198253,7 @@ x-webhooks: - draft reason: type: string - repository: *936 + repository: *937 sender: *4 required: - action @@ -198034,13 +198350,13 @@ x-webhooks: type: string enum: - closed - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: &994 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: &995 allOf: - - *776 + - *777 - type: object properties: allow_auto_merge: @@ -198102,7 +198418,7 @@ x-webhooks: Please use `squash_merge_commit_title` instead.** type: boolean default: false - repository: *936 + repository: *937 sender: *4 required: - action @@ -198183,12 +198499,12 @@ x-webhooks: type: string enum: - converted_to_draft - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: *994 - repository: *936 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: *995 + repository: *937 sender: *4 required: - action @@ -198268,11 +198584,11 @@ x-webhooks: type: string enum: - demilestoned - enterprise: *933 - milestone: *757 - number: *993 - organization: *935 - pull_request: &995 + enterprise: *934 + milestone: *758 + number: *994 + organization: *936 + pull_request: &996 title: Pull Request type: object properties: @@ -200431,7 +200747,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -200600,7 +200916,7 @@ x-webhooks: - active_lock_reason - draft version: '2026-03-10' - repository: *936 + repository: *937 sender: *4 required: - action @@ -200679,11 +200995,11 @@ x-webhooks: type: string enum: - dequeued - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -202846,7 +203162,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -202988,7 +203304,7 @@ x-webhooks: - BRANCH_PROTECTIONS - GIT_TREE_INVALID - INVALID_MERGE_COMMIT - repository: *936 + repository: *937 sender: *4 required: - action @@ -203120,12 +203436,12 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: *994 - repository: *936 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: *995 + repository: *937 sender: *4 required: - action @@ -203205,11 +203521,11 @@ x-webhooks: type: string enum: - enqueued - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -205372,7 +205688,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -205499,7 +205815,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -205587,11 +205903,11 @@ x-webhooks: type: string enum: - labeled - enterprise: *933 - installation: *934 - label: *956 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + label: *957 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -207769,7 +208085,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -207896,7 +208212,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -207992,10 +208308,10 @@ x-webhooks: type: string enum: - locked - enterprise: *933 - installation: *934 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -210171,7 +210487,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -210298,7 +210614,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -210393,12 +210709,12 @@ x-webhooks: type: string enum: - milestoned - enterprise: *933 - milestone: *757 - number: *993 - organization: *935 - pull_request: *995 - repository: *936 + enterprise: *934 + milestone: *758 + number: *994 + organization: *936 + pull_request: *996 + repository: *937 sender: *4 required: - action @@ -210477,12 +210793,12 @@ x-webhooks: type: string enum: - opened - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: *994 - repository: *936 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: *995 + repository: *937 sender: *4 required: - action @@ -210563,12 +210879,12 @@ x-webhooks: type: string enum: - ready_for_review - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: *994 - repository: *936 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: *995 + repository: *937 sender: *4 required: - action @@ -210648,12 +210964,12 @@ x-webhooks: type: string enum: - reopened - enterprise: *933 - installation: *934 - number: *993 - organization: *935 - pull_request: *994 - repository: *936 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 + pull_request: *995 + repository: *937 sender: *4 required: - action @@ -211019,9 +211335,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: type: object properties: @@ -213092,7 +213408,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -213214,7 +213530,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *936 + repository: *937 sender: *4 required: - action @@ -213309,7 +213625,7 @@ x-webhooks: type: string enum: - deleted - comment: &997 + comment: &998 title: Pull Request Review Comment description: The [comment](https://docs.github.com/enterprise-cloud@latest/rest/pulls/comments#get-a-review-comment-for-a-pull-request) itself. @@ -213594,9 +213910,9 @@ x-webhooks: - start_side - side - reactions - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: type: object properties: @@ -215655,7 +215971,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -215777,7 +216093,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *936 + repository: *937 sender: *4 required: - action @@ -215872,11 +216188,11 @@ x-webhooks: type: string enum: - edited - changes: *996 - comment: *997 - enterprise: *933 - installation: *934 - organization: *935 + changes: *997 + comment: *998 + enterprise: *934 + installation: *935 + organization: *936 pull_request: type: object properties: @@ -217938,7 +218254,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -218060,7 +218376,7 @@ x-webhooks: - _links - author_association - active_lock_reason - repository: *936 + repository: *937 sender: *4 required: - action @@ -218156,9 +218472,9 @@ x-webhooks: type: string enum: - dismissed - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: title: Simple Pull Request type: object @@ -220230,7 +220546,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -220354,7 +220670,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *936 + repository: *937 review: description: The review that was affected. type: object @@ -220616,9 +220932,9 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: title: Simple Pull Request type: object @@ -222672,8 +222988,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *936 - review: &998 + repository: *937 + review: &999 description: The review that was affected. type: object properties: @@ -222914,12 +223230,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: description: The pull request number. type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -225098,7 +225414,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -225225,7 +225541,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 requested_reviewer: title: User type: object @@ -225309,12 +225625,12 @@ x-webhooks: type: string enum: - review_request_removed - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: description: The pull request number. type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -227500,7 +227816,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -227627,7 +227943,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 requested_team: title: Team description: Groups of organization members that gives permissions @@ -227842,12 +228158,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: description: The pull request number. type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -230027,7 +230343,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -230155,7 +230471,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 requested_reviewer: title: User type: object @@ -230240,12 +230556,12 @@ x-webhooks: type: string enum: - review_requested - enterprise: *933 - installation: *934 + enterprise: *934 + installation: *935 number: description: The pull request number. type: integer - organization: *935 + organization: *936 pull_request: title: Pull Request type: object @@ -232416,7 +232732,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. @@ -232544,7 +232860,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 requested_team: title: Team description: Groups of organization members that gives permissions @@ -232748,9 +233064,9 @@ x-webhooks: type: string enum: - submitted - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: title: Simple Pull Request type: object @@ -234824,7 +235140,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -234948,8 +235264,8 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *936 - review: *998 + repository: *937 + review: *999 sender: *4 required: - action @@ -235044,9 +235360,9 @@ x-webhooks: type: string enum: - resolved - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: title: Simple Pull Request type: object @@ -237015,7 +237331,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -237139,7 +237455,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *936 + repository: *937 sender: *4 thread: type: object @@ -237534,9 +237850,9 @@ x-webhooks: type: string enum: - unresolved - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 pull_request: title: Simple Pull Request type: object @@ -239492,7 +239808,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: type: string enum: @@ -239615,7 +239931,7 @@ x-webhooks: - author_association - auto_merge - active_lock_reason - repository: *936 + repository: *937 sender: *4 thread: type: object @@ -240007,11 +240323,11 @@ x-webhooks: type: string enum: - stacked - enterprise: *933 - installation: *934 - stack: *773 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + stack: *774 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -242189,7 +242505,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -242316,7 +242632,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -242417,10 +242733,10 @@ x-webhooks: type: string before: type: string - enterprise: *933 - installation: *934 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -244587,7 +244903,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -244714,7 +245030,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -244811,11 +245127,11 @@ x-webhooks: type: string enum: - unassigned - assignee: *999 - enterprise: *933 - installation: *934 - number: *993 - organization: *935 + assignee: *1000 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -246994,7 +247310,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -247121,7 +247437,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -247215,11 +247531,11 @@ x-webhooks: type: string enum: - unlabeled - enterprise: *933 - installation: *934 - label: *956 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + label: *957 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -249388,7 +249704,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -249515,7 +249831,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -249611,10 +249927,10 @@ x-webhooks: type: string enum: - unlocked - enterprise: *933 - installation: *934 - number: *993 - organization: *935 + enterprise: *934 + installation: *935 + number: *994 + organization: *936 pull_request: title: Pull Request type: object @@ -251776,7 +252092,7 @@ x-webhooks: review_comments_url: type: string format: uri - stack: *773 + stack: *774 state: description: State of this Pull Request. Either `open` or `closed`. type: string @@ -251902,7 +252218,7 @@ x-webhooks: - auto_merge - active_lock_reason - draft - repository: *936 + repository: *937 sender: *4 required: - action @@ -252117,7 +252433,7 @@ x-webhooks: deleted: description: Whether this push deleted the `ref`. type: boolean - enterprise: *933 + enterprise: *934 forced: description: Whether this push was a force push of the `ref`. type: boolean @@ -252209,8 +252525,8 @@ x-webhooks: - url - author - committer - installation: *934 - organization: *935 + installation: *935 + organization: *936 pusher: title: Committer description: Metaproperties for Git author/committer information. @@ -252796,9 +253112,9 @@ x-webhooks: type: string enum: - published - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 registry_package: type: object properties: @@ -253244,7 +253560,7 @@ x-webhooks: type: string rubygems_metadata: type: array - items: *980 + items: *981 summary: type: string tag_name: @@ -253298,7 +253614,7 @@ x-webhooks: - owner - package_version - registry - repository: *936 + repository: *937 sender: *4 required: - action @@ -253376,9 +253692,9 @@ x-webhooks: type: string enum: - updated - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 registry_package: type: object properties: @@ -253686,7 +254002,7 @@ x-webhooks: - published_at rubygems_metadata: type: array - items: *980 + items: *981 summary: type: string tag_name: @@ -253735,7 +254051,7 @@ x-webhooks: - owner - package_version - registry - repository: *936 + repository: *937 sender: *4 required: - action @@ -253812,10 +254128,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - release: &1000 + enterprise: *934 + installation: *935 + organization: *936 + release: &1001 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -254133,7 +254449,7 @@ x-webhooks: - updated_at - zipball_url - body - repository: *936 + repository: *937 sender: *4 required: - action @@ -254210,11 +254526,11 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - release: *1000 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + release: *1001 + repository: *937 sender: *4 required: - action @@ -254331,11 +254647,11 @@ x-webhooks: type: boolean required: - to - enterprise: *933 - installation: *934 - organization: *935 - release: *1000 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + release: *1001 + repository: *937 sender: *4 required: - action @@ -254413,9 +254729,9 @@ x-webhooks: type: string enum: - prereleased - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 release: title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) @@ -254737,7 +255053,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *936 + repository: *937 sender: *4 required: - action @@ -254813,10 +255129,10 @@ x-webhooks: type: string enum: - published - enterprise: *933 - installation: *934 - organization: *935 - release: &1001 + enterprise: *934 + installation: *935 + organization: *936 + release: &1002 title: Release description: The [release](https://docs.github.com/enterprise-cloud@latest/rest/releases/releases/#get-a-release) object. @@ -255135,7 +255451,7 @@ x-webhooks: type: string nullable: true format: uri - repository: *936 + repository: *937 sender: *4 required: - action @@ -255211,11 +255527,11 @@ x-webhooks: type: string enum: - released - enterprise: *933 - installation: *934 - organization: *935 - release: *1000 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + release: *1001 + repository: *937 sender: *4 required: - action @@ -255291,11 +255607,11 @@ x-webhooks: type: string enum: - unpublished - enterprise: *933 - installation: *934 - organization: *935 - release: *1001 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + release: *1002 + repository: *937 sender: *4 required: - action @@ -255371,11 +255687,11 @@ x-webhooks: type: string enum: - published - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - repository_advisory: *830 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + repository_advisory: *831 sender: *4 required: - action @@ -255451,11 +255767,11 @@ x-webhooks: type: string enum: - reported - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - repository_advisory: *830 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + repository_advisory: *831 sender: *4 required: - action @@ -255531,10 +255847,10 @@ x-webhooks: type: string enum: - archived - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -255611,10 +255927,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -255692,10 +256008,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -255779,10 +256095,10 @@ x-webhooks: additionalProperties: true description: The `client_payload` that was specified in the `POST /repos/{owner}/{repo}/dispatches` request body. - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -255894,10 +256210,10 @@ x-webhooks: nullable: true items: type: string - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -255969,10 +256285,10 @@ x-webhooks: title: repository_import event type: object properties: - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 status: type: string @@ -256053,10 +256369,10 @@ x-webhooks: type: string enum: - privatized - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -256133,10 +256449,10 @@ x-webhooks: type: string enum: - publicized - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -256230,10 +256546,10 @@ x-webhooks: - name required: - repository - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -256313,10 +256629,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 repository_ruleset: *199 sender: *4 required: @@ -256395,10 +256711,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 repository_ruleset: *199 sender: *4 required: @@ -256477,10 +256793,10 @@ x-webhooks: type: string enum: - edited - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 repository_ruleset: *199 changes: type: object @@ -256542,16 +256858,16 @@ x-webhooks: properties: added: type: array - items: *797 + items: *798 deleted: type: array - items: *797 + items: *798 updated: type: array items: type: object properties: - rule: *797 + rule: *798 changes: type: object properties: @@ -256785,10 +257101,10 @@ x-webhooks: - from required: - owner - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -256866,10 +257182,10 @@ x-webhooks: type: string enum: - unarchived - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -256947,7 +257263,7 @@ x-webhooks: type: string enum: - create - alert: &1002 + alert: &1003 title: Repository Vulnerability Alert Alert description: The security alert of the vulnerable dependency. type: object @@ -257069,10 +257385,10 @@ x-webhooks: enum: - auto_dismissed - open - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257278,10 +257594,10 @@ x-webhooks: type: string enum: - dismissed - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257359,11 +257675,11 @@ x-webhooks: type: string enum: - reopen - alert: *1002 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1003 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257562,10 +257878,10 @@ x-webhooks: enum: - fixed - open - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257643,11 +257959,11 @@ x-webhooks: type: string enum: - assigned - alert: &1004 + alert: &1005 type: object properties: - number: *135 - created_at: *142 + number: *136 + created_at: *143 updated_at: type: string description: 'The time that the alert was last updated in ISO @@ -257655,8 +257971,8 @@ x-webhooks: format: date-time readOnly: true nullable: true - url: *140 - html_url: *141 + url: *141 + html_url: *142 locations_url: type: string format: uri @@ -257793,12 +258109,12 @@ x-webhooks: properties: *20 required: *21 nullable: true - metadata: *1003 + metadata: *1004 assignee: *4 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257876,11 +258192,11 @@ x-webhooks: type: string enum: - created - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -257961,11 +258277,11 @@ x-webhooks: type: string enum: - created - alert: *1004 - installation: *934 - location: *1005 - organization: *935 - repository: *936 + alert: *1005 + installation: *935 + location: *1006 + organization: *936 + repository: *937 sender: *4 required: - location @@ -258203,11 +258519,11 @@ x-webhooks: type: string enum: - metadata_created - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258284,11 +258600,11 @@ x-webhooks: type: string enum: - metadata_removed - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258365,11 +258681,11 @@ x-webhooks: type: string enum: - publicly_leaked - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258447,11 +258763,11 @@ x-webhooks: type: string enum: - reopened - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258529,11 +258845,11 @@ x-webhooks: type: string enum: - resolved - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258611,12 +258927,12 @@ x-webhooks: type: string enum: - unassigned - alert: *1004 + alert: *1005 assignee: *4 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258694,11 +259010,11 @@ x-webhooks: type: string enum: - validated - alert: *1004 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + alert: *1005 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -258824,10 +259140,10 @@ x-webhooks: - organization - enterprise nullable: true - repository: *936 - enterprise: *933 - installation: *934 - organization: *935 + repository: *937 + enterprise: *934 + installation: *935 + organization: *936 sender: *4 required: - action @@ -258905,11 +259221,11 @@ x-webhooks: type: string enum: - published - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - security_advisory: &1006 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + security_advisory: &1007 description: The details of the security advisory, including summary, description, and severity. type: object @@ -258925,7 +259241,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -259110,11 +259426,11 @@ x-webhooks: type: string enum: - updated - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 - security_advisory: *1006 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 + security_advisory: *1007 sender: *4 required: - action @@ -259187,10 +259503,10 @@ x-webhooks: type: string enum: - withdrawn - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 security_advisory: description: The details of the security advisory, including summary, description, and severity. @@ -259207,7 +259523,7 @@ x-webhooks: required: - vector_string - score - cvss_severities: *137 + cvss_severities: *138 cwes: type: array items: @@ -259383,9 +259699,9 @@ x-webhooks: type: object properties: security_and_analysis: *455 - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: *517 sender: *4 required: @@ -259464,12 +259780,12 @@ x-webhooks: type: string enum: - cancelled - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: &1007 + sponsorship: &1008 type: object properties: created_at: @@ -259770,12 +260086,12 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: *1007 + sponsorship: *1008 required: - action - sponsorship @@ -259863,12 +260179,12 @@ x-webhooks: type: string required: - from - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: *1007 + sponsorship: *1008 required: - action - changes @@ -259945,17 +260261,17 @@ x-webhooks: type: string enum: - pending_cancellation - effective_date: &1008 + effective_date: &1009 description: The `pending_cancellation` and `pending_tier_change` event types will include the date the cancellation or tier change will take effect. type: string - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: *1007 + sponsorship: *1008 required: - action - sponsorship @@ -260029,7 +260345,7 @@ x-webhooks: type: string enum: - pending_tier_change - changes: &1009 + changes: &1010 type: object properties: tier: @@ -260073,13 +260389,13 @@ x-webhooks: - from required: - tier - effective_date: *1008 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + effective_date: *1009 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: *1007 + sponsorship: *1008 required: - action - changes @@ -260156,13 +260472,13 @@ x-webhooks: type: string enum: - tier_changed - changes: *1009 - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + changes: *1010 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - sponsorship: *1007 + sponsorship: *1008 required: - action - changes @@ -260236,10 +260552,10 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -260322,10 +260638,10 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 starred_at: description: 'The time the star was created. This is a timestamp @@ -260745,15 +261061,15 @@ x-webhooks: status. type: string nullable: true - enterprise: *933 + enterprise: *934 id: description: The unique identifier of the status. type: integer - installation: *934 + installation: *935 name: type: string - organization: *935 - repository: *936 + organization: *936 + repository: *937 sender: *4 sha: description: The Commit SHA. @@ -260868,9 +261184,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -260959,9 +261275,9 @@ x-webhooks: description: The ID of the sub-issue. type: number sub_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -261050,9 +261366,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -261141,9 +261457,9 @@ x-webhooks: description: The ID of the parent issue. type: number parent_issue: *235 - installation: *934 - organization: *935 - repository: *936 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -261219,12 +261535,12 @@ x-webhooks: title: team_add event type: object properties: - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - team: &1010 + team: &1011 title: Team description: Groups of organization members that gives permissions on specified repositories. @@ -261447,9 +261763,9 @@ x-webhooks: type: string enum: - added_to_repository - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: title: Repository description: A git repository @@ -261907,7 +262223,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1010 + team: *1011 required: - action - team @@ -261983,9 +262299,9 @@ x-webhooks: type: string enum: - created - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: title: Repository description: A git repository @@ -262443,7 +262759,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1010 + team: *1011 required: - action - team @@ -262520,9 +262836,9 @@ x-webhooks: type: string enum: - deleted - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: title: Repository description: A git repository @@ -262980,7 +263296,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1010 + team: *1011 required: - action - team @@ -263124,9 +263440,9 @@ x-webhooks: - from required: - permissions - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: title: Repository description: A git repository @@ -263584,7 +263900,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1010 + team: *1011 required: - action - changes @@ -263662,9 +263978,9 @@ x-webhooks: type: string enum: - removed_from_repository - enterprise: *933 - installation: *934 - organization: *935 + enterprise: *934 + installation: *935 + organization: *936 repository: title: Repository description: A git repository @@ -264122,7 +264438,7 @@ x-webhooks: - topics - visibility sender: *4 - team: *1010 + team: *1011 required: - action - team @@ -264198,10 +264514,10 @@ x-webhooks: type: string enum: - started - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 required: - action @@ -264274,16 +264590,16 @@ x-webhooks: title: workflow_dispatch event type: object properties: - enterprise: *933 + enterprise: *934 inputs: type: object nullable: true additionalProperties: true - installation: *934 - organization: *935 + installation: *935 + organization: *936 ref: type: string - repository: *936 + repository: *937 sender: *4 workflow: type: string @@ -264365,10 +264681,10 @@ x-webhooks: type: string enum: - completed - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 workflow_job: allOf: @@ -264684,10 +265000,10 @@ x-webhooks: type: string enum: - in_progress - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 workflow_job: allOf: @@ -265026,10 +265342,10 @@ x-webhooks: type: string enum: - queued - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 workflow_job: type: object @@ -265243,10 +265559,10 @@ x-webhooks: type: string enum: - waiting - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 workflow_job: type: object @@ -265462,12 +265778,12 @@ x-webhooks: type: string enum: - completed - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - workflow: *952 + workflow: *953 workflow_run: title: Workflow Run type: object @@ -266466,12 +266782,12 @@ x-webhooks: type: string enum: - in_progress - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - workflow: *952 + workflow: *953 workflow_run: title: Workflow Run type: object @@ -267455,12 +267771,12 @@ x-webhooks: type: string enum: - requested - enterprise: *933 - installation: *934 - organization: *935 - repository: *936 + enterprise: *934 + installation: *935 + organization: *936 + repository: *937 sender: *4 - workflow: *952 + workflow: *953 workflow_run: title: Workflow Run type: object diff --git a/descriptions/ghec/ghec.2022-11-28.json b/descriptions/ghec/ghec.2022-11-28.json index bff039960d..5fa12f1122 100644 --- a/descriptions/ghec/ghec.2022-11-28.json +++ b/descriptions/ghec/ghec.2022-11-28.json @@ -14143,6 +14143,143 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -14276,6 +14413,161 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/username" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -18960,12 +19252,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -86471,7 +86763,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -87024,7 +87316,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -145351,17 +145643,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -146305,12 +146594,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -146403,12 +146692,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -146474,12 +146763,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -150208,6 +150497,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -164208,6 +164506,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -164251,6 +164558,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -164273,6 +164588,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -169530,6 +169850,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -169622,6 +169965,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -169692,6 +170038,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -169755,6 +170104,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -169809,6 +170161,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170651,6 +171006,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170702,6 +171060,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170756,6 +171117,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171971,6 +172335,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -172074,6 +172441,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -335128,6 +335498,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -336366,126 +336739,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -346192,7 +346453,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/ghec/ghec.2022-11-28.yaml b/descriptions/ghec/ghec.2022-11-28.yaml index a503184a52..47034b5471 100644 --- a/descriptions/ghec/ghec.2022-11-28.yaml +++ b/descriptions/ghec/ghec.2022-11-28.yaml @@ -10532,6 +10532,126 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -10651,6 +10771,146 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/username" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -14004,13 +14264,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -63282,6 +63542,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -63683,7 +63948,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -106258,17 +106529,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -106981,13 +107249,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -107057,13 +107325,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -107115,13 +107383,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -109959,6 +110227,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -121006,6 +121280,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -121039,6 +121320,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -121048,6 +121335,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -125157,6 +125446,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -125224,6 +125535,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -125275,6 +125588,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -125321,6 +125636,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -125361,6 +125678,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -125981,6 +126300,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -126019,6 +126340,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -126059,6 +126382,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -126947,6 +127272,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -127024,6 +127351,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -250714,6 +251043,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -251773,94 +252104,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user campaign-org-items: value: - number: 3 @@ -260101,6 +260350,7 @@ components: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push code-quality-setup-update: value: state: configured diff --git a/descriptions/ghec/ghec.2026-03-10.json b/descriptions/ghec/ghec.2026-03-10.json index 7dd830d8f8..709c7f27a5 100644 --- a/descriptions/ghec/ghec.2026-03-10.json +++ b/descriptions/ghec/ghec.2026-03-10.json @@ -14143,6 +14143,143 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -14276,6 +14413,161 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/username" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -18960,12 +19252,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -86370,7 +86662,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -86923,7 +87215,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -145141,17 +145433,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -146095,12 +146384,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -146193,12 +146482,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -146264,12 +146553,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -149702,6 +149991,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -163621,6 +163919,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -163664,6 +163971,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -163686,6 +164001,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -168937,6 +169257,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -169029,6 +169372,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -169099,6 +169445,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -169162,6 +169511,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -169216,6 +169568,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170058,6 +170413,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170109,6 +170467,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170163,6 +170524,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171378,6 +171742,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171481,6 +171848,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -334350,6 +334720,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -335560,126 +335933,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -345404,7 +345665,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/ghec/ghec.2026-03-10.yaml b/descriptions/ghec/ghec.2026-03-10.yaml index 34f6c8232c..c01aaabc9d 100644 --- a/descriptions/ghec/ghec.2026-03-10.yaml +++ b/descriptions/ghec/ghec.2026-03-10.yaml @@ -10532,6 +10532,126 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -10651,6 +10771,146 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/username" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -14004,13 +14264,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -63198,6 +63458,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -63599,7 +63864,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -106083,17 +106354,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -106806,13 +107074,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -106882,13 +107150,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -106940,13 +107208,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -109562,6 +109830,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -120542,6 +120816,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -120575,6 +120856,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -120584,6 +120871,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -124688,6 +124977,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -124755,6 +125066,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -124806,6 +125119,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -124852,6 +125167,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -124892,6 +125209,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -125512,6 +125831,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -125550,6 +125871,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -125590,6 +125913,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -126478,6 +126803,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -126555,6 +126882,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -250014,6 +250343,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -251049,94 +251380,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user + - repository_id: 1 + bundle_url: https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04 + initiator: user campaign-org-items: value: - number: 3 @@ -259392,6 +259641,7 @@ components: runner_label: updated_at: '2023-01-01T00:00:00Z' schedule: weekly + ai_findings_option: on_push code-quality-setup-update: value: state: configured diff --git a/descriptions/ghec/ghec.json b/descriptions/ghec/ghec.json index 132aeb1c0e..c0248c617f 100644 --- a/descriptions/ghec/ghec.json +++ b/descriptions/ghec/ghec.json @@ -14157,6 +14157,143 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nacross all organizations within the enterprise. This removes the sign-in\nauthorizations for that credential type for every member of the enterprise.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credentials of that type owned by enterprise members by setting the\n`revoke_credentials` parameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint, that token may also be\n> revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-enterprise", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke across the enterprise.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credentials of this type owned by\nenterprise members. This option is only available for Enterprise Managed\nUser (EMU) enterprises. When set to `true`, all credentials of the given\ntype owned by enterprise members will be destroyed in addition to the\ncredential authorizations. Note that `oauth_app_token` credentials cannot\nbe destroyed; for that type only the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation has been queued" + } + }, + "with_warning": { + "value": { + "message": "Credential type revocation has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": { "post": { "summary": "Revoke credential authorizations for a user in an enterprise", @@ -14290,6 +14427,161 @@ } } }, + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": { + "post": { + "summary": "Revoke a single credential type for a user in an enterprise", + "description": "Revokes a single credential type (for example, classic personal access tokens)\nfor a single user within the enterprise. This removes the sign-in authorizations\nfor that credential type across all organizations in the enterprise for the user.\n\nFor Enterprise Managed User (EMU) enterprises, you can optionally also destroy the\nactual credential of that type owned by the user by setting the `revoke_credentials`\nparameter to `true`.\n\nThis operation is performed asynchronously. A background job will be queued to process\nthe revocations.\n\n> [!WARNING]\n> If you use a personal access token to call this endpoint and target yourself, that\n> token may also be revoked or destroyed as part of this operation.\n\nThe authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint.\n\nOAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint.", + "tags": [ + "enterprise-admin" + ], + "operationId": "enterprise-admin/revoke-credential-type-for-user", + "externalDocs": { + "description": "API method documentation", + "url": "https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + }, + "parameters": [ + { + "$ref": "#/components/parameters/enterprise" + }, + { + "$ref": "#/components/parameters/username" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "type": "object", + "required": [ + "credential_type" + ], + "properties": { + "credential_type": { + "type": "string", + "description": "The type of credential to revoke for the user.", + "enum": [ + "classic_pat", + "fine_grained_pat", + "ssh_key", + "oauth_app_token" + ] + }, + "revoke_credentials": { + "type": "boolean", + "description": "Whether to also destroy the actual credential of this type owned by the\nuser. This option is only available for Enterprise Managed User (EMU)\nenterprises. When set to `true`, the credential of the given type owned\nby the user will be destroyed in addition to the credential authorizations.\nNote that `oauth_app_token` credentials cannot be destroyed; for that type\nonly the credential authorizations are revoked.", + "default": false + } + } + }, + "examples": { + "default": { + "value": { + "credential_type": "classic_pat", + "revoke_credentials": false + } + }, + "emu_with_credential_revocation": { + "summary": "EMU enterprise with credential revocation", + "value": { + "credential_type": "classic_pat", + "revoke_credentials": true + } + } + } + } + } + }, + "responses": { + "202": { + "description": "Accepted - The revocation request has been queued", + "content": { + "application/json": { + "schema": { + "type": "object", + "properties": { + "message": { + "type": "string", + "description": "A message indicating the revocation has been queued" + }, + "warning": { + "type": "string", + "description": "A warning message if the token used for this request may be revoked" + } + } + }, + "examples": { + "default": { + "value": { + "message": "Credential type revocation for user 'octocat' has been queued" + } + }, + "with_authorization_revoked_warning": { + "summary": "Warning when the calling token may have its authorization revoked", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also have its authorization revoked as part of this operation" + } + }, + "with_credential_destroyed_warning": { + "summary": "Warning when the calling token may be destroyed (EMU with `revoke_credentials`)", + "value": { + "message": "Credential type revocation for user 'octocat' has been queued", + "warning": "The token used for this request may also be destroyed as part of this operation" + } + } + } + } + } + }, + "403": { + "$ref": "#/components/responses/forbidden" + }, + "404": { + "$ref": "#/components/responses/not_found" + }, + "422": { + "description": "Validation error - The `credential_type` is missing or invalid, the target user cannot be revoked, or `revoke_credentials` is not available for this enterprise", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/basic-error" + }, + "examples": { + "invalid_credential_type": { + "summary": "Missing or invalid `credential_type`", + "value": { + "message": "The `credential_type` parameter is required and must be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "non_emu_enterprise": { + "summary": "`revoke_credentials` requested on a non-EMU enterprise", + "value": { + "message": "The `revoke_credentials` option is only available for Enterprise Managed User (EMU) enterprises", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + }, + "first_emu_owner": { + "summary": "Target user is the first EMU owner", + "value": { + "message": "The first EMU owner cannot be targeted for credential revocation.", + "documentation_url": "https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise" + } + } + } + } + } + } + }, + "x-github": { + "githubCloudOnly": true, + "enabledForGitHubApps": true, + "category": "enterprise-admin", + "subcategory": "credential-authorizations" + } + } + }, "/enterprises/{enterprise}/dependabot/alerts": { "get": { "summary": "List Dependabot alerts for an enterprise", @@ -18974,12 +19266,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -86804,7 +87096,7 @@ }, "post": { "summary": "Create a release", - "description": "Users with push access to the repository can create a release.\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", + "description": "Users with push access to the repository can create a release.\n\n> [!NOTE]\n> If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".\n\nThis endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see \"[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)\" and \"[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api).\"", "tags": [ "repos" ], @@ -87357,7 +87649,7 @@ }, "patch": { "summary": "Update a release", - "description": "Users with push access to the repository can edit a release.", + "description": "Users with push access to the repository can edit a release.\n\n> [!NOTE]\n> If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead.\n\nOAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the \"Workflows\" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see \"[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)\".", "tags": [ "repos" ], @@ -145988,17 +146280,14 @@ "type": "string", "description": "A machine-readable code describing the error.", "enum": [ - "none", - "config_load", - "compile_db", + "invalid", + "unprocessable", "start_delimiter", "end_delimiter", - "display_name", + "name", "must_match", "must_not_match", - "custom_pattern_version_mismatch", - "db_size", - "db_size_calculation" + "custom_pattern_version_mismatch" ] }, "message": { @@ -146942,12 +147231,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } }, @@ -147040,12 +147329,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -147111,12 +147400,12 @@ "target_amount": { "type": "number", "nullable": true, - "description": "The AI credit pool cap target amount, in dollars. Null when the cap budget has not been materialized yet." + "description": "The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet." }, "current_amount": { "type": "number", "nullable": true, - "description": "The current-month applied amount against the AI credit pool cap, in dollars. Null when the cap budget has not been materialized yet." + "description": "The current-month applied amount against the AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet." } } } @@ -150963,6 +151252,15 @@ "192.0.2.1" ] }, + "commit_signing_keys": { + "type": "array", + "items": { + "type": "string" + }, + "example": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ] + }, "domains": { "type": "object", "properties": { @@ -165359,6 +165657,15 @@ "enum": [ "weekly" ] + }, + "ai_findings_option": { + "description": "The AI findings configuration for the repository.", + "nullable": true, + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } } }, @@ -165402,6 +165709,14 @@ "ruby" ] } + }, + "ai_findings_option": { + "description": "Whether AI findings run for Code Quality on this repository.", + "type": "string", + "enum": [ + "disabled", + "on_push" + ] } }, "anyOf": [ @@ -165424,6 +165739,11 @@ "required": [ "languages" ] + }, + { + "required": [ + "ai_findings_option" + ] } ], "additionalProperties": false @@ -170766,6 +171086,29 @@ "issue_type" ] }, + "nullable-issue-event-intent": { + "title": "Issue Event Intent", + "description": "The intent behind an agent's action on an issue, including the rationale and confidence. Present (and `null` when the event carried no agent intent) on supported event types while the issue suggestions feature is enabled for the repository; the property is omitted entirely when the feature is disabled or the event type does not support intent.", + "type": "object", + "nullable": true, + "properties": { + "rationale": { + "type": "string", + "description": "The reasoning the agent provided for the change.", + "nullable": true + }, + "confidence": { + "type": "string", + "description": "The confidence level the agent had when performing this action.", + "enum": [ + "LOW", + "MEDIUM", + "HIGH" + ], + "nullable": true + } + } + }, "issue-event": { "title": "Issue Event", "description": "Issue Event", @@ -170858,6 +171201,9 @@ "blocking": { "$ref": "#/components/schemas/nullable-issue-reference" }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" + }, "author_association": { "$ref": "#/components/schemas/author-association" }, @@ -170928,6 +171274,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -170991,6 +171340,9 @@ "name", "color" ] + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171045,6 +171397,9 @@ }, "assigner": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171887,6 +172242,9 @@ }, "issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171938,6 +172296,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -171992,6 +172353,9 @@ }, "prev_issue_type": { "$ref": "#/components/schemas/issue-type-webhook" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -173207,6 +173571,9 @@ }, "assignee": { "$ref": "#/components/schemas/simple-user" + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -173310,6 +173677,9 @@ "state_reason": { "type": "string", "nullable": true + }, + "intent": { + "$ref": "#/components/schemas/nullable-issue-event-intent" } }, "required": [ @@ -337307,6 +337677,9 @@ "copilot": [ "192.0.2.1" ], + "commit_signing_keys": [ + "ABCDEFGHIJKLMNOPQRSTUVWXYZ" + ], "domains": { "website": [ "*.example.com" @@ -338557,126 +338930,14 @@ "value": { "attestations": [ { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/4.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" }, { - "bundle": { - "mediaType": "application/vnd.dev.sigstore.bundle.v0.3+json", - "verificationMaterial": { - "tlogEntries": [ - { - "logIndex": "97913980", - "logId": { - "keyId": "wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0=" - }, - "kindVersion": { - "kind": "dsse", - "version": "0.0.1" - }, - "integratedTime": "1716998992", - "inclusionPromise": { - "signedEntryTimestamp": "MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL" - }, - "inclusionProof": { - "logIndex": "93750549", - "rootHash": "KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=", - "treeSize": "93750551", - "hashes": [ - "8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg=", - "nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck=", - "hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A=", - "MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM=", - "XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc=", - "Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY=", - "wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU=", - "uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s=", - "jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs=", - "xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ=", - "cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc=", - "sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ=", - "98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8=" - ], - "checkpoint": { - "envelope": "rekor.sigstore.dev - 2605736670972794746\\n93750551\\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\\n\\n— rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\\n" - } - }, - "canonicalizedBody": "eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0=" - } - ], - "timestampVerificationData": {}, - "certificate": { - "rawBytes": "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" - } - }, - "dsseEnvelope": { - "payload": "eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19", - "payloadType": "application/vnd.in-toto+json", - "signatures": [ - { - "sig": "MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ==" - } - ] - } - }, - "repository_id": 1 + "repository_id": 1, + "bundle_url": "https://tmastaging.blob.core.windows.net/attestations/1/2024/11/08/5.json.sn?se=2024-11-09T17%3A13%3A43Z&sig=jPSbbJnIEshUyCjBLU5Ykq0uuGc5UYxTZE1%2FhdBNMXk%3D&sp=r&spr=https%2Chttp&sr=b&st=2024-11-08T17%3A13%3A43Z&sv=2024-08-04", + "initiator": "user" } ] } @@ -348431,7 +348692,8 @@ "runner_type": "standard", "runner_label": null, "updated_at": "2023-01-01T00:00:00Z", - "schedule": "weekly" + "schedule": "weekly", + "ai_findings_option": "on_push" } }, "code-quality-setup-update": { diff --git a/descriptions/ghec/ghec.yaml b/descriptions/ghec/ghec.yaml index 2d38c79c03..ce6bda8239 100644 --- a/descriptions/ghec/ghec.yaml +++ b/descriptions/ghec/ghec.yaml @@ -10540,6 +10540,126 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/revoke-credential-type": + post: + summary: Revoke a single credential type for an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + across all organizations within the enterprise. This removes the sign-in + authorizations for that credential type for every member of the enterprise. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credentials of that type owned by enterprise members by setting the + `revoke_credentials` parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint, that token may also be + > revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-enterprise + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke across the enterprise. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credentials of this type owned by + enterprise members. This option is only available for Enterprise Managed + User (EMU) enterprises. When set to `true`, all credentials of the given + type owned by enterprise members will be destroyed in addition to the + credential authorizations. Note that `oauth_app_token` credentials cannot + be destroyed; for that type only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation has been queued + with_warning: + value: + message: Credential type revocation has been queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + or `revoke_credentials` is not available for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/credential-authorizations/{username}/revoke": post: summary: Revoke credential authorizations for a user in an enterprise @@ -10659,6 +10779,146 @@ paths: enabledForGitHubApps: true category: enterprise-admin subcategory: credential-authorizations + "/enterprises/{enterprise}/credential-authorizations/{username}/revoke-credential-type": + post: + summary: Revoke a single credential type for a user in an enterprise + description: |- + Revokes a single credential type (for example, classic personal access tokens) + for a single user within the enterprise. This removes the sign-in authorizations + for that credential type across all organizations in the enterprise for the user. + + For Enterprise Managed User (EMU) enterprises, you can optionally also destroy the + actual credential of that type owned by the user by setting the `revoke_credentials` + parameter to `true`. + + This operation is performed asynchronously. A background job will be queued to process + the revocations. + + > [!WARNING] + > If you use a personal access token to call this endpoint and target yourself, that + > token may also be revoked or destroyed as part of this operation. + + The authenticated user must be an enterprise owner or have the `write_enterprise_credentials` permission to use this endpoint. + + OAuth app tokens and personal access tokens (classic) need the `admin:enterprise` scope to use this endpoint. + tags: + - enterprise-admin + operationId: enterprise-admin/revoke-credential-type-for-user + externalDocs: + description: API method documentation + url: https://docs.github.com/enterprise-cloud@latest/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + parameters: + - "$ref": "#/components/parameters/enterprise" + - "$ref": "#/components/parameters/username" + requestBody: + required: true + content: + application/json: + schema: + type: object + required: + - credential_type + properties: + credential_type: + type: string + description: The type of credential to revoke for the user. + enum: + - classic_pat + - fine_grained_pat + - ssh_key + - oauth_app_token + revoke_credentials: + type: boolean + description: |- + Whether to also destroy the actual credential of this type owned by the + user. This option is only available for Enterprise Managed User (EMU) + enterprises. When set to `true`, the credential of the given type owned + by the user will be destroyed in addition to the credential authorizations. + Note that `oauth_app_token` credentials cannot be destroyed; for that type + only the credential authorizations are revoked. + default: false + examples: + default: + value: + credential_type: classic_pat + revoke_credentials: false + emu_with_credential_revocation: + summary: EMU enterprise with credential revocation + value: + credential_type: classic_pat + revoke_credentials: true + responses: + '202': + description: Accepted - The revocation request has been queued + content: + application/json: + schema: + type: object + properties: + message: + type: string + description: A message indicating the revocation has been queued + warning: + type: string + description: A warning message if the token used for this request + may be revoked + examples: + default: + value: + message: Credential type revocation for user 'octocat' has been + queued + with_authorization_revoked_warning: + summary: Warning when the calling token may have its authorization + revoked + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also have its authorization + revoked as part of this operation + with_credential_destroyed_warning: + summary: Warning when the calling token may be destroyed (EMU with + `revoke_credentials`) + value: + message: Credential type revocation for user 'octocat' has been + queued + warning: The token used for this request may also be destroyed + as part of this operation + '403': + "$ref": "#/components/responses/forbidden" + '404': + "$ref": "#/components/responses/not_found" + '422': + description: Validation error - The `credential_type` is missing or invalid, + the target user cannot be revoked, or `revoke_credentials` is not available + for this enterprise + content: + application/json: + schema: + "$ref": "#/components/schemas/basic-error" + examples: + invalid_credential_type: + summary: Missing or invalid `credential_type` + value: + message: 'The `credential_type` parameter is required and must + be one of: classic_pat, fine_grained_pat, ssh_key, oauth_app_token' + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + non_emu_enterprise: + summary: "`revoke_credentials` requested on a non-EMU enterprise" + value: + message: The `revoke_credentials` option is only available for + Enterprise Managed User (EMU) enterprises + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + first_emu_owner: + summary: Target user is the first EMU owner + value: + message: The first EMU owner cannot be targeted for credential + revocation. + documentation_url: https://docs.github.com/rest/enterprise-admin/credential-authorizations#revoke-a-single-credential-type-for-a-user-in-an-enterprise + x-github: + githubCloudOnly: true + enabledForGitHubApps: true + category: enterprise-admin + subcategory: credential-authorizations "/enterprises/{enterprise}/dependabot/alerts": get: summary: List Dependabot alerts for an enterprise @@ -14012,13 +14272,13 @@ paths: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the - AI credit pool cap, in dollars. Null when the cap budget + AI credit pool cap, in AI Credits. Null when the cap budget has not been materialized yet. examples: example-1: @@ -63484,6 +63744,11 @@ paths: description: |- Users with push access to the repository can create a release. + > [!NOTE] + > If the commit identified by `target_commitish` (or, when `target_commitish` is omitted, the latest commit on the default branch) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". + This endpoint triggers [notifications](https://docs.github.com/enterprise-cloud@latest/github/managing-subscriptions-and-notifications-on-github/about-notifications). Creating content too quickly using this endpoint may result in secondary rate limiting. For more information, see "[Rate limits for the API](https://docs.github.com/enterprise-cloud@latest/rest/using-the-rest-api/rate-limits-for-the-rest-api#about-secondary-rate-limits)" and "[Best practices for using the REST API](https://docs.github.com/enterprise-cloud@latest/rest/guides/best-practices-for-using-the-rest-api)." tags: - repos @@ -63885,7 +64150,13 @@ paths: subcategory: releases patch: summary: Update a release - description: Users with push access to the repository can edit a release. + description: |- + Users with push access to the repository can edit a release. + + > [!NOTE] + > If the resolved target commit (the new value of `target_commitish` if you are changing it, otherwise the existing target) adds or modifies any file under `.github/workflows/` relative to the repository's default branch, the authenticating token must be authorized to modify workflows. Otherwise, this endpoint returns `404 Not Found`; some authentication paths surface `403 Resource not accessible by integration` instead. + + OAuth app tokens and personal access tokens (classic) need the `workflow` scope when the resolved target commit modifies workflow files. Fine-grained access tokens and GitHub App installation tokens also need the "Workflows" repository permission (write). The `GITHUB_TOKEN` available to GitHub Actions cannot be authorized for this; for more information, see "[Automatic token authentication](https://docs.github.com/enterprise-cloud@latest/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)". tags: - repos operationId: repos/update-release @@ -106670,17 +106941,14 @@ components: type: string description: A machine-readable code describing the error. enum: - - none - - config_load - - compile_db + - invalid + - unprocessable - start_delimiter - end_delimiter - - display_name + - name - must_match - must_not_match - custom_pattern_version_mismatch - - db_size - - db_size_calculation message: type: string description: A human-readable description of the error. @@ -107393,13 +107661,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. resources: type: array @@ -107469,13 +107737,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -107527,13 +107795,13 @@ components: target_amount: type: number nullable: true - description: The AI credit pool cap target amount, in dollars. Null + description: The AI credit pool cap target amount, in AI Credits. Null when the cap budget has not been materialized yet. current_amount: type: number nullable: true description: The current-month applied amount against the AI credit - pool cap, in dollars. Null when the cap budget has not been materialized + pool cap, in AI Credits. Null when the cap budget has not been materialized yet. required: - id @@ -110451,6 +110719,12 @@ components: type: string example: - 192.0.2.1 + commit_signing_keys: + type: array + items: + type: string + example: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: type: object properties: @@ -121819,6 +122093,13 @@ components: type: string enum: - weekly + ai_findings_option: + description: The AI findings configuration for the repository. + nullable: true + type: string + enum: + - disabled + - on_push code-quality-setup-update: description: Configuration for code quality setup. type: object @@ -121852,6 +122133,12 @@ components: - javascript-typescript - python - ruby + ai_findings_option: + description: Whether AI findings run for Code Quality on this repository. + type: string + enum: + - disabled + - on_push anyOf: - required: - state @@ -121861,6 +122148,8 @@ components: - runner_label - required: - languages + - required: + - ai_findings_option additionalProperties: false code-quality-setup-update-response: description: |- @@ -126030,6 +126319,28 @@ components: - state - repository - issue_type + nullable-issue-event-intent: + title: Issue Event Intent + description: The intent behind an agent's action on an issue, including the + rationale and confidence. Present (and `null` when the event carried no agent + intent) on supported event types while the issue suggestions feature is enabled + for the repository; the property is omitted entirely when the feature is disabled + or the event type does not support intent. + type: object + nullable: true + properties: + rationale: + type: string + description: The reasoning the agent provided for the change. + nullable: true + confidence: + type: string + description: The confidence level the agent had when performing this action. + enum: + - LOW + - MEDIUM + - HIGH + nullable: true issue-event: title: Issue Event description: Issue Event @@ -126097,6 +126408,8 @@ components: "$ref": "#/components/schemas/nullable-issue-reference" blocking: "$ref": "#/components/schemas/nullable-issue-reference" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" author_association: "$ref": "#/components/schemas/author-association" lock_reason: @@ -126148,6 +126461,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -126194,6 +126509,8 @@ components: required: - name - color + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - label - id @@ -126234,6 +126551,8 @@ components: "$ref": "#/components/schemas/simple-user" assigner: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -126854,6 +127173,8 @@ components: "$ref": "#/components/schemas/nullable-integration" issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - id @@ -126892,6 +127213,8 @@ components: "$ref": "#/components/schemas/nullable-integration" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - prev_issue_type - id @@ -126932,6 +127255,8 @@ components: "$ref": "#/components/schemas/issue-type-webhook" prev_issue_type: "$ref": "#/components/schemas/issue-type-webhook" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - issue_type - prev_issue_type @@ -127820,6 +128145,8 @@ components: "$ref": "#/components/schemas/nullable-integration" assignee: "$ref": "#/components/schemas/simple-user" + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -127897,6 +128224,8 @@ components: state_reason: type: string nullable: true + intent: + "$ref": "#/components/schemas/nullable-issue-event-intent" required: - id - node_id @@ -252139,6 +252468,8 @@ components: - 192.0.2.1 copilot: - 192.0.2.1 + commit_signing_keys: + - ABCDEFGHIJKLMNOPQRSTUVWXYZ domains: website: - "*.example.com" @@ -253204,94 +253535,12 @@ components: list-attestations: value: attestations: - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOTc4MTdhMTQ5ZGFmOTI3ZWRjODU1NDgifX1dLCJwcmVkaWNhdGVUeXBlIjoiaHR0cHM6Ly9zbHNhLmRldi9wcm92ZW5hbmNlL3YxIiwicHJlZGljYXRlIjp7ImJ1aWxkRGVmaW5pdGlvbiI6eyJidWlsZFR5cGUiOiJodHRwczovL3Nsc2EtZnJhbWV3b3JrLmdpdGh1Yi5pby9naXRodWItYWN0aW9ucy1idWlsZHR5cGVzL3dvcmtmbG93L3YxIiwiZXh0ZXJuYWxQYXJhbWV0ZXJzIjp7IndvcmtmbG93Ijp7InJlZiI6InJlZnMvaGVhZHMvdHJ1bmsiLCJyZXBvc2l0b3J5IjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkiLCJwYXRoIjoiLmdpdGh1Yi93b3JrZmxvd3MvZGVwbG95bWVudC55bWwifX0sImludGVybmFsUGFyYW1ldGVycyI6eyJnaXRodWIiOnsiZXZlbnRfbmFtZSI6IndvcmtmbG93X2Rpc3BhdGNoIiwicmVwb3NpdG9yeV9pZCI6IjIxMjYxMzA0OSIsInJlcG9zaXRvcnlfb3duZXJfaWQiOiI1OTcwNDcxMSJ9fSwicmVzb2x2ZWREZXBlbmRlbmNpZXMiOlt7InVyaSI6ImdpdCtodHRwczovL2dpdGh1Yi5jb20vY2xpL2NsaUByZWZzL2hlYWRzL3RydW5rIiwiZGlnZXN0Ijp7ImdpdENvbW1pdCI6ImZhZWYyZGRkODFiMDczNjc0ODQxM2E3YzY0NmNkMGJmYzI2YzAwYTAifX1dfSwicnVuRGV0YWlscyI6eyJidWlsZGVyIjp7ImlkIjoiaHR0cHM6Ly9naXRodWIuY29tL2FjdGlvbnMvcnVubmVyL2dpdGh1Yi1ob3N0ZWQifSwibWV0YWRhdGEiOnsiaW52b2NhdGlvbklkIjoiaHR0cHM6Ly9naXRodWIuY29tL2NsaS9jbGkvYWN0aW9ucy9ydW5zLzkyODkwNzU3NTIvYXR0ZW1wdHMvMSJ9fX19 - payloadType: application/vnd.in-toto+json - signatures: - - sig: MEQCIEGIGAm7gZVLLpsrPcjndEjiuctE2/c9+j9KGvazz3rlAiAd6O16T5hkzRM3IbRPzm+xT40mNQZxefd7laDP6x2XLQ== - repository_id: 1 - - bundle: - mediaType: application/vnd.dev.sigstore.bundle.v0.3+json - verificationMaterial: - tlogEntries: - - logIndex: '97913980' - logId: - keyId: wNI9atQGlz+VWfO6LRygH4QUfY/8W4RFwiT5i5WRgB0= - kindVersion: - kind: dsse - version: 0.0.1 - integratedTime: '1716998992' - inclusionPromise: - signedEntryTimestamp: MEYCIQCeEsQAy+qXtULkh52wbnHrkt2R2JQ05P9STK/xmdpQ2AIhANiG5Gw6cQiMnwvUz1+9UKtG/vlC8dduq07wsFOViwSL - inclusionProof: - logIndex: '93750549' - rootHash: KgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60= - treeSize: '93750551' - hashes: - - 8LI21mzwxnUSo0fuZeFsUrz2ujZ4QAL+oGeTG+5toZg= - - nCb369rcIytNhGwWoqBv+eV49X3ZKpo/HJGKm9V+dck= - - hnNQ9mUdSwYCfdV21pd87NucrdRRNZATowlaRR1hJ4A= - - MBhhK33vlD4Tq/JKgAaXUI4VjmosWKe6+7RNpQ2ncNM= - - XKWUE3stvGV1OHsIGiCGfn047Ok6uD4mFkh7BaicaEc= - - Tgve40VPFfuei+0nhupdGpfPPR+hPpZjxgTiDT8WNoY= - - wV+S/7tLtYGzkLaSb6UDqexNyhMvumHK/RpTNvEZuLU= - - uwaWufty6sn6XqO1Tb9M3Vz6sBKPu0HT36mStxJNd7s= - - jUfeMOXQP0XF1JAnCEETVbfRKMUwCzrVUzYi8vnDMVs= - - xQKjzJAwwdlQG/YUYBKPXxbCmhMYKo1wnv+6vDuKWhQ= - - cX3Agx+hP66t1ZLbX/yHbfjU46/3m/VAmWyG/fhxAVc= - - sjohk/3DQIfXTgf/5XpwtdF7yNbrf8YykOMHr1CyBYQ= - - 98enzMaC+x5oCMvIZQA5z8vu2apDMCFvE/935NfuPw8= - checkpoint: - envelope: rekor.sigstore.dev - 2605736670972794746\n93750551\nKgKiXoOl8rM5d4y6Xlbm2QLftvj/FYvTs6z7dJlNO60=\n\n— - rekor.sigstore.dev wNI9ajBEAiBkLzdjY8A9HReU7rmtjwZ+JpSuYtEr9SmvSwUIW7FBjgIgKo+vhkW3tqc+gc8fw9gza3xLoncA8a+MTaJYCaLGA9c=\n - canonicalizedBody: eyJhcGlWZXJzaW9uIjoiMC4wLjEiLCJraW5kIjoiZHNzZSIsInNwZWMiOnsiZW52ZWxvcGVIYXNoIjp7ImFsZ29yaXRobSI6InNoYTI1NiIsInZhbHVlIjoiM2I1YzkwNDk5MGFiYzE4NjI1ZWE3Njg4MzE1OGEwZmI4MTEwMjM4MGJkNjQwZjI5OWJlMzYwZWVkOTMxNjYwYiJ9LCJwYXlsb2FkSGFzaCI6eyJhbGdvcml0aG0iOiJzaGEyNTYiLCJ2YWx1ZSI6IjM4ZGNlZDJjMzE1MGU2OTQxMDViYjZiNDNjYjY3NzBiZTYzZDdhNGM4NjNiMTc2YTkwMmU1MGQ5ZTAyN2ZiMjMifSwic2lnbmF0dXJlcyI6W3sic2lnbmF0dXJlIjoiTUVRQ0lFR0lHQW03Z1pWTExwc3JQY2puZEVqaXVjdEUyL2M5K2o5S0d2YXp6M3JsQWlBZDZPMTZUNWhrelJNM0liUlB6bSt4VDQwbU5RWnhlZmQ3bGFEUDZ4MlhMUT09IiwidmVyaWZpZXIiOiJMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VkcVZFTkRRbWhUWjBGM1NVSkJaMGxWVjFsNGNVdHpjazFUTTFOMmJEVkphalZQUkdaQ1owMUtUeTlKZDBObldVbExiMXBKZW1vd1JVRjNUWGNLVG5wRlZrMUNUVWRCTVZWRlEyaE5UV015Ykc1ak0xSjJZMjFWZFZwSFZqSk5ValIzU0VGWlJGWlJVVVJGZUZaNllWZGtlbVJIT1hsYVV6RndZbTVTYkFwamJURnNXa2RzYUdSSFZYZElhR05PVFdwUmQwNVVTVFZOVkZsM1QxUlZlVmRvWTA1TmFsRjNUbFJKTlUxVVdYaFBWRlY1VjJwQlFVMUdhM2RGZDFsSUNrdHZXa2w2YWpCRFFWRlpTVXR2V2tsNmFqQkVRVkZqUkZGblFVVmtiV2RvVGs1M00yNVZMMHQxWlZGbmMzQkhTRmMzWjJnNVdFeEVMMWRrU1RoWlRVSUtLekJ3TUZZMGJ6RnJTRzgyWTAweGMwUktaM0pEWjFCUlZYcDRjSFZaZFc4cmVIZFFTSGxzTDJ0RWVXWXpSVXhxYTJGUFEwSlVUWGRuWjFWMlRVRTBSd3BCTVZWa1JIZEZRaTkzVVVWQmQwbElaMFJCVkVKblRsWklVMVZGUkVSQlMwSm5aM0pDWjBWR1FsRmpSRUY2UVdSQ1owNVdTRkUwUlVablVWVnhaa05RQ25aWVMwRjJVelJEWkdoUk1taGlXbGRLVTA5RmRsWnZkMGgzV1VSV1VqQnFRa0puZDBadlFWVXpPVkJ3ZWpGWmEwVmFZalZ4VG1wd1MwWlhhWGhwTkZrS1drUTRkMWRuV1VSV1VqQlNRVkZJTDBKR1FYZFViMXBOWVVoU01HTklUVFpNZVRsdVlWaFNiMlJYU1hWWk1qbDBUREpPYzJGVE9XcGlSMnQyVEcxa2NBcGtSMmd4V1drNU0ySXpTbkphYlhoMlpETk5kbHBIVm5kaVJ6azFZbGRXZFdSRE5UVmlWM2hCWTIxV2JXTjVPVzlhVjBaclkzazVNR051Vm5WaGVrRTFDa0puYjNKQ1owVkZRVmxQTDAxQlJVSkNRM1J2WkVoU2QyTjZiM1pNTTFKMllUSldkVXh0Um1wa1IyeDJZbTVOZFZveWJEQmhTRlpwWkZoT2JHTnRUbllLWW01U2JHSnVVWFZaTWpsMFRVSTRSME5wYzBkQlVWRkNaemM0ZDBGUlNVVkZXR1IyWTIxMGJXSkhPVE5ZTWxKd1l6TkNhR1JIVG05TlJGbEhRMmx6UndwQlVWRkNaemM0ZDBGUlRVVkxSMXBvV2xkWmVWcEhVbXRQUkVacFRVUmplazVxWXpCUFJGRjRUVEpGTTFsNldUQk9iVTVyVFVkS2JWbDZTVEpaZWtGM0NsbFVRWGRIUVZsTFMzZFpRa0pCUjBSMmVrRkNRa0ZSUzFKSFZuZGlSemsxWWxkV2RXUkVRVlpDWjI5eVFtZEZSVUZaVHk5TlFVVkdRa0ZrYW1KSGEzWUtXVEo0Y0UxQ05FZERhWE5IUVZGUlFtYzNPSGRCVVZsRlJVaEtiRnB1VFhaaFIxWm9Xa2hOZG1SSVNqRmliWE4zVDNkWlMwdDNXVUpDUVVkRWRucEJRZ3BEUVZGMFJFTjBiMlJJVW5kamVtOTJURE5TZG1FeVZuVk1iVVpxWkVkc2RtSnVUWFZhTW13d1lVaFdhV1JZVG14amJVNTJZbTVTYkdKdVVYVlpNamwwQ2sxR2QwZERhWE5IUVZGUlFtYzNPSGRCVVd0RlZHZDRUV0ZJVWpCalNFMDJUSGs1Ym1GWVVtOWtWMGwxV1RJNWRFd3lUbk5oVXpscVlrZHJka3h0WkhBS1pFZG9NVmxwT1ROaU0wcHlXbTE0ZG1RelRYWmFSMVozWWtjNU5XSlhWblZrUXpVMVlsZDRRV050Vm0xamVUbHZXbGRHYTJONU9UQmpibFoxWVhwQk5BcENaMjl5UW1kRlJVRlpUeTlOUVVWTFFrTnZUVXRIV21oYVYxbDVXa2RTYTA5RVJtbE5SR042VG1wak1FOUVVWGhOTWtVeldYcFpNRTV0VG10TlIwcHRDbGw2U1RKWmVrRjNXVlJCZDBoUldVdExkMWxDUWtGSFJIWjZRVUpEZDFGUVJFRXhibUZZVW05a1YwbDBZVWM1ZW1SSFZtdE5RMjlIUTJselIwRlJVVUlLWnpjNGQwRlJkMFZJUVhkaFlVaFNNR05JVFRaTWVUbHVZVmhTYjJSWFNYVlpNamwwVERKT2MyRlRPV3BpUjJ0M1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWdwRVVWRnhSRU5vYlZsWFZtMU5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBGSENrTnBjMGRCVVZGQ1p6YzRkMEZSTkVWRlozZFJZMjFXYldONU9XOWFWMFpyWTNrNU1HTnVWblZoZWtGYVFtZHZja0puUlVWQldVOHZUVUZGVUVKQmMwMEtRMVJKZUUxcVdYaE5la0V3VDFSQmJVSm5iM0pDWjBWRlFWbFBMMDFCUlZGQ1FtZE5SbTFvTUdSSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhZ3BpUjJ0M1IwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWUlVVdEVRV2N4VDFSamQwNUVZM2hOVkVKalFtZHZja0puUlVWQldVOHZUVUZGVTBKRk5FMVVSMmd3Q21SSVFucFBhVGgyV2pKc01HRklWbWxNYlU1MllsTTVhbUpIYTNaWk1uaHdUSGsxYm1GWVVtOWtWMGwyWkRJNWVXRXlXbk5pTTJSNlRESlNiR05IZUhZS1pWY3hiR0p1VVhWbFZ6RnpVVWhLYkZwdVRYWmhSMVpvV2toTmRtUklTakZpYlhOM1QwRlpTMHQzV1VKQ1FVZEVkbnBCUWtWM1VYRkVRMmh0V1ZkV2JRcE5iVkpyV2tSbmVGbHFRVE5OZWxrelRrUm5NRTFVVG1oT01rMHlUa1JhYWxwRVFtbGFiVTE1VG0xTmQwMUhSWGROUTBWSFEybHpSMEZSVVVKbk56aDNDa0ZTVVVWRmQzZFNaREk1ZVdFeVduTmlNMlJtV2tkc2VtTkhSakJaTW1kM1ZGRlpTMHQzV1VKQ1FVZEVkbnBCUWtaUlVTOUVSREZ2WkVoU2QyTjZiM1lLVERKa2NHUkhhREZaYVRWcVlqSXdkbGt5ZUhCTU1rNXpZVk01YUZrelVuQmlNalY2VEROS01XSnVUWFpQVkVrMFQxUkJNMDVVWXpGTmFUbG9aRWhTYkFwaVdFSXdZM2s0ZUUxQ1dVZERhWE5IUVZGUlFtYzNPSGRCVWxsRlEwRjNSMk5JVm1saVIyeHFUVWxIVEVKbmIzSkNaMFZGUVdSYU5VRm5VVU5DU0RCRkNtVjNRalZCU0dOQk0xUXdkMkZ6WWtoRlZFcHFSMUkwWTIxWFl6TkJjVXBMV0hKcVpWQkxNeTlvTkhCNVowTTRjRGR2TkVGQlFVZFFlRkl4ZW1KblFVRUtRa0ZOUVZORVFrZEJhVVZCS3pobmJGRkplRTlCYUZoQ1FVOVRObE1yT0ZweGQwcGpaSGQzVTNJdlZGZHBhSE16WkV4eFZrRjJiME5KVVVSaWVUbG9NUXBKWTNWRVJYSXJlbk5YYVV3NFVIYzFRMU5VZEd0c2RFbzBNakZ6UlRneFZuWjFOa0Z3VkVGTFFtZG5jV2hyYWs5UVVWRkVRWGRPYmtGRVFtdEJha0VyQ2tSSU4xQXJhR2cwVmtoWFprTlhXSFJ5UzFSdlFrdDFZa0pyUzNCbVYwTlpVWGhxV0UweWRsWXZibEJ4WWxwR1dVOVdXazlpWlRaQlRuSm5lV1J2V1VNS1RVWlZUV0l6ZUhwelJrNVJXWFp6UlZsUGFUSkxibkoyUmpCMFoyOXdiVmhIVm05NmJsb3JjUzh5UVVsRVZ6bEdNVVUzV1RaWk1EWXhaVzkxUVZsa1NBcFhkejA5Q2kwdExTMHRSVTVFSUVORlVsUkpSa2xEUVZSRkxTMHRMUzBLIn1dfX0= - timestampVerificationData: {} - certificate: - rawBytes: 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 - dsseEnvelope: - payload: eyJfdHlwZSI6Imh0dHBzOi8vaW4tdG90by5pby9TdGF0ZW1lbnQvdjEiLCJzdWJqZWN0IjpbeyJuYW1lIjoiZ2hfMi41MC4wX3dpbmRvd3NfYXJtNjQuemlwIiwiZGlnZXN0Ijp7InNoYTI1NiI6IjhhYWQxMjBiNDE2Mzg2YjQyNjllZjYyYzhmZGViY2FkMzFhNzA4NDcyOT{"code":"deadline_exceeded","msg":"operation timed out"}