Skip to content

Commit 1fff644

Browse files
Merge branch 'main' into gha-hardening-pull-request-target
2 parents b317ec0 + 37da109 commit 1fff644

File tree

26 files changed

+444
-238
lines changed

26 files changed

+444
-238
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Docs changelog
22

3+
**15 September 2025**
4+
5+
We've updated the documentation for Copilot code review to clarify model usage for code review.
6+
7+
See [Responsible use of GitHub Copilot code review](https://docs.github.com/copilot/responsible-use/code-review#model-usage).
8+
9+
<hr>
10+
311
**11 September 2025**
412

513
Copilot Chat in VS Code includes a "Manage models" option which allows you to add models from a variety of LLM providers, such as Azure, Anthropic, Google, and xAI. By installing the AI Toolkit for VS Code, you can install even more models from the "Manage models" option. We've updated the documentation to include details of how to use this new feature.
-212 KB
Binary file not shown.
-167 KB
Binary file not shown.
-196 KB
Binary file not shown.
-207 KB
Binary file not shown.
-198 KB
Binary file not shown.
-62.2 KB
Binary file not shown.

content/admin/managing-iam/iam-configuration-reference/saml-configuration-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ If you define a customized session duration value less than 24 hours, {% data va
175175
To prevent authentication errors, we recommend a minimum session duration of 4 hours. For more information, see [AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication#users-are-repeatedly-redirected-to-authenticate).
176176
{% endif %}
177177

178-
>[!NOTE] For Microsoft Entra ID (previously known as Azure AD), the configurable lifetime policy for SAML tokens does not control session timeout for {% data variables.product.github %}.
178+
>[!NOTE] Microsoft Entra ID (previously known as Azure AD) **does not support the `SessionNotOnOrAfter` attribute**. Additionally, the configurable lifetime policy for SAML tokens issued by Entra ID **does not control session timeout** for {% data variables.product.github %}.

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ Package manager | YAML value | Supported versions |
477477
| Bundler | `bundler` | {% ifversion ghes < 3.15 %}v1, {% endif %}v2 |
478478
| Cargo | `cargo` | v1 |
479479
| Composer | `composer` | v2 |
480+
| {% ifversion dependabot-conda-support %} |
481+
| Conda | `conda` | Not applicable |
482+
| {% endif %} |
480483
| Dev containers | `devcontainers` | Not applicable |
481484
| Docker | `docker` | v1 |
482485
| {% ifversion dependabot-docker-compose-support %} |

content/copilot/concepts/completions/code-suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ contentType: concepts
8989

9090
## About the AI model used for {% data variables.product.prodname_copilot_short %} code completion
9191

92-
{% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %} model. The {% data variables.copilot.copilot_gpt_4o %} {% data variables.product.prodname_copilot_short %} model was trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. See [Programming languages included in the default model](#programming-languages-included-in-the-default-model) below.
92+
{% data variables.product.prodname_copilot_short %} code completion uses the {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model. The {% data variables.copilot.copilot_gpt_41 %} {% data variables.product.prodname_copilot_short %} model was trained on a wide range of high quality public {% data variables.product.github %} repositories, providing coverage of over 30 programming languages. See [Programming languages included in the default model](#programming-languages-included-in-the-default-model) below.
9393

9494
{% vscode %}
9595

0 commit comments

Comments
 (0)