Skip to content

Commit 9fcc3e6

Browse files
docubotrsese
andauthored
New translation batch for ja (github#26215)
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/lint-translation-files.js --check parsing * Run script/i18n/lint-translation-files.js --check rendering * run script/i18n/reset-files-with-broken-liquid-tags.js --language=ja * run script/i18n/reset-known-broken-translation-files.js Co-authored-by: Robert Sese <[email protected]>
1 parent 36c4ab8 commit 9fcc3e6

File tree

81 files changed

+1129
-286
lines changed

Some content is hidden

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

81 files changed

+1129
-286
lines changed

translations/ja-JP/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Re-running workflows and jobs
3-
intro: You can re-run a workflow run up to 30 days after its initial run.
3+
intro: 'You can re-run a workflow run{% if re-run-jobs %}, all failed jobs in a workflow run, or specific jobs in a workflow run{% endif %} up to 30 days after its initial run.'
44
permissions: People with write permissions to a repository can re-run workflows in the repository.
55
miniTocMaxHeadingLevel: 3
66
redirect_from:
@@ -15,9 +15,11 @@ versions:
1515
{% data reusables.actions.enterprise-beta %}
1616
{% data reusables.actions.enterprise-github-hosted-runners %}
1717

18-
## Re-running all the jobs in a workflow
18+
## About re-running workflows and jobs
19+
20+
Re-running a workflow{% if re-run-jobs %} or jobs in a workflow{% endif %} uses the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (Git ref) of the original event that triggered the workflow run. You can re-run a workflow{% if re-run-jobs %} or jobs in a workflow{% endif %} for up to 30 days after the initial run.
1921

20-
Re-running a workflow uses the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (Git ref) of the original event that triggered the workflow run. You can re-run a workflow for up to 30 days after the initial run.
22+
## Re-running all the jobs in a workflow
2123

2224
{% webui %}
2325

@@ -26,7 +28,9 @@ Re-running a workflow uses the same `GITHUB_SHA` (commit SHA) and `GITHUB_REF` (
2628
{% data reusables.repositories.navigate-to-workflow %}
2729
{% data reusables.repositories.view-run %}
2830
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
29-
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run all jobs** ![Rerun checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down.png)
31+
1. ワークフローの右上隅にある [**Re-run jobs**] ドロップダウンメニューを使用して、[**Re-run all jobs**] を選択します。
32+
33+
If no jobs failed, you will not see the **Re-run jobs** drop-down menu. Instead, click **Re-run all jobs**. ![Rerun checks drop-down menu](/assets/images/help/repository/rerun-checks-drop-down.png)
3034
{% endif %}
3135
{% ifversion ghes < 3.3 or ghae %}
3236
1. ワークフローの右上隅にある [**Re-run jobs**] ドロップダウンメニューを使用して、[**Re-run all jobs**] を選択します。 ![[Re-run checks] ドロップダウンメニュー](/assets/images/help/repository/rerun-checks-drop-down-updated.png)
@@ -52,16 +56,65 @@ gh run watch
5256

5357
{% endcli %}
5458

59+
{% if re-run-jobs %}
60+
## Re-running failed jobs in a workflow
61+
62+
If any jobs in a workflow run failed, you can re-run just the jobs that failed. When you re-run failed jobs in a workflow, a new workflow run will start for all failed jobs and their dependents. Any outputs for any successful jobs in the previous workflow run will be used for the re-run. Any artifacts that were created in the initial run will be available in the re-run. Any environment protection rules that passed in the previous run will automatically pass in the re-run.
63+
64+
{% webui %}
65+
66+
{% data reusables.repositories.navigate-to-repo %}
67+
{% data reusables.repositories.actions-tab %}
68+
{% data reusables.repositories.navigate-to-workflow %}
69+
{% data reusables.repositories.view-run %}
70+
1. In the upper-right corner of the workflow, use the **Re-run jobs** drop-down menu, and select **Re-run failed jobs**. ![Re-run failed jobs drop-down menu](/assets/images/help/repository/rerun-failed-jobs-drop-down.png)
71+
72+
{% endwebui %}
73+
74+
{% cli %}
75+
76+
You cannot re-run all failed jobs through the {% data variables.product.prodname_cli %} at this time. Instead, use the {% data variables.product.product_name %} web browser interface.
77+
78+
{% endcli %}
79+
80+
## Re-running a specific job in a workflow
81+
82+
When you re-run a specific job in a workflow, a new workflow run will start for the job and any dependents. Any outputs for any other jobs in the previous workflow run will be used for the re-run. Any artifacts that were created in the initial run will be available in the re-run. Any environment protection rules that passed in the previous run will automatically pass in the re-run.
83+
84+
{% webui %}
85+
86+
{% data reusables.repositories.navigate-to-repo %}
87+
{% data reusables.repositories.actions-tab %}
88+
{% data reusables.repositories.navigate-to-workflow %}
89+
{% data reusables.repositories.view-run %}
90+
1. Next to the job that you want to re-run, click {% octicon "sync" aria-label="The re-run icon" %}. ![Re-run selected job](/assets/images/help/repository/re-run-selected-job.png)
91+
92+
Alternatively, click on a job to view the log. In the log, click {% octicon "sync" aria-label="The re-run icon" %}. ![Re-run selected job](/assets/images/help/repository/re-run-single-job-from-log.png)
93+
94+
{% endwebui %}
95+
96+
{% cli %}
97+
98+
You cannot re-run a single job through the {% data variables.product.prodname_cli %} at this time. Instead, use the {% data variables.product.product_name %} browser interface.
99+
100+
{% endcli %}
101+
102+
{% endif %}
103+
55104
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
56-
### Reviewing previous workflow runs
105+
## Reviewing previous workflow runs
57106

58107
You can view the results from your previous attempts at running a workflow. You can also view previous workflow runs using the API. For more information, see ["Get a workflow run"](/rest/reference/actions#get-a-workflow-run).
59108

60109
{% data reusables.repositories.navigate-to-repo %}
61110
{% data reusables.repositories.actions-tab %}
62111
{% data reusables.repositories.navigate-to-workflow %}
63112
{% data reusables.repositories.view-run %}
113+
{%- if re-run-jobs %}
114+
1. Any previous run attempts are shown in the **Latest** drop-down menu. ![Previous run attempts](/assets/images/help/repository/previous-run-attempts.png)
115+
{%- else %}
64116
1. Any previous run attempts are shown in the left pane. ![Rerun workflow](/assets/images/help/settings/actions-review-workflow-rerun.png)
117+
{%- endif %}
65118
1. Click an entry to view its results.
66119

67120
{% endif %}

translations/ja-JP/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,16 @@ versions:
6262
![[Download logs] ドロップダウンメニュー](/assets/images/help/repository/download-logs-drop-down-updated-2.png)
6363

6464

65+
{% if re-run-jobs %}
66+
67+
{% note %}
68+
69+
**Note**: When you download the log archive for a workflow that was partially re-run, the archive only includes the jobs that were re-run. To get a complete set of logs for jobs that were run from a workflow, you must download the log archives for the previous run attempts that ran the other jobs.
70+
71+
{% endnote %}
72+
73+
{% endif %}
74+
6575
## ログの削除
6676

6777
ワークフローの実行からログファイルを削除できます。 {% data reusables.repositories.permissions-statement-write %}

translations/ja-JP/content/actions/publishing-packages/publishing-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ The `build-push-action` options required for {% data variables.product.prodname_
131131
{% ifversion fpt or ghec %}
132132
{% data reusables.package_registry.publish-docker-image %}
133133

134-
The above workflow if triggered by a push to the "release" branch. It checks out the GitHub repository, and uses the `login-action` to log in to the {% data variables.product.prodname_container_registry %}. It then extracts labels and tags for the Docker image. Finally, it uses the `build-push-action` action to build the image and publish it on the {% data variables.product.prodname_container_registry %}.
134+
The above workflow is triggered by a push to the "release" branch. It checks out the GitHub repository, and uses the `login-action` to log in to the {% data variables.product.prodname_container_registry %}. It then extracts labels and tags for the Docker image. Finally, it uses the `build-push-action` action to build the image and publish it on the {% data variables.product.prodname_container_registry %}.
135135

136136
{% else %}
137137
```yaml{:copy}

translations/ja-JP/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ After you enable {% data variables.product.prodname_dependabot_alerts %} for you
100100
{% ifversion ghes %}
101101
Before you enable {% data variables.product.prodname_dependabot_updates %}, you must configure {% data variables.product.product_location %} to use {% data variables.product.prodname_actions %} with self-hosted runners. For more information, see "[Getting started with {% data variables.product.prodname_actions %} for GitHub Enterprise Server](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)."
102102

103-
{% data variables.product.prodname_dependabot_updates %} are not supported on {% data variables.product.product_name %} if your enterprise uses clustering or a high-availability configuration.
103+
{% data variables.product.prodname_dependabot_updates %} are not supported on {% data variables.product.product_name %} if your enterprise uses clustering.
104104
{% endif %}
105105

106106
{% data reusables.enterprise_site_admin_settings.sign-in %}

translations/ja-JP/content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ SSH 接続をテストする前に、次のことを済ませておく必要が
3737
> Are you sure you want to continue connecting (yes/no)?
3838
```
3939
40-
3. 表示されるメッセージのフィンガープリントが {% ifversion fpt or ghec %}[{% data variables.product.prodname_dotcom %} の RSA パブリックキーのフィンガープリント](/github/authenticating-to-github/githubs-ssh-key-fingerprints){% else %} Enterprise のパブリックキーのフィンガープリント{% endif %} に一致するかどうかを確認します。 一致する場合は、`yes` と入力します。
40+
3. Verify that the fingerprint in the message you see matches {% ifversion fpt or ghec %}[{% data variables.product.prodname_dotcom %}'s public key fingerprint](/github/authenticating-to-github/githubs-ssh-key-fingerprints){% else %} your enterprise's public key fingerprint{% endif %}. 一致する場合は、`yes` と入力します。
4141
```shell
4242
> Hi <em>username</em>! You've successfully authenticated, but GitHub does not
4343
> provide shell access.

translations/ja-JP/content/code-security/guides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ learningTracks:
1818
- code_security_actions
1919
- code_security_ci
2020
- code_security_integration
21+
- end_to_end_supply_chain
2122
includeGuides:
2223
- /code-security/getting-started/adding-a-security-policy-to-your-repository
2324
- /code-security/getting-started/github-security-features

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ featuredLinks:
1919
- '{% ifversion ghes < 3.3 or ghae %}/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories{% endif %}'
2020
- '{% ifversion ghae %}/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github{% endif %}'
2121
- '{% ifversion ghae %}/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system{% endif %}'
22+
- /code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview
2223
popular:
2324
- '{% ifversion ghes %}/admin/release-notes{% endif %}'
2425
- /code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies

translations/ja-JP/content/code-security/secret-scanning/about-secret-scanning.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ You cannot change the configuration of {% data variables.product.prodname_secret
4848
{% ifversion fpt %}
4949
{% note %}
5050

51-
**Note:** Organizations using {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_GH_advanced_security %} can also enable {% data variables.product.prodname_secret_scanning_GHAS %} on any repository they own, including private repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/code-security/secret-security/about-secret-scanning#about-secret-scanning-for-advanced-security).
51+
{% data reusables.secret-scanning.fpt-GHAS-scans %}
5252

5353
{% endnote %}
5454
{% endif %}
5555

56+
5657
{% endif %}
5758

5859
{% ifversion not fpt %}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Securing your end-to-end supply chain
3+
shortTitle: 概要
4+
allowTitleToDifferFromFilename: true
5+
intro: 'Introducing best practice guides on complete end-to-end supply chain security including personal accounts, code, and build processes.'
6+
versions:
7+
fpt: '*'
8+
ghec: '*'
9+
ghes: '*'
10+
type: overview
11+
topics:
12+
- Organizations
13+
- Teams
14+
- Dependencies
15+
- Advanced Security
16+
---
17+
18+
## What is the end-to-end supply chain?
19+
20+
At its core, end-to-end software supply chain security is about making sure the code you distribute hasn't been tampered with. Previously, attackers focused on targeting dependencies you use, for example libraries and frameworks. Attackers have now expanded their focus to include targeting user accounts and build processes, and so those systems must be defended as well.
21+
22+
## About these guides
23+
24+
This series of guides explains how to think about securing your end-to-end supply chain: personal account, code, and build processes. Each guide explains the risk to that area, and introduces the {% data variables.product.product_name %} features that can help you address that risk.
25+
26+
Everyone's needs are different, so each guide starts with the highest impact change, and continues from there with additional improvements you should consider. You should feel free to skip around and focus on improvements you think will have the biggest benefit. The goal isn't to do everything at once but to continuously improve security in your systems over time.
27+
28+
- "[Best practices for securing accounts](/code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts)"
29+
30+
- "[Best practices for securing code in your supply chain](/code-security/supply-chain-security/end-to-end-supply-chain/securing-code)"
31+
32+
- "[Best practices for securing your build system](/code-security/supply-chain-security/end-to-end-supply-chain/securing-builds)"
33+
34+
## 参考リンク
35+
36+
- [Safeguarding artifact integrity across any software supply chain](https://slsa.dev/)
37+
- [Microsoft Supply Chain Integrity Model](https://github.com/microsoft/scim)
38+
- [Software Supply Chain Security Paper - CNCF Security Technical Advisory Group](https://github.com/cncf/tag-security/blob/main/supply-chain-security/supply-chain-security-paper/CNCF_SSCP_v1.pdf)
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: End-to-end supply chain
3+
intro: 'How to think about securing your user accounts, your code, and your build process'
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
ghes: '*'
8+
topics:
9+
- Security overview
10+
- Organizations
11+
- Teams
12+
- Dependencies
13+
- Advanced Security
14+
children:
15+
- /end-to-end-supply-chain-overview
16+
- /securing-accounts
17+
- /securing-code
18+
- /securing-builds
19+
---
20+

0 commit comments

Comments
 (0)