Skip to content

Commit 96de0ae

Browse files
authored
Merge branch 'main' into patch-2
2 parents 75b79f6 + 60c212c commit 96de0ae

File tree

160 files changed

+3729
-1006
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+3729
-1006
lines changed

.devcontainer/test-custom-devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "test",
33

44
"settings": {
5-
"terminal.integrated.shell.linux": "/bin/csh",
5+
"terminal.integrated.shell.linux": "/bin/zsh",
66
},
77

88
// Visual Studio Code extensions which help authoring for docs.github.com.

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"**/translations": true
44
},
55
"workbench.editor.enablePreview": false,
6-
"workbench.editor.enablePreviewFromQuickOpen": false
6+
"workbench.editor.enablePreviewFromQuickOpen": false
77
}

codespaces-settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"isInternal": true

components/ui/MarkdownContent/MarkdownContent.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
.markdownBody {
77
a {
88
text-decoration: underline;
9+
text-underline-offset: 25%;
910
}
1011

1112
summary {

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Secrets stored in an environment are only available to workflow jobs that refere
7171

7272
{% data reusables.actions.permissions-statement-environment %}
7373

74+
{% ifversion fpt or ghec %}
75+
{% note %}
76+
77+
**Note:** To create an environment in a private repository, your organization must use {% data variables.product.prodname_ghe_cloud %}. {% data reusables.enterprise.link-to-ghec-trial %}
78+
79+
{% endnote %}
80+
{% endif %}
81+
7482
{% data reusables.repositories.navigate-to-repo %}
7583
{% data reusables.repositories.sidebar-settings %}
7684
{% data reusables.actions.sidebar-environment %}

content/actions/security-guides/security-hardening-for-github-actions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ To help prevent accidental disclosure, {% data variables.product.product_name %}
4848
- **Consider requiring review for access to secrets**
4949
- You can use required reviewers to protect environment secrets. A workflow job cannot access environment secrets until approval is granted by a reviewer. For more information about storing secrets in environments or requiring reviews for environments, see "[Encrypted secrets](/actions/reference/encrypted-secrets)" and "[Using environments for deployment](/actions/deployment/using-environments-for-deployment)."
5050

51+
{% warning %}
52+
53+
**Warning**: Any user with write access to your repository has read access to all secrets configured in your repository. Therefore, you should ensure that the credentials being used within workflows have the least privileges required.
54+
55+
{% endwarning %}
56+
5157
## Using `CODEOWNERS` to monitor changes
5258

5359
You can use the `CODEOWNERS` feature to control how changes are made to your workflow files. For example, if all your workflow files are stored in `.github/workflows`, you can add this directory to the code owners list, so that any proposed changes to these files will first require approval from a designated reviewer.

content/code-security/security-overview/about-the-security-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ topics:
2222
shortTitle: About security overview
2323
---
2424

25+
{% ifversion ghes < 3.5 or ghae-issue-4554 %}
2526
{% data reusables.security-center.beta %}
27+
{% endif %}
2628

2729
## About the security overview
2830

content/code-security/security-overview/filtering-alerts-in-the-security-overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ topics:
1717
shortTitle: Filtering alerts
1818
---
1919

20+
{% ifversion ghes < 3.5 or ghae-issue-4554 %}
2021
{% data reusables.security-center.beta %}
22+
{% endif %}
2123

2224
## About filtering the security overview
2325

content/code-security/security-overview/viewing-the-security-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ topics:
1717
shortTitle: View the security overview
1818
---
1919

20+
{% ifversion ghes < 3.5 or ghae-issue-4554 %}
2021
{% data reusables.security-center.beta %}
22+
{% endif %}
2123

2224
## Viewing the security overview for an organization
2325

@@ -43,7 +45,7 @@ shortTitle: View the security overview
4345
## Viewing the security overview for an enterprise
4446

4547
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
46-
1. In the left sidebar, click {% octicon "shield" aria-label="The shield icon" %} **Security**.
48+
1. In the left sidebar, click {% octicon "shield" aria-label="The shield icon" %} **Code Security**.
4749
{% endif %}
4850

4951
## Viewing alerts for a repository

content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop/configuring-a-default-editor.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ shortTitle: Configure default editor
3434
- [CodeRunner](https://coderunnerapp.com/)
3535
- [SlickEdit](https://www.slickedit.com/)
3636
- [Xcode](https://developer.apple.com/xcode/)
37+
- [RStudio](https://rstudio.com/)
38+
- [Nova](https://nova.app/)
3739
- [Android Studio](https://developer.android.com/studio)
3840

3941
{% endmac %}
@@ -47,10 +49,18 @@ shortTitle: Configure default editor
4749
- [ColdFusion Builder](https://www.adobe.com/products/coldfusion-builder.html)
4850
- [Typora](https://typora.io/)
4951
- [SlickEdit](https://www.slickedit.com/)
52+
- [JetBrains IntelliJ Idea](https://www.jetbrains.com/idea/)
5053
- [JetBrains WebStorm](https://www.jetbrains.com/webstorm/)
5154
- [JetBrains PhpStorm](https://www.jetbrains.com/phpstorm/)
5255
- [JetBrains Rider](https://www.jetbrains.com/rider/)
56+
- [JetBrains CLion](https://www.jetbrains.com/clion/)
57+
- [JetBrains PyCharm](https://www.jetbrains.com/pycharm/)
58+
- [JetBrains RubyMine](https://www.jetbrains.com/rubymine/)
59+
- [JetBrains GoLand](https://www.jetbrains.com/go/)
60+
- [Android Studio](https://developer.android.com/studio)
61+
- [Brackets](http://brackets.io/)
5362
- [Notepad++](https://notepad-plus-plus.org/)
63+
- [RStudio](https://rstudio.com/)
5464

5565
{% endwindows %}
5666

0 commit comments

Comments
 (0)