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
Copy file name to clipboardExpand all lines: content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.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
@@ -122,6 +122,6 @@ jobs:
122
122
123
123
The following resources may also be useful:
124
124
125
-
* For the original starter workflow, see [`azure-kubernetes-service.yml`](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service.yml) in the {% data variables.product.prodname_actions %} `starter-workflows` repository.
125
+
* For the original starter workflow, see [`azure-kubernetes-service.yml`](https://github.com/actions/starter-workflows/blob/main/deployments/azure-kubernetes-service.yml) in the {% data variables.product.prodname_actions %} `starter-workflows` repository.
126
126
* The actions used to in this workflow are the official Azure [`Azure/login`](https://github.com/Azure/login),[`Azure/aks-set-context`](https://github.com/Azure/aks-set-context), [`Azure/CLI`](https://github.com/Azure/CLI), [`Azure/k8s-bake`](https://github.com/Azure/k8s-bake), and [`Azure/k8s-deploy`](https://github.com/Azure/k8s-deploy)actions.
127
127
* For more examples of GitHub Action workflows that deploy to Azure, see the [actions-workflow-samples](https://github.com/Azure/actions-workflow-samples) repository.
Copy file name to clipboardExpand all lines: content/actions/learn-github-actions/variables.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 @@ You can create configuration variables for use across multiple workflows, and ca
100
100
101
101
For example, you can use configuration variables to set default values for parameters passed to build tools at an organization level, but then allow repository owners to override these parameters on a case-by-case basis.
102
102
103
-
When you define configuration variables, they are automatically available in the `vars` context. For more information, see "[Using the `vars`context to access configuration variable values](#using-the-vars-context-to-access-configuration-variable-values)".
103
+
When you define configuration variables, they are automatically available in the `vars` context. For more information, see "[Using the `vars`context to access configuration variable values](#using-the-vars-context-to-access-configuration-variable-values)".
Copy file name to clipboardExpand all lines: content/actions/using-workflows/about-workflows.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
@@ -127,7 +127,7 @@ For more information, see "[AUTOTITLE](/actions/using-jobs/using-a-matrix-for-yo
127
127
128
128
If your jobs regularly reuse dependencies, you can consider caching these files to help improve performance. Once the cache is created, it is available to all workflows in the same repository.
129
129
130
-
This example demonstrates how to cache the `~/.npm` directory:
130
+
This example demonstrates how to cache the `~/.npm` directory:
Copy file name to clipboardExpand all lines: content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -961,28 +961,28 @@ Before you'll see `git` category actions, you must enable Git events in the audi
961
961
962
962
| Action | Description
963
963
|--------|-------------
964
-
| `protected_branch.create` | Branch protection was enabled on a branch.
964
+
| `protected_branch.create` | Branch protection was enabled on a branch.
965
965
| `protected_branch.destroy` | Branch protection was disabled on a branch.
966
-
| `protected_branch.dismiss_stale_reviews` | Enforcement of dismissing stale pull requests was updated on a branch.
966
+
| `protected_branch.dismiss_stale_reviews` | Enforcement of dismissing stale pull requests was updated on a branch.
967
967
{%- ifversion ghes %}
968
968
| `protected_branch.dismissal_restricted_users_teams` | Enforcement of restricting users and/or teams who can dismiss reviews was updated on a branch.
969
969
{%- endif %}
970
-
| `protected_branch.policy_override` | A branch protection requirement was overridden by a repository administrator.
971
-
| `protected_branch.rejected_ref_update` | A branch update attempt was rejected.
970
+
| `protected_branch.policy_override` | A branch protection requirement was overridden by a repository administrator.
971
+
| `protected_branch.rejected_ref_update` | A branch update attempt was rejected.
972
972
| `protected_branch.required_status_override` | The required status checks branch protection requirement was overridden by a repository administrator.
973
973
| `protected_branch.review_policy_and_required_status_override` | The required reviews and required status checks branch protection requirements were overridden by a repository administrator.
974
974
| `protected_branch.review_policy_override` | The required reviews branch protection requirement was overridden by a repository administrator.
975
-
| `protected_branch.update_admin_enforced` | Branch protection was enforced for repository administrators.
975
+
| `protected_branch.update_admin_enforced` | Branch protection was enforced for repository administrators.
976
976
{%- ifversion ghes %}
977
977
| `protected_branch.update_allow_deletions_enforcement_level` | Enforcement of allowing users with push access to delete matching branches was updated on a branch.
978
978
| `protected_branch.update_allow_force_pushes_enforcement_level` | Enforcement of allowing force pushes for all users with push access was updated on a branch.
979
979
| `protected_branch.update_linear_history_requirement_enforcement_level` | Enforcement of requiring linear commit history was updated on a branch.
980
980
{%- endif %}
981
-
| `protected_branch.update_pull_request_reviews_enforcement_level` | Enforcement of required pull request reviews was updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
982
-
| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review was updated on a branch.
981
+
| `protected_branch.update_pull_request_reviews_enforcement_level` | Enforcement of required pull request reviews was updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
982
+
| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review was updated on a branch.
983
983
| `protected_branch.update_required_approving_review_count` | Enforcement of the required number of approvals before merging was updated on a branch.
984
-
| `protected_branch.update_required_status_checks_enforcement_level` | Enforcement of required status checks was updated on a branch.
985
-
| `protected_branch.update_signature_requirement_enforcement_level` | Enforcement of required commit signing was updated on a branch.
984
+
| `protected_branch.update_required_status_checks_enforcement_level` | Enforcement of required status checks was updated on a branch.
985
+
| `protected_branch.update_signature_requirement_enforcement_level` | Enforcement of required commit signing was updated on a branch.
986
986
| `protected_branch.update_strict_required_status_checks_policy` | Enforcement of required status checks was updated on a branch.
987
987
| `protected_branch.update_name` | A branch name pattern was updated for a branch.
Copy file name to clipboardExpand all lines: content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.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
@@ -91,7 +91,7 @@ The `$GITHUB_VIA` variable is available in the pre-receive hook environment when
91
91
| <pre>git refs update api</pre> | Update of a ref via the API | "[AUTOTITLE](/rest/git#update-a-reference)" in the REST API documentation |
92
92
| <pre>git repo contents api</pre> | Change to a file's contents via the API | "[AUTOTITLE](/rest/repos#create-or-update-file-contents)" in the REST API documentation |
93
93
{%- ifversion ghes %}
94
-
|`merge`| Merge of a pull request using auto-merge | "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)" |
94
+
|`merge`| Merge of a pull request using auto-merge | "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request)" |
95
95
{%- endif %}
96
96
| <pre>merge base into head</pre> | Update of the topic branch from the base branch when the base branch requires strict status checks (via **Update branch** in a pull request, for example) | "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging)" |
97
97
| <pre>pull request branch delete button</pre> | Deletion of a topic branch from a pull request in the web interface | "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-branches-in-your-repository/deleting-and-restoring-branches-in-a-pull-request#deleting-a-branch-used-for-a-pull-request)" |
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.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
@@ -35,7 +35,7 @@ You use three different commands to generate results and upload them to {% data
35
35
36
36
<!--Option to analyze multiple languages with one call-->
37
37
1.`database create` to create a {% data variables.product.prodname_codeql %} database to represent the hierarchical structure of each supported programming language in the repository.
38
-
2.`database analyze` to run queries to analyze each {% data variables.product.prodname_codeql %} database and summarize the results in a SARIF file.
38
+
2.`database analyze` to run queries to analyze each {% data variables.product.prodname_codeql %} database and summarize the results in a SARIF file.
39
39
3.`github upload-results` to upload the resulting SARIF files to {% data variables.product.product_name %} where the results are matched to a branch or pull request and displayed as {% data variables.product.prodname_code_scanning %} alerts.
40
40
41
41
You can display the command-line help for any command using the <nobr>`--help`</nobr> option.
Copy file name to clipboardExpand all lines: content/codespaces/codespaces-reference/security-in-github-codespaces.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
@@ -78,7 +78,7 @@ Codespaces are designed to be security hardened by default. To help maintain thi
78
78
79
79
### Using secrets to access sensitive information
80
80
81
-
Always use encrypted secrets when you want to use sensitive information (such as access tokens) in a codespace. You can access your secrets as environment variables in the codespace, including from the terminal. For example, you can launch a terminal within your codespace and use `echo $SECRET_NAME` to see the value of a secret.
81
+
Always use encrypted secrets when you want to use sensitive information (such as access tokens) in a codespace. You can access your secrets as environment variables in the codespace, including from the terminal. For example, you can launch a terminal within your codespace and use `echo $SECRET_NAME` to see the value of a secret.
82
82
83
83
The secret values are copied to environment variables whenever the codespace is resumed or created and are also synced when they are changed.
Copy file name to clipboardExpand all lines: content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.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
@@ -229,7 +229,7 @@ To create a nested list using the web editor on {% data variables.product.produc
229
229
230
230
To create a nested list in the comment editor on {% data variables.product.product_name %}, which doesn't use a monospaced font, you can look at the list item immediately above the nested list and count the number of characters that appear before the content of the item. Then type that number of space characters in front of the nested list item.
231
231
232
-
In this example, you could add a nested list item under the list item `100. First list item` by indenting the nested list item a minimum of five spaces, since there are five characters (`100. `) before `First list item`.
232
+
In this example, you could add a nested list item under the list item `100. First list item` by indenting the nested list item a minimum of five spaces, since there are five characters (`100 .`) before `First list item`.
Copy file name to clipboardExpand all lines: content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/audit-log-events-for-your-organization.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,8 +352,8 @@ For more information, see "[AUTOTITLE](/organizations/managing-organization-sett
352
352
| `secret_scanning_push_protection_custom_message_updated` | Triggered when an organization owner or admin updates the custom message triggered by an attempted push to a push-protected repository. For more information, see "[AUTOTITLE](/code-security/secret-scanning/protecting-pushes-with-secret-scanning#enabling-secret-scanning-as-a-push-protection-for-an-organization)."
| `secret_scanning_push_protection_disable` | Triggered when an organization owner or person with admin access to the organization disables push protection for {% data variables.product.prodname_secret_scanning %}. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning)."
356
-
| `secret_scanning_push_protection_enable` | Triggered when an organization owner or person with admin access to the organization enables push protection for {% data variables.product.prodname_secret_scanning %}.{%- endif %}
355
+
| `secret_scanning_push_protection_disable` | Triggered when an organization owner or person with admin access to the organization disables push protection for {% data variables.product.prodname_secret_scanning %}. For more information, see "[AUTOTITLE](/enterprise-cloud@latest/code-security/secret-scanning/protecting-pushes-with-secret-scanning)."
356
+
| `secret_scanning_push_protection_enable` | Triggered when an organization owner or person with admin access to the organization enables push protection for {% data variables.product.prodname_secret_scanning %}.{%- endif %}
357
357
| `self_hosted_runner_online` | Triggered when the runner application is started. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)."
358
358
| `self_hosted_runner_offline` | Triggered when the runner application is stopped. Can only be viewed using the REST API; not visible in the UI or JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners#checking-the-status-of-a-self-hosted-runner)."{% ifversion fpt or ghes or ghec %}
359
359
| `self_hosted_runner_updated` | Triggered when the runner application is updated. Can be viewed using the REST API and the UI; not visible in the JSON/CSV export. For more information, see "[AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#about-self-hosted-runners)."{% endif %}{% ifversion fpt or ghec %}
@@ -457,20 +457,20 @@ For more information, see "[AUTOTITLE](/organizations/managing-organization-sett
457
457
458
458
| Action | Description
459
459
|--------------------|---------------------
460
-
| `create` | Triggered when branch protection is enabled on a branch.
460
+
| `create` | Triggered when branch protection is enabled on a branch.
461
461
| `destroy` | Triggered when branch protection is disabled on a branch.
462
-
| `update_admin_enforced` | Triggered when branch protection is enforced for repository administrators.
463
-
| `update_require_code_owner_review` | Triggered when enforcement of required Code Owner review is updated on a branch.
464
-
| `dismiss_stale_reviews` | Triggered when enforcement of dismissing stale pull requests is updated on a branch.
465
-
| `update_signature_requirement_enforcement_level` | Triggered when enforcement of required commit signing is updated on a branch.
466
-
| `update_pull_request_reviews_enforcement_level` | Triggered when enforcement of required pull request reviews is updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
467
-
| `update_required_status_checks_enforcement_level` | Triggered when enforcement of required status checks is updated on a branch.
462
+
| `update_admin_enforced` | Triggered when branch protection is enforced for repository administrators.
463
+
| `update_require_code_owner_review` | Triggered when enforcement of required Code Owner review is updated on a branch.
464
+
| `dismiss_stale_reviews` | Triggered when enforcement of dismissing stale pull requests is updated on a branch.
465
+
| `update_signature_requirement_enforcement_level` | Triggered when enforcement of required commit signing is updated on a branch.
466
+
| `update_pull_request_reviews_enforcement_level` | Triggered when enforcement of required pull request reviews is updated on a branch. Can be one of `0`(deactivated), `1`(non-admins), `2`(everyone).
467
+
| `update_required_status_checks_enforcement_level` | Triggered when enforcement of required status checks is updated on a branch.
468
468
| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed.
469
-
| `rejected_ref_update` | Triggered when a branch update attempt is rejected.
470
-
| `policy_override` | Triggered when a branch protection requirement is overridden by a repository administrator.
471
-
| `update_allow_force_pushes_enforcement_level` | Triggered when force pushes are enabled or disabled for a protected branch.
472
-
| `update_allow_deletions_enforcement_level` | Triggered when branch deletion is enabled or disabled for a protected branch.
473
-
| `update_linear_history_requirement_enforcement_level` | Triggered when required linear commit history is enabled or disabled for a protected branch.
469
+
| `rejected_ref_update` | Triggered when a branch update attempt is rejected.
470
+
| `policy_override` | Triggered when a branch protection requirement is overridden by a repository administrator.
471
+
| `update_allow_force_pushes_enforcement_level` | Triggered when force pushes are enabled or disabled for a protected branch.
472
+
| `update_allow_deletions_enforcement_level` | Triggered when branch deletion is enabled or disabled for a protected branch.
473
+
| `update_linear_history_requirement_enforcement_level` | Triggered when required linear commit history is enabled or disabled for a protected branch.
0 commit comments