Skip to content

Commit e66da59

Browse files
authored
Merge pull request #19110 from github/repo-sync
repo sync
2 parents 5c07da6 + 8e032e4 commit e66da59

File tree

157 files changed

+1135
-1115
lines changed

Some content is hidden

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

157 files changed

+1135
-1115
lines changed

translations/ja-JP/content/actions/creating-actions/about-custom-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This section explains how you can use release management to distribute updates t
8888

8989
### Good practices for release management
9090

91-
If you're developing an action for other people to use, we recommend using release management to control how you distribute updates. Users can expect an action's major version to include necessary critical fixes and security patches, while still remaining compatible with their existing workflows. You should consider releasing a new major version whenever your changes affect compatibility.
91+
If you're developing an action for other people to use, we recommend using release management to control how you distribute updates. Users can expect an action's patch version to include necessary critical fixes and security patches, while still remaining compatible with their existing workflows. You should consider releasing a new major version whenever your changes affect compatibility.
9292

9393
Under this release management approach, users should not be referencing an action's default branch, as it's likely to contain the latest code and consequently might be unstable. Instead, you can recommend that your users specify a major version when using your action, and only direct them to a more specific version if they encounter issues.
9494

translations/ja-JP/content/actions/security-guides/automatic-token-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ name: Create issue on commit
5353
on: [ push ]
5454

5555
jobs:
56-
create_commit:
57-
runs-on: ubuntu-latest
56+
create_issue:
57+
runs-on: ubuntu-latest
5858
permissions:
5959
issues: write
6060
steps:

translations/ja-JP/content/actions/security-guides/security-hardening-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ With this approach, the value of the {% raw %}`${{ github.event.issue.title }}`{
149149
### Using starter workflows for code scanning
150150

151151
{% data reusables.advanced-security.starter-workflows-beta %}
152-
{% data variables.product.prodname_code_scanning_capc %} allows you to find security vulnerabilities before they reach production. {% data variables.product.product_name %} provides starter workflows for {% data variables.product.prodname_code_scanning %}. You can use these suggested workflows to construct your {% data variables.product.prodname_code_scanning %} workflows, instead of starting from scratch. {% data variables.product.company_short%}'s workflow, the {% data variables.product.prodname_codeql_workflow %}, is powered by {% data variables.product.prodname_codeql %}. There are also third-party starter workflows available.
152+
{% data variables.product.prodname_code_scanning_capc %} allows you to find security vulnerabilities before they reach production. {% data variables.product.product_name %} provides starter workflows for {% data variables.product.prodname_code_scanning %}. ゼロから始めるのではなく、提案されるこれらのワークフローを使って、独自の{% data variables.product.prodname_code_scanning %}ワークフローを構築できます。 {% data variables.product.company_short%}'s workflow, the {% data variables.product.prodname_codeql_workflow %}, is powered by {% data variables.product.prodname_codeql %}. There are also third-party starter workflows available.
153153

154154
For more information, see "[About {% data variables.product.prodname_code_scanning %}](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning)" and "[Setting up {% data variables.product.prodname_code_scanning %} using starter workflows](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository#setting-up-code-scanning-using-starter-workflows)."
155155

translations/ja-JP/content/actions/using-github-hosted-runners/about-github-hosted-runners.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ macOS 仮想マシンのハードウェア仕様:
109109

110110
For the overall list of included tools for each runner operating system, see the links below:
111111

112+
* [Ubuntu 22.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2204-Readme.md)
112113
* [Ubuntu 20.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md)
113114
* [Ubuntu 18.04 LTS](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu1804-Readme.md)
114115
* [Windows Server 2022](https://github.com/actions/virtual-environments/blob/main/images/win/Windows2022-Readme.md)

translations/ja-JP/content/admin/code-security/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ shortTitle: Manage code security
44
intro: 'You can build security into your developers'' workflow with features that keep secrets and vulnerabilities out of your codebase, and that maintain your software supply chain.'
55
versions:
66
ghes: '*'
7-
ghec: '*'
87
ghae: '*'
98
topics:
109
- Enterprise

translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise.md

Lines changed: 0 additions & 403 deletions
This file was deleted.

translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/enabling-github-advanced-security-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ When you enable {% data variables.product.prodname_GH_advanced_security %} for y
2727
{% endif %}
2828

2929
{% ifversion ghes %}
30-
For guidance on a phased deployment of GitHub Advanced Security, see "[Deploying GitHub Advanced Security in your enterprise](/admin/advanced-security/deploying-github-advanced-security-in-your-enterprise)."
30+
For guidance on a phased deployment of GitHub Advanced Security, see "[Introduction to adopting GitHub Advanced Security at scale](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale)."
3131
{% endif %}
3232

3333
## Checking whether your license includes {% data variables.product.prodname_GH_advanced_security %}

translations/ja-JP/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ redirect_from:
99
- /admin/advanced-security
1010
versions:
1111
ghes: '*'
12-
ghec: '*'
1312
topics:
1413
- Enterprise
1514
children:
1615
- /enabling-github-advanced-security-for-your-enterprise
1716
- /configuring-code-scanning-for-your-appliance
1817
- /configuring-secret-scanning-for-your-appliance
19-
- /overview-of-github-advanced-security-deployment
20-
- /deploying-github-advanced-security-in-your-enterprise
2118
---
2219

0 commit comments

Comments
 (0)