Skip to content

Commit

Permalink
[vendor-schemas] automated update (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: sirosen <[email protected]>
  • Loading branch information
github-actions[bot] and sirosen authored Dec 22, 2023
1 parent 3fd7401 commit 90ecaea
Show file tree
Hide file tree
Showing 15 changed files with 49 additions and 48 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Unreleased

.. vendor-insert-here
- Update vendored schemas (2023-12-17)
- Update vendored schemas (2023-12-22)

0.27.3
------
Expand Down
18 changes: 9 additions & 9 deletions src/check_jsonschema/builtin_schemas/vendor/cloudbuild.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "https://json.schemastore.org/cloudbuild",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/cloudbuild",
"definitions": {
"BuildStep": {
"description": "A step in the build pipeline.",
Expand Down Expand Up @@ -229,16 +229,17 @@
"type": "object",
"properties": {
"storageSource": {
"description": "If provided, get the source from this location in Google Cloud Storage.",
"$ref": "#/definitions/StorageSource"
"$ref": "#/definitions/StorageSource",
"description": "If provided, get the source from this location in Google Cloud Storage."
},
"repoSource": {
"description": "If provided, get the source from this location in a Cloud Source\nRepository.",
"$ref": "#/definitions/RepoSource"
"$ref": "#/definitions/RepoSource",
"description": "If provided, get the source from this location in a Cloud Source\nRepository."
}
}
},
"StorageSource": {
"$id": "StorageSource",
"description": "Location of the source in an archive file in Google Cloud Storage.",
"type": "object",
"properties": {
Expand All @@ -255,8 +256,7 @@
"description": "Google Cloud Storage object containing the source.\n\nThis object must be a gzipped archive file (`.tar.gz`) containing source to\nbuild.",
"type": "string"
}
},
"$id": "StorageSource"
}
},
"RepoSource": {
"description": "Location of the source in a Google Cloud Source Repository.",
Expand Down Expand Up @@ -293,8 +293,8 @@
"type": "object",
"properties": {
"objects": {
"description": "A list of objects to be uploaded to Cloud Storage upon successful\ncompletion of all build steps.\n\nFiles in the workspace matching specified paths globs will be uploaded to\nthe specified Cloud Storage location using the builder service account's\ncredentials.\n\nThe location and generation of the uploaded objects will be stored in the\nBuild resource's results field.\n\nIf any objects fail to be pushed, the build is marked FAILURE.",
"$ref": "#/definitions/ArtifactObjects"
"$ref": "#/definitions/ArtifactObjects",
"description": "A list of objects to be uploaded to Cloud Storage upon successful\ncompletion of all build steps.\n\nFiles in the workspace matching specified paths globs will be uploaded to\nthe specified Cloud Storage location using the builder service account's\ncredentials.\n\nThe location and generation of the uploaded objects will be stored in the\nBuild resource's results field.\n\nIf any objects fail to be pushed, the build is marked FAILURE."
},
"images": {
"description": "A list of images to be pushed upon the successful completion of all build\nsteps.\n\nThe images will be pushed using the builder service account's credentials.\n\nThe digests of the pushed images will be stored in the Build resource's\nresults field.\n\nIf any of the images fail to be pushed, the build is marked FAILURE.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a1586617a33ebdaaec163d224a3a09ff010e5ed9ecccdd7d954715f2ad6e361e
0241ba344c9082bfcb6d06353576f0fe6dbef66e1da4a902cf42dd52d9225180
20 changes: 10 additions & 10 deletions src/check_jsonschema/builtin_schemas/vendor/dependabot.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "https://json.schemastore.org/dependabot-2.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/dependabot-2.0.json",
"additionalProperties": false,
"definitions": {
"timezone": {
Expand Down Expand Up @@ -813,8 +813,8 @@
"type": "string"
},
"update-types": {
"description": "Use to ignore types of updates. You can combine this with 'dependency-name: \"*\"' to ignore particular update-types for all dependencies.",
"$ref": "#/definitions/update-types"
"$ref": "#/definitions/update-types",
"description": "Use to ignore types of updates. You can combine this with 'dependency-name: \"*\"' to ignore particular update-types for all dependencies."
},
"versions": {
"description": "Use to ignore specific versions or ranges of versions. If you want to define a range, use the standard pattern for the package manager.",
Expand All @@ -835,8 +835,8 @@
}
},
"insecure-external-code-execution": {
"description": "Allow or deny code execution in manifest files",
"$ref": "#/definitions/insecure-external-code-execution"
"$ref": "#/definitions/insecure-external-code-execution",
"description": "Allow or deny code execution in manifest files"
},
"labels": {
"description": "Labels to set on pull requests",
Expand All @@ -861,8 +861,8 @@
"default": 5
},
"package-ecosystem": {
"description": "Package manager to use",
"$comment": "These values are restricted by a top-level if-then-else when 'enable-beta-ecosystems' is not enabled.",
"description": "Package manager to use",
"type": "string",
"anyOf": [
{ "$ref": "#/definitions/package-ecosystem-values" },
Expand Down Expand Up @@ -941,8 +941,8 @@
"type": "boolean"
},
"versioning-strategy": {
"description": "How to update manifest version requirements",
"$ref": "#/definitions/versioning-strategy"
"$ref": "#/definitions/versioning-strategy",
"description": "How to update manifest version requirements"
}
},
"required": ["package-ecosystem", "directory", "schedule"]
Expand Down Expand Up @@ -1033,9 +1033,9 @@
"updates": {
"type": "array",
"items": {
"$ref": "#/definitions/update",
"title": "Package Ecosystem",
"description": "Element for each one package manager that you want GitHub Dependabot to monitor for new versions",
"$ref": "#/definitions/update"
"description": "Element for each one package manager that you want GitHub Dependabot to monitor for new versions"
}
},
"registries": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
34087162da710c134ccfc14259eedc9a4492bdaf5937def29d1f5ca0ce468892
61026739f963999c8676b1f5c564c88cf7de4008c14f162d5e07cc953c6d816f
6 changes: 3 additions & 3 deletions src/check_jsonschema/builtin_schemas/vendor/drone-ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$id": "https://json.schemastore.org/drone.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/drone.json",
"definitions": {
"nonEmptyString": {
"type": "string",
Expand Down Expand Up @@ -438,8 +438,8 @@
"type": "array"
},
"dns_config": {
"description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy.",
"$ref": "https://json.schemastore.org/kubernetes-definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig"
"$ref": "https://json.schemastore.org/kubernetes-definitions.json#/definitions/io.k8s.api.core.v1.PodDNSConfig",
"description": "Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy."
},
"host_aliases": {
"description": "HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bca65a75ba0437d034ddc5062772db71eebb634c06491edbb2dc7b650a8635d8
808953201a4919eae19007cde74e27679f547e95619c2f926f21e6fb1cc814f5
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions",
"$id": "https://json.schemastore.org/github-action.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/github-action.json",
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions",
"additionalProperties": false,
"definitions": {
"expressionSyntax": {
"type": "string",
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
"type": "string",
"pattern": "^\\$\\{\\{(.|[\r\n])*\\}\\}$"
},
"stringContainingExpressionSyntax": {
"type": "string",
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
"type": "string",
"pattern": "^.*\\$\\{\\{(.|[\r\n])*\\}\\}.*$"
},
"pre-if": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15f5495b65b30a6025e2b6ae957c9ffc887234167972601384e3cc3f116a7d54
0817878cce449ba9b92ac9b90280105b39d83f282974592b29b2112c8bb227dd
20 changes: 11 additions & 9 deletions src/check_jsonschema/builtin_schemas/vendor/github-workflows.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions",
"$id": "https://json.schemastore.org/github-workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/github-workflow.json",
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions",
"additionalProperties": false,
"definitions": {
"architecture": {
Expand Down Expand Up @@ -301,13 +301,13 @@
"additionalProperties": true
},
"expressionSyntax": {
"type": "string",
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
"type": "string",
"pattern": "^\\$\\{\\{(.|[\r\n])*\\}\\}$"
},
"stringContainingExpressionSyntax": {
"type": "string",
"$comment": "escape `{` and `}` in pattern to be unicode compatible (#1360)",
"type": "string",
"pattern": "^.*\\$\\{\\{(.|[\r\n])*\\}\\}.*$"
},
"globs": {
Expand Down Expand Up @@ -386,8 +386,8 @@
"type": "string"
},
{
"type": "string",
"$comment": "https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#custom-shell",
"type": "string",
"enum": ["bash", "pwsh", "python", "sh", "cmd", "powershell"]
}
]
Expand Down Expand Up @@ -495,8 +495,8 @@
},
"with": {
"$comment": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idwith",
"description": "A map of inputs that are passed to the called workflow. Any inputs that you pass must match the input specifications defined in the called workflow. Unlike 'jobs.<job_id>.steps[*].with', the inputs you pass with 'jobs.<job_id>.with' are not be available as environment variables in the called workflow. Instead, you can reference the inputs by using the inputs context.",
"$ref": "#/definitions/env"
"$ref": "#/definitions/env",
"description": "A map of inputs that are passed to the called workflow. Any inputs that you pass must match the input specifications defined in the called workflow. Unlike 'jobs.<job_id>.steps[*].with', the inputs you pass with 'jobs.<job_id>.with' are not be available as environment variables in the called workflow. Instead, you can reference the inputs by using the inputs context."
},
"secrets": {
"$comment": "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idsecrets",
Expand Down Expand Up @@ -1257,6 +1257,8 @@
"ready_for_review",
"locked",
"unlocked",
"milestoned",
"demilestoned",
"review_requested",
"review_request_removed",
"auto_merge_enabled",
Expand Down Expand Up @@ -1515,8 +1517,8 @@
"description": "A string representing the default value. The default value is used when an input parameter isn't specified in a workflow file."
},
"type": {
"description": "A string representing the type of the input.",
"$comment": "https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onworkflow_dispatchinputsinput_idtype",
"description": "A string representing the type of the input.",
"type": "string",
"enum": [
"string",
Expand Down Expand Up @@ -1636,7 +1638,7 @@
"$ref": "#/definitions/types",
"items": {
"type": "string",
"enum": ["requested", "completed"]
"enum": ["requested", "completed", "in_progress"]
},
"default": ["requested", "completed"]
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
168be6238de16c732dbe0badfa10b69b1e74797f58f55317b85069fb24d791e0
147e509d033d9cd39e38eb3543036252c08b774651932b75c96a8a6fc56e5550
5 changes: 2 additions & 3 deletions src/check_jsonschema/builtin_schemas/vendor/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@
"type": "object",
"default": {
"fileMatch": [
"(^|/)requirements\\.ya?ml$",
"(^|/)galaxy\\.ya?ml$"
"(^|/)(galaxy|requirements)(\\.ansible)?\\.ya?ml$"
]
},
"$ref": "#"
Expand Down Expand Up @@ -888,7 +887,7 @@
"dockerSidecarImage": {
"description": "Change this value to override the default Renovate sidecar image.",
"type": "string",
"default": "ghcr.io/containerbase/sidecar:9.30.6"
"default": "ghcr.io/containerbase/sidecar:9.30.9"
},
"dockerUser": {
"description": "Set the `UID` and `GID` for Docker-based binaries if you use `binarySource=docker`.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
147dac08945aca401490f8205d4f2f106f096a70b562dc975ec510f67a006307
4d4972d8b82117731009c29b9472ef894a49a2f0ca0d360a9d346de157f9b869
4 changes: 2 additions & 2 deletions src/check_jsonschema/builtin_schemas/vendor/travis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1103,8 +1103,8 @@
]
},
"ssh_known_hosts": {
"description": "Travis CI can add entries to ~/.ssh/known_hosts prior to cloning your git repository, which is necessary if there are git submodules from domains other than github.com, gist.github.com, or ssh.github.com.",
"$ref": "#/definitions/stringOrStringArrayUnique"
"$ref": "#/definitions/stringOrStringArrayUnique",
"description": "Travis CI can add entries to ~/.ssh/known_hosts prior to cloning your git repository, which is necessary if there are git submodules from domains other than github.com, gist.github.com, or ssh.github.com."
},
"artifacts": {
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion src/check_jsonschema/builtin_schemas/vendor/travis.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
44cf3f63492a54417f1f321b89b7585495dfb4cf30d28a49958a5d98caf0dab3
89c9ec99a48c5c2b630cea5d245697ff691221832017135ffca6248bc975bab0

0 comments on commit 90ecaea

Please sign in to comment.