Skip to content

Commit

Permalink
Action ran graphql script"update-files"
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Aug 4, 2022
1 parent 5d7ec93 commit 59a82c3
Show file tree
Hide file tree
Showing 7 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/graphql/ghae/schema.docs-ghae.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -35513,6 +35513,11 @@ type SecurityAdvisoryConnection {
The possible ecosystems of a security vulnerability's package.
"""
enum SecurityAdvisoryEcosystem {
"""
GitHub Actions
"""
ACTIONS

"""
PHP packages hosted at packagist.org
"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -43056,6 +43056,11 @@ type SecurityAdvisoryConnection {
The possible ecosystems of a security vulnerability's package.
"""
enum SecurityAdvisoryEcosystem {
"""
GitHub Actions
"""
ACTIONS

"""
PHP packages hosted at packagist.org
"""
Expand Down
5 changes: 5 additions & 0 deletions data/graphql/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -43056,6 +43056,11 @@ type SecurityAdvisoryConnection {
The possible ecosystems of a security vulnerability's package.
"""
enum SecurityAdvisoryEcosystem {
"""
GitHub Actions
"""
ACTIONS

"""
PHP packages hosted at packagist.org
"""
Expand Down
13 changes: 13 additions & 0 deletions lib/graphql/static/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value <code>ACTIONS</code> was added to enum <code>SecurityAdvisoryEcosystem</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-08-04"
},
{
"schemaChanges": [
{
Expand Down
4 changes: 4 additions & 0 deletions lib/graphql/static/schema-dotcom.json
Original file line number Diff line number Diff line change
Expand Up @@ -77110,6 +77110,10 @@
"href": "/graphql/reference/enums#securityadvisoryecosystem",
"description": "<p>The possible ecosystems of a security vulnerability's package.</p>",
"values": [
{
"name": "ACTIONS",
"description": "<p>GitHub Actions.</p>"
},
{
"name": "COMPOSER",
"description": "<p>PHP packages hosted at packagist.org.</p>"
Expand Down
4 changes: 4 additions & 0 deletions lib/graphql/static/schema-ghae.json
Original file line number Diff line number Diff line change
Expand Up @@ -63108,6 +63108,10 @@
"href": "/graphql/reference/enums#securityadvisoryecosystem",
"description": "<p>The possible ecosystems of a security vulnerability's package.</p>",
"values": [
{
"name": "ACTIONS",
"description": "<p>GitHub Actions.</p>"
},
{
"name": "COMPOSER",
"description": "<p>PHP packages hosted at packagist.org.</p>"
Expand Down
4 changes: 4 additions & 0 deletions lib/graphql/static/schema-ghec.json
Original file line number Diff line number Diff line change
Expand Up @@ -77110,6 +77110,10 @@
"href": "/graphql/reference/enums#securityadvisoryecosystem",
"description": "<p>The possible ecosystems of a security vulnerability's package.</p>",
"values": [
{
"name": "ACTIONS",
"description": "<p>GitHub Actions.</p>"
},
{
"name": "COMPOSER",
"description": "<p>PHP packages hosted at packagist.org.</p>"
Expand Down

0 comments on commit 59a82c3

Please sign in to comment.