diff --git a/data/reusables/code-scanning/sarif-limits.md b/data/reusables/code-scanning/sarif-limits.md index 0063b35e51fd..a51a41e22ba5 100644 --- a/data/reusables/code-scanning/sarif-limits.md +++ b/data/reusables/code-scanning/sarif-limits.md @@ -1,6 +1,6 @@ {% rowheaders %} -| **SARIF data** | **Maximum values** | **Display limits** | +| **SARIF data** | **Maximum values** | **Data truncation limits** | |----------------|:------------------:|-----------------------| | Runs per file | 20 | None | | Results per run | 25,000 | Only the top 5,000 results will be included, prioritized by severity. | diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 83ccf857d396..6d77e73b4193 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "d4847e69869467c8366f808de040e0ca1562906d" + "sha": "cdccf7613c6f26c2c5542d8481cf8dacb617a94b" } \ No newline at end of file diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json index e7838a314f02..fb2046f4f2e6 100644 --- a/src/graphql/data/fpt/changelog.json +++ b/src/graphql/data/fpt/changelog.json @@ -1,4 +1,18 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Enum value DUPLICATE was added to enum IssueClosedStateReason

", + "

Enum value DUPLICATE was added to enum IssueStateReason

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2024-10-11" + }, { "schemaChanges": [ { diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql index 3d654b6718c6..9dd37ceca05f 100644 --- a/src/graphql/data/fpt/schema.docs.graphql +++ b/src/graphql/data/fpt/schema.docs.graphql @@ -18718,6 +18718,11 @@ enum IssueClosedStateReason { """ COMPLETED + """ + An issue that has been closed as a duplicate + """ + DUPLICATE + """ An issue that has been closed as not planned """ @@ -19201,6 +19206,11 @@ enum IssueStateReason { """ COMPLETED + """ + An issue that has been closed as a duplicate + """ + DUPLICATE + """ An issue that has been closed as not planned """ diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json index f56ababdb306..ae304a2af5b8 100644 --- a/src/graphql/data/fpt/schema.json +++ b/src/graphql/data/fpt/schema.json @@ -84620,6 +84620,10 @@ "name": "COMPLETED", "description": "

An issue that has been closed as completed.

" }, + { + "name": "DUPLICATE", + "description": "

An issue that has been closed as a duplicate.

" + }, { "name": "NOT_PLANNED", "description": "

An issue that has been closed as not planned.

" @@ -84688,6 +84692,10 @@ "name": "COMPLETED", "description": "

An issue that has been closed as completed.

" }, + { + "name": "DUPLICATE", + "description": "

An issue that has been closed as a duplicate.

" + }, { "name": "NOT_PLANNED", "description": "

An issue that has been closed as not planned.

" diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql index 3d654b6718c6..9dd37ceca05f 100644 --- a/src/graphql/data/ghec/schema.docs.graphql +++ b/src/graphql/data/ghec/schema.docs.graphql @@ -18718,6 +18718,11 @@ enum IssueClosedStateReason { """ COMPLETED + """ + An issue that has been closed as a duplicate + """ + DUPLICATE + """ An issue that has been closed as not planned """ @@ -19201,6 +19206,11 @@ enum IssueStateReason { """ COMPLETED + """ + An issue that has been closed as a duplicate + """ + DUPLICATE + """ An issue that has been closed as not planned """ diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json index f56ababdb306..ae304a2af5b8 100644 --- a/src/graphql/data/ghec/schema.json +++ b/src/graphql/data/ghec/schema.json @@ -84620,6 +84620,10 @@ "name": "COMPLETED", "description": "

An issue that has been closed as completed.

" }, + { + "name": "DUPLICATE", + "description": "

An issue that has been closed as a duplicate.

" + }, { "name": "NOT_PLANNED", "description": "

An issue that has been closed as not planned.

" @@ -84688,6 +84692,10 @@ "name": "COMPLETED", "description": "

An issue that has been closed as completed.

" }, + { + "name": "DUPLICATE", + "description": "

An issue that has been closed as a duplicate.

" + }, { "name": "NOT_PLANNED", "description": "

An issue that has been closed as not planned.

"