You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add crowdin translations
* Run script/i18n/homogenize-frontmatter.js
* Run script/i18n/fix-translation-errors.js
* Run script/i18n/lint-translation-files.js --check parsing
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=es
* run script/i18n/reset-known-broken-translation-files.js
* Check in es CSV report
Co-authored-by: Robert Sese <[email protected]>
Copy file name to clipboardExpand all lines: translations/es-ES/content/actions/managing-workflow-runs/re-running-workflows-and-jobs.md
+58-5Lines changed: 58 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Volver a ejecutar flujos de trabajo y jobs
3
-
intro: Puedes volver a ejecutar una ejecución de flujo de trabajo hasta 30 días después de su ejecución inicial.
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.'
4
4
permissions: People with write permissions to a repository can re-run workflows in the repository.
5
5
miniTocMaxHeadingLevel: 3
6
6
redirect_from:
@@ -15,9 +15,11 @@ versions:
15
15
{% data reusables.actions.enterprise-beta %}
16
16
{% data reusables.actions.enterprise-github-hosted-runners %}
17
17
18
-
## Volver a ejecutar todos los jobs en un flujo de trabajo
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.
19
21
20
-
El volver a ejecutar un flujo de trabajo utiliza el mismo `GITHUB_SHA` (SHA de confirmación) y `GITHUB_REF` (ref de Git) del evento original que activó la ejecución de flujo de trabajo. Puedes volver a ejecutar un flujo de trabajo hasta por hasta 30 días después de la ejecución inicial.
22
+
## Volver a ejecutar todos los jobs en un flujo de trabajo
21
23
22
24
{% webui %}
23
25
@@ -26,7 +28,9 @@ El volver a ejecutar un flujo de trabajo utiliza el mismo `GITHUB_SHA` (SHA de c
26
28
{% data reusables.repositories.navigate-to-workflow %}
27
29
{% data reusables.repositories.view-run %}
28
30
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
29
-
1. En la esquina superior derecha del flujo de trabajo, utiliza el menú desplegable **Volver a ejecutar jobs** y selecciona **Volver a ejecutar todos los jobs**
31
+
1. En la esquina superior derecha del flujo de trabajo, utiliza el menú desplegable **Volver a ejecutar jobs** y selecciona **Volver a ejecutar todos los jobs**.
32
+
33
+
If no jobs failed, you will not see the **Re-run jobs** drop-down menu. Instead, click **Re-run all jobs**. 
30
34
{% endif %}
31
35
{% ifversion ghes < 3.3 or ghae %}
32
36
1. En la esquina superior derecha del flujo de trabajo, utiliza el menú desplegable **Volver a ejecutar jobs** y selecciona **Volver a ejecutar todos los jobs**. 
@@ -52,16 +56,65 @@ gh run watch
52
56
53
57
{% endcli %}
54
58
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**. 
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" %}. 
91
+
92
+
Alternatively, click on a job to view the log. In the log, click {% octicon "sync" aria-label="The re-run icon" %}. 
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
+
55
104
{% ifversion fpt or ghes > 3.2 or ghae-issue-4721 or ghec %}
56
-
###Revisar las ejecuciones de flujo de trabajo anteriores
105
+
## Revisar las ejecuciones de flujo de trabajo anteriores
57
106
58
107
Puedes ver los resultados desde tus intentos anteriores para ejecutar un flujo de trabajo. También puedes ver las ejecuciones de flujo de trabajo anteriores utilizando la API. Para obtener más información, consulta la sección "[Obtener una ejecución de flujo de trabajo](/rest/reference/actions#get-a-workflow-run)".
59
108
60
109
{% data reusables.repositories.navigate-to-repo %}
61
110
{% data reusables.repositories.actions-tab %}
62
111
{% data reusables.repositories.navigate-to-workflow %}
63
112
{% data reusables.repositories.view-run %}
113
+
{%- if re-run-jobs %}
114
+
1. Any previous run attempts are shown in the **Latest** drop-down menu. 
115
+
{%- else %}
64
116
1. Cualquier intento de ejecución anterior se muestra en el panel izquierdo. 
117
+
{%- endif %}
65
118
1. Haz clic en una entrada para ver sus resultados.
Copy file name to clipboardExpand all lines: translations/es-ES/content/actions/monitoring-and-troubleshooting-workflows/using-workflow-run-logs.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,16 @@ Puedes descargar los archivos de bitácora desde tu ejecución de flujo de traba
62
62

63
63
64
64
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
+
65
75
## Borrar bitácoras
66
76
67
77
Puedes borrar los archivos de bitácora de tu ejecución de flujo de trabajo. {% data reusables.repositories.permissions-statement-write %}
Copy file name to clipboardExpand all lines: translations/es-ES/content/actions/publishing-packages/publishing-docker-images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ Las opciones de `build-push-action` que se requieren para {% data variables.prod
131
131
{% ifversion fpt or ghec %}
132
132
{% data reusables.package_registry.publish-docker-image %}
133
133
134
-
El flujo de trabajo anterior se activa mediante una subida a la rama de "lanzamiento". Verifica el repositorio de GitHub y utiliza la `login-action` para ingresar en el {% data variables.product.prodname_container_registry %}. Luego extrae las etiquetas y marcas de la imagen de Docker. Finalmente, utiliza la acción `build-push-action` para crear la imagen y publicarla en el {% data variables.product.prodname_container_registry %}.
134
+
The above workflow is triggered by a push to the "release" branch. Verifica el repositorio de GitHub y utiliza la `login-action` para ingresar en el {% data variables.product.prodname_container_registry %}. Luego extrae las etiquetas y marcas de la imagen de Docker. Finalmente, utiliza la acción `build-push-action` para crear la imagen y publicarla en el {% data variables.product.prodname_container_registry %}.
Copy file name to clipboardExpand all lines: translations/es-ES/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ After you enable {% data variables.product.prodname_dependabot_alerts %} for you
100
100
{% ifversion ghes %}
101
101
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. Para obtener más información, consulta la sección "[Iniciar con las {% data variables.product.prodname_actions %} para GitHub Enterprise Server](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/getting-started-with-github-actions-for-github-enterprise-server)".
102
102
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.
104
104
{% endif %}
105
105
106
106
{% data reusables.enterprise_site_admin_settings.sign-in %}
Copy file name to clipboardExpand all lines: translations/es-ES/content/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Cuando pruebes tu conexión, tendrás que autenticar esta acción utilizando tu
37
37
> ¿Estás seguro de que quieres continuar conectado (sí/no)?
38
38
```
39
39
40
-
3.Verifica que la huella digital en el mensaje que ves empate con {% ifversion fpt or ghec %}[la huella digital de la llave pública de RSA de {% data variables.product.prodname_dotcom %}](/github/authenticating-to-github/githubs-ssh-key-fingerprints){% else %}la huella digital de la llave pública de tu empresa{% endif %}. Si lo hace, entonces teclea `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 %}. Si lo hace, entonces teclea `yes`:
41
41
```shell
42
42
> Hi <em>username</em>! You've successfully authenticated, but GitHub does not
Copy file name to clipboardExpand all lines: translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,12 @@ You cannot change the configuration of {% data variables.product.prodname_secret
48
48
{% ifversion fpt %}
49
49
{% note %}
50
50
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 %}
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
+
## Leer más
35
+
36
+
-[Safeguarding artifact integrity across any software supply chain](https://slsa.dev/)
0 commit comments