Skip to content

Commit f2fe6f7

Browse files
authored
feat: creates a component for security-advisory-ecosystems, adds deprecated attribute to workflow-run-requested.hub_url, BREAKING CHANGES: [renames operation repository-rule-params-thresholds to repository-rule-params-code-scanning-threshold, renames repository-rule-params-thresholds[code_scanning_alert_threshold, code_scanning_security_alert_threshold] to repository-rule-params-code-scanning-threshold[alerts,security_alerts]], adds property repository-rule-params-code-scanning-threshold[tool], adds object secret-scanning-location-wiki-commit (#407)
Breaking Changes: [renames operation repository-rule-params-thresholds to repository-rule-params-code-scanning-threshold, renames repository-rule-params-thresholds[code_scanning_alert_threshold, code_scanning_security_alert_threshold] to repository-rule-params-code-scanning-threshold[alerts,security_alerts]]
1 parent 95921eb commit f2fe6f7

File tree

26 files changed

+1532
-396591
lines changed

26 files changed

+1532
-396591
lines changed

cache/api.github.com.json

+125-48
Large diffs are not rendered by default.

cache/ghec.json

+147-60
Large diffs are not rendered by default.

cache/ghes-3.10.json

+49-22
Large diffs are not rendered by default.

cache/ghes-3.11.json

+62-44
Large diffs are not rendered by default.

cache/ghes-3.12.json

+62-44
Large diffs are not rendered by default.

cache/ghes-3.8.json

-287,208
This file was deleted.

cache/ghes-3.9.json

+49-22
Large diffs are not rendered by default.

cache/github.ae.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "14.1.0",
4+
"version": "15.0.0",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": {

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,6 @@
6363
"pkgRoot": "packages/openapi-types-ghes-3.12"
6464
}
6565
],
66-
[
67-
"@semantic-release/npm",
68-
{
69-
"pkgRoot": "packages/openapi-types-ghes-3.8"
70-
}
71-
],
7266
[
7367
"@semantic-release/npm",
7468
{

packages/openapi-types-ghec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1616
"license": "MIT",
1717
"octokit": {
18-
"openapi-version": "14.1.0"
18+
"openapi-version": "15.0.0"
1919
}
2020
}

packages/openapi-types-ghec/types.d.ts

+196-102
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.10/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1616
"license": "MIT",
1717
"octokit": {
18-
"openapi-version": "14.1.0"
18+
"openapi-version": "15.0.0"
1919
}
2020
}

packages/openapi-types-ghes-3.10/types.d.ts

+154-20
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.11/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1616
"license": "MIT",
1717
"octokit": {
18-
"openapi-version": "14.1.0"
18+
"openapi-version": "15.0.0"
1919
}
2020
}

packages/openapi-types-ghes-3.11/types.d.ts

+162-42
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.12/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"author": "Gregor Martynus (https://twitter.com/gr2m)",
1616
"license": "MIT",
1717
"octokit": {
18-
"openapi-version": "14.1.0"
18+
"openapi-version": "15.0.0"
1919
}
2020
}

packages/openapi-types-ghes-3.12/types.d.ts

+162-42
Large diffs are not rendered by default.

packages/openapi-types-ghes-3.8/LICENSE

-7
This file was deleted.

packages/openapi-types-ghes-3.8/README.md

-17
This file was deleted.

packages/openapi-types-ghes-3.8/package.json

-20
This file was deleted.

0 commit comments

Comments
 (0)