Skip to content

Commit 84f908c

Browse files
Merge branch 'main' into patch-1
2 parents 02bd295 + 7cf4dc2 commit 84f908c

File tree

35 files changed

+169
-68
lines changed

35 files changed

+169
-68
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Blank issue
3+
about: Blank issue for copying docs-content issues into for CCA
4+
title: 'Copied from docs-content: '
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
84.7 KB
Loading

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-jfrog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,7 @@ For an example {% data variables.product.prodname_actions %} workflow using the
3535

3636
For example, you can set `iss` to `https://token.actions.githubusercontent.com`, and the `repository` to something like "octo-org/octo-repo"`. This will ensure only Actions workflows from the specified repository will have access to your JFrog platform. The following is an example Claims JSON when configuring identity mappings.
3737

38-
```json copy
39-
{
40-
"iss": "https://token.actions.githubusercontent.com",
41-
"repository": "octo-org/octo-repo"
42-
}
43-
```
38+
{% data reusables.actions.jfrog-json-configuring-identity-mappings %}
4439

4540
## Adding the identity provider to JFrog
4641

content/code-security/dependabot/working-with-dependabot/setting-dependabot-to-run-on-github-hosted-runners-using-vnet.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ shortTitle: Configure VNET
1717

1818
## Configuring VNET for {% data variables.product.prodname_dependabot_updates %}
1919

20-
{% data reusables.dependabot.vnet-support-private-preview-note %}
21-
2220
This article provides step-by-step instructions for running {% data variables.product.prodname_dependabot %} on {% data variables.product.company_short %}-hosted runners configured with VNET. The article explains:
2321

2422
* How to create runner groups for your enterprise or organization with a VNET configuration.

content/copilot/building-copilot-extensions/using-oidc-with-github-copilot-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ versions:
77
feature: copilot-extensions
88
topics:
99
- Copilot
10-
shortTitle: Using OIDC
10+
shortTitle: Use OIDC
1111
type: how_to
1212
redirect_from:
1313
- /copilot/building-copilot-extensions/using-oidc-with-copilot-extensions

content/copilot/copilot-chat-cookbook/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Fixing database deadlocks or data integrity issues'
3-
shortTitle: Fixing database deadlocks
3+
shortTitle: Fix database deadlocks
44
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you avoid code that causes slow or blocked database operations, or tables with missing or incorrect data.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/refactoring-code/fixing-database-deadlocks-or-data-integrity-issues

content/copilot/copilot-chat-cookbook/refactoring-code/translating-code-to-a-different-programming-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Translating code to a different programming language
3-
shortTitle: Translating code
3+
shortTitle: Translate code
44
intro: '{% data variables.product.prodname_copilot_chat_short %} can help you rewrite code to perform the same operations but in a different programming language.'
55
versions:
66
feature: copilot

content/copilot/copilot-chat-cookbook/security-analysis/finding-existing-vulnerabilities-in-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Finding existing vulnerabilities in code'
3-
shortTitle: Finding vulnerabilities
3+
shortTitle: Find vulnerabilities
44
intro: 'Copilot Chat can help find common vulnerabilities in your code and suggest fixes.'
55
redirect_from:
66
- /copilot/example-prompts-for-github-copilot-chat/security-analysis/finding-existing-vulnerabilities-in-code

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/getting-started-with-copilot-on-your-personal-account/getting-free-access-to-copilot-pro-as-a-student-teacher-or-maintainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ If you do not meet the previous criteria, you can either:
3232

3333
## Accessing {% data variables.product.prodname_copilot_pro_short %} for free
3434

35-
1. In the upper-right corner of any page, click your profile photo, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
35+
{% data reusables.copilot.your-copilot %}
3636
1. If you qualify for free access to {% data variables.product.prodname_copilot_short %}, you will see a page titled "{% data variables.product.prodname_copilot_pro %}" informing you that you are eligible. Click **Get access to {% data variables.product.prodname_copilot %}**.
3737
1. On the page that appears, configure the {% data variables.product.prodname_copilot_short %} use policies to meet your needs, then click **Save and complete**.

content/copilot/managing-copilot/managing-copilot-as-an-individual-subscriber/managing-your-copilot-plan/disabling-github-copilot-free.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redirect_from:
1717

1818
You can disable {% data variables.product.prodname_copilot_free_short %} in your {% data variables.product.github %} account settings. This will disable all features of {% data variables.product.prodname_copilot_short %} on {% data variables.product.github %}.
1919

20-
1. In the upper-right corner of any page, click your profile photo, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
20+
{% data reusables.copilot.your-copilot %}
2121
1. Under "Visibility," to the right of "Show {% data variables.product.prodname_copilot_short %}, select **Disabled** from the dropdown.
2222

2323
## Disabling {% data variables.product.prodname_copilot_free_short %} in your IDE

0 commit comments

Comments
 (0)