From 45dc5ef5467d77043f037ea272f1b8120a30e135 Mon Sep 17 00:00:00 2001 From: Pallavi <96553709+pallsama@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:19:18 -0800 Subject: [PATCH 1/5] Update 3.19.0 release notes to include yjit (#58946) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- data/release-notes/enterprise-server/3-19/0.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/release-notes/enterprise-server/3-19/0.yml b/data/release-notes/enterprise-server/3-19/0.yml index 050fe48a18..e6bf582427 100644 --- a/data/release-notes/enterprise-server/3-19/0.yml +++ b/data/release-notes/enterprise-server/3-19/0.yml @@ -205,6 +205,8 @@ sections: # https://github.com/github/releases/issues/6019 - | Projects now support up to 50,000 active items and 10,000 archived items. The previous limit was 1,200 items total. There is no option to opt out of this increased limit. + - | + YJIT, Ruby's Just-In-Time (JIT) compiler, is enabled by default. Users may experience faster application performance and improved resource efficiency across their instance. [Updated: 2025-12-17] known_issues: # INCLUDE NOTES FOR RELEASE FROM "GHES Release Note Tracking" PROJECT'S "Known Issues" TAB From 9681311ed023cb47043a6a117d5d1461192dc16a Mon Sep 17 00:00:00 2001 From: Mia Arts <107727642+its-mia@users.noreply.github.com> Date: Thu, 18 Dec 2025 10:23:39 -0800 Subject: [PATCH 2/5] do not merge - Change GPT-5.2 release status to GA (#58934) --- data/tables/copilot/model-release-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml index bac023d1ff..c4aed298a0 100644 --- a/data/tables/copilot/model-release-status.yml +++ b/data/tables/copilot/model-release-status.yml @@ -76,7 +76,7 @@ - name: 'GPT-5.2' provider: 'OpenAI' - release_status: 'Public preview' + release_status: 'GA' agent_mode: true ask_mode: true edit_mode: true From 66c15bed2bb7a99859afa5bd7a9cace7ae2bd8ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:34:33 -0600 Subject: [PATCH 3/5] Bump actions/upload-artifact from 4.3.3 to 6.0.0 (#58938) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/generate-code-scanning-query-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-code-scanning-query-lists.yml b/.github/workflows/generate-code-scanning-query-lists.yml index 72bcbae3d7..ebf04d8e4e 100644 --- a/.github/workflows/generate-code-scanning-query-lists.yml +++ b/.github/workflows/generate-code-scanning-query-lists.yml @@ -89,7 +89,7 @@ jobs: done - name: Upload security query lists - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: security-query-lists path: data/reusables/code-scanning/codeql-query-tables/ @@ -151,7 +151,7 @@ jobs: done - name: Upload quality query lists - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: quality-query-lists path: data/reusables/code-quality/codeql-query-tables/ From 2d0ab0bf0102cb6a9bc6c4616b665f203e2419eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 13:50:40 -0600 Subject: [PATCH 4/5] Bump actions/download-artifact from 4.1.7 to 7.0.0 (#58939) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/generate-code-scanning-query-lists.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-code-scanning-query-lists.yml b/.github/workflows/generate-code-scanning-query-lists.yml index ebf04d8e4e..b3309211e0 100644 --- a/.github/workflows/generate-code-scanning-query-lists.yml +++ b/.github/workflows/generate-code-scanning-query-lists.yml @@ -181,13 +181,13 @@ jobs: echo "Copied files from github/codeql repo. Commit SHA: $OPENAPI_COMMIT_SHA" - name: Download security query lists - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: security-query-lists path: data/reusables/code-scanning/codeql-query-tables/ - name: Download quality query lists - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 + uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0 with: name: quality-query-lists path: data/reusables/code-quality/codeql-query-tables/ From ca6a4601e2191be807c3470529ad2027fd7a2d18 Mon Sep 17 00:00:00 2001 From: Mia Arts <107727642+its-mia@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:44:57 -0800 Subject: [PATCH 5/5] Change release status of Claude Opus 4.5 to GA (#58913) --- data/tables/copilot/model-release-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/tables/copilot/model-release-status.yml b/data/tables/copilot/model-release-status.yml index c4aed298a0..644f31d6d6 100644 --- a/data/tables/copilot/model-release-status.yml +++ b/data/tables/copilot/model-release-status.yml @@ -98,7 +98,7 @@ - name: 'Claude Opus 4.5' provider: 'Anthropic' - release_status: 'Public preview' + release_status: 'GA' agent_mode: true ask_mode: true edit_mode: true