Skip to content

Commit

Permalink
feat: creates a component for security-advisory-ecosystems, adds depr…
Browse files Browse the repository at this point in the history
…ecated 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]]
  • Loading branch information
octokitbot committed Apr 3, 2024
1 parent 95921eb commit f2fe6f7
Show file tree
Hide file tree
Showing 26 changed files with 1,532 additions and 396,591 deletions.
173 changes: 125 additions & 48 deletions cache/api.github.com.json

Large diffs are not rendered by default.

207 changes: 147 additions & 60 deletions cache/ghec.json

Large diffs are not rendered by default.

71 changes: 49 additions & 22 deletions cache/ghes-3.10.json

Large diffs are not rendered by default.

106 changes: 62 additions & 44 deletions cache/ghes-3.11.json

Large diffs are not rendered by default.

106 changes: 62 additions & 44 deletions cache/ghes-3.12.json

Large diffs are not rendered by default.

287,208 changes: 0 additions & 287,208 deletions cache/ghes-3.8.json

This file was deleted.

71 changes: 49 additions & 22 deletions cache/ghes-3.9.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cache/github.ae.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "14.1.0",
"version": "15.0.0",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": {
Expand Down
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@
"pkgRoot": "packages/openapi-types-ghes-3.12"
}
],
[
"@semantic-release/npm",
{
"pkgRoot": "packages/openapi-types-ghes-3.8"
}
],
[
"@semantic-release/npm",
{
Expand Down
2 changes: 1 addition & 1 deletion packages/openapi-types-ghec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
298 changes: 196 additions & 102 deletions packages/openapi-types-ghec/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
174 changes: 154 additions & 20 deletions packages/openapi-types-ghes-3.10/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
204 changes: 162 additions & 42 deletions packages/openapi-types-ghes-3.11/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.12/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
204 changes: 162 additions & 42 deletions packages/openapi-types-ghes-3.12/types.d.ts

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions packages/openapi-types-ghes-3.8/LICENSE

This file was deleted.

17 changes: 0 additions & 17 deletions packages/openapi-types-ghes-3.8/README.md

This file was deleted.

20 changes: 0 additions & 20 deletions packages/openapi-types-ghes-3.8/package.json

This file was deleted.

108,815 changes: 0 additions & 108,815 deletions packages/openapi-types-ghes-3.8/types.d.ts

This file was deleted.

2 changes: 1 addition & 1 deletion packages/openapi-types-ghes-3.9/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
174 changes: 154 additions & 20 deletions packages/openapi-types-ghes-3.9/types.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/openapi-types-github.ae/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"octokit": {
"openapi-version": "14.1.0"
"openapi-version": "15.0.0"
}
}

0 comments on commit f2fe6f7

Please sign in to comment.