Skip to content

Commit 05dd8d8

Browse files
authored
Merge branch 'main' into secret-scanning-ga
2 parents f946d5a + 82631ac commit 05dd8d8

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

content/actions/hosting-your-own-runners/about-self-hosted-runners.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,12 @@ github.com
135135
api.github.com
136136
*.actions.githubusercontent.com
137137
github-releases.githubusercontent.com
138+
github-registry-files.githubusercontent.com
138139
codeload.github.com
140+
*.pkg.github.com
141+
pkg-cache.githubusercontent.com
142+
pkg-containers.githubusercontent.com
143+
pkg-containers-az.githubusercontent.com
139144
```
140145

141146
If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you must add your self-hosted runner's IP address to the allow list. For more information, see "[Managing allowed IP addresses for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" or "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)".

content/developers/webhooks-and-events/webhook-events-and-payloads.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
224224
#### Webhook payload object
225225
226226
{% data reusables.webhooks.create_properties %}
227+
{% data reusables.webhooks.pusher_type_desc %}
227228
{% data reusables.webhooks.repo_desc %}
228229
{% data reusables.webhooks.org_desc %}
229230
{% data reusables.webhooks.app_desc %}
@@ -252,6 +253,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
252253
#### Webhook payload object
253254
254255
{% data reusables.webhooks.delete_properties %}
256+
{% data reusables.webhooks.pusher_type_desc %}
255257
{% data reusables.webhooks.repo_desc %}
256258
{% data reusables.webhooks.org_desc %}
257259
{% data reusables.webhooks.app_desc %}

content/github/administering-a-repository/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ Available update strategies
654654

655655
| Option | Supported by | Action |
656656
|--------|--------------|--------|
657-
| `lockfile-only` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Only create pull requests to update lockfiles updates. Ignore any new versions that would require package manifest changes. |
657+
| `lockfile-only` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Only create pull requests to update lockfiles. Ignore any new versions that would require package manifest changes. |
658658
| `auto` | `bundler`, `cargo`, `composer`, `mix`, `npm`, `pip` | Follow the default strategy described above.|
659659
| `widen`| `composer`, `npm` | Relax the version requirement to include both the new and old version, when possible. |
660660
| `increase`| `bundler`, `composer`, `npm` | Always increase the version requirement to match the new version. |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
`pusher_type`|`string`| The pusher type for the event. Can be either `user` or a deploy key.

0 commit comments

Comments
 (0)