Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/generate-code-scanning-query-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down
2 changes: 2 additions & 0 deletions data/release-notes/enterprise-server/3-19/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions data/tables/copilot/model-release-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Loading