Skip to content

Commit dfecb0f

Browse files
authored
Merge pull request #36770 from github/repo-sync
Repo sync
2 parents a7498a3 + 5d4bd8d commit dfecb0f

File tree

12 files changed

+3229
-3310
lines changed

12 files changed

+3229
-3310
lines changed

data/reusables/enterprise_site_admin_settings/update-commit-signing-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
```bash copy
44
sudo consul-template -once -template /etc/consul-templates/etc/nomad-jobs/gpgverify/gpgverify.hcl.ctmpl:/etc/nomad-jobs/gpgverify/gpgverify.hcl
55

6-
nomad job run /etc/nomad-jobs/gpgverify/gpgverify.hcl
6+
sudo nomad job run /etc/nomad-jobs/gpgverify/gpgverify.hcl
77
```

src/github-apps/lib/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "e40e7bf1e6c9db6c52a35b4675f1c8248c35643a"
63+
"sha": "afa8a986f4d2ae2625a2c6a5c36d27f2fa900d1a"
6464
}

src/rest/data/fpt-2022-11-28/schema.json

+17-61
Original file line numberDiff line numberDiff line change
@@ -1935,13 +1935,6 @@
19351935
"partner",
19361936
"custom"
19371937
]
1938-
},
1939-
"version": {
1940-
"description": "The image version of the hosted runner pool.",
1941-
"type": "string",
1942-
"examples": [
1943-
"latest"
1944-
]
19451938
}
19461939
},
19471940
"required": [
@@ -2147,11 +2140,6 @@
21472140
"partner",
21482141
"custom"
21492142
]
2150-
},
2151-
{
2152-
"type": "string or null",
2153-
"name": "version",
2154-
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
21552143
}
21562144
]
21572145
},
@@ -2203,8 +2191,7 @@
22032191
"name": "My Hosted runner",
22042192
"image": {
22052193
"id": "ubuntu-latest",
2206-
"source": "github",
2207-
"version": "latest"
2194+
"source": "github"
22082195
},
22092196
"runner_group_id": 1,
22102197
"size": "4-core",
@@ -2311,13 +2298,6 @@
23112298
"partner",
23122299
"custom"
23132300
]
2314-
},
2315-
"version": {
2316-
"description": "The image version of the hosted runner pool.",
2317-
"type": "string",
2318-
"examples": [
2319-
"latest"
2320-
]
23212301
}
23222302
},
23232303
"required": [
@@ -3165,13 +3145,6 @@
31653145
"partner",
31663146
"custom"
31673147
]
3168-
},
3169-
"version": {
3170-
"description": "The image version of the hosted runner pool.",
3171-
"type": "string",
3172-
"examples": [
3173-
"latest"
3174-
]
31753148
}
31763149
},
31773150
"required": [
@@ -3378,12 +3351,6 @@
33783351
"name": "enable_static_ip",
33793352
"in": "body",
33803353
"description": "<p>Whether this runner should be updated with a static public IP. Note limit on account. To list limits on account, use <code>GET actions/hosted-runners/limits</code></p>"
3381-
},
3382-
{
3383-
"type": "string or null",
3384-
"name": "image_version",
3385-
"in": "body",
3386-
"description": "<p>The version of the runner image to deploy. This is relevant only for runners using custom images.</p>"
33873354
}
33883355
],
33893356
"progAccess": {
@@ -3407,8 +3374,7 @@
34073374
"name": "My larger runner",
34083375
"runner_group_id": 1,
34093376
"maximum_runners": 50,
3410-
"enable_static_ip": false,
3411-
"image_version": "1.0.0"
3377+
"enable_static_ip": false
34123378
},
34133379
"parameters": {
34143380
"org": "ORG",
@@ -3511,13 +3477,6 @@
35113477
"partner",
35123478
"custom"
35133479
]
3514-
},
3515-
"version": {
3516-
"description": "The image version of the hosted runner pool.",
3517-
"type": "string",
3518-
"examples": [
3519-
"latest"
3520-
]
35213480
}
35223481
},
35233482
"required": [
@@ -3818,13 +3777,6 @@
38183777
"partner",
38193778
"custom"
38203779
]
3821-
},
3822-
"version": {
3823-
"description": "The image version of the hosted runner pool.",
3824-
"type": "string",
3825-
"examples": [
3826-
"latest"
3827-
]
38283780
}
38293781
},
38303782
"required": [
@@ -11133,13 +11085,6 @@
1113311085
"partner",
1113411086
"custom"
1113511087
]
11136-
},
11137-
"version": {
11138-
"description": "The image version of the hosted runner pool.",
11139-
"type": "string",
11140-
"examples": [
11141-
"latest"
11142-
]
1114311088
}
1114411089
},
1114511090
"required": [
@@ -157940,6 +157885,12 @@
157940157885
"name": "dismissed_comment",
157941157886
"in": "body",
157942157887
"description": "<p>The dismissal comment associated with the dismissal of the alert.</p>"
157888+
},
157889+
{
157890+
"type": "boolean",
157891+
"name": "create_request",
157892+
"in": "body",
157893+
"description": "<p>If <code>true</code>, attempt to create an alert dismissal request.</p>"
157943157894
}
157944157895
],
157945157896
"progAccess": {
@@ -157962,7 +157913,8 @@
157962157913
"bodyParameters": {
157963157914
"state": "dismissed",
157964157915
"dismissed_reason": "false positive",
157965-
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library."
157916+
"dismissed_comment": "This alert is not actually correct, because there's a sanitizer included in the library.",
157917+
"create_request": true
157966157918
},
157967157919
"parameters": {
157968157920
"owner": "OWNER",
@@ -158698,6 +158650,10 @@
158698158650
"httpStatusCode": "200",
158699158651
"description": "<p>OK</p>"
158700158652
},
158653+
{
158654+
"httpStatusCode": "400",
158655+
"description": "<p>Bad Request</p>"
158656+
},
158701158657
{
158702158658
"httpStatusCode": "403",
158703158659
"description": "<p>Response if the repository is archived or if GitHub Advanced Security is not enabled for this repository</p>"
@@ -555426,7 +555382,7 @@
555426555382
{
555427555383
"name": "secret_type",
555428555384
"in": "query",
555429-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
555385+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
555430555386
"required": false,
555431555387
"schema": {
555432555388
"type": "string"
@@ -557084,7 +557040,7 @@
557084557040
{
557085557041
"name": "secret_type",
557086557042
"in": "query",
557087-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
557043+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
557088557044
"required": false,
557089557045
"schema": {
557090557046
"type": "string"
@@ -558764,7 +558720,7 @@
558764558720
{
558765558721
"name": "secret_type",
558766558722
"in": "query",
558767-
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return experimental patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
558723+
"description": "<p>A comma-separated list of secret types to return. All default secret patterns are returned. To return generic patterns, pass the token name(s) in the parameter. See \"<a href=\"https://docs.github.com/enterprise-cloud@latest/code-security/secret-scanning/introduction/supported-secret-scanning-patterns#supported-secrets\">Supported secret scanning patterns</a>\" for a complete list of secret types.</p>",
558768558724
"required": false,
558769558725
"schema": {
558770558726
"type": "string"

0 commit comments

Comments
 (0)