Skip to content

Commit

Permalink
refresh cf
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesWoolfenden committed Sep 23, 2024
1 parent 706a093 commit cd95ade
Show file tree
Hide file tree
Showing 1,310 changed files with 314,385 additions and 305,759 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/init@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -53,7 +53,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/autobuild@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0

# ℹ️ Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
Expand All @@ -66,4 +66,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5c02493ebfd65b28fd3b082c65e5af2cd745d91f # codeql-bundle-v2.18.2
uses: github/codeql-action/analyze@5618c9fc1e675841ca52c1c6b1304f5255a905a0 # codeql-bundle-v2.19.0
178 changes: 89 additions & 89 deletions schema/alexa-ask-skill.json
Original file line number Diff line number Diff line change
@@ -1,89 +1,89 @@
{
"additionalProperties": false,
"createOnlyProperties": [
"/properties/VendorId"
],
"definitions": {
"AuthenticationConfiguration": {
"additionalProperties": false,
"properties": {
"ClientId": {
"type": "string"
},
"ClientSecret": {
"type": "string"
},
"RefreshToken": {
"type": "string"
}
},
"required": [
"RefreshToken",
"ClientSecret",
"ClientId"
],
"type": "object"
},
"Overrides": {
"additionalProperties": false,
"properties": {
"Manifest": {
"type": "object"
}
},
"type": "object"
},
"SkillPackage": {
"additionalProperties": false,
"properties": {
"Overrides": {
"$ref": "#/definitions/Overrides"
},
"S3Bucket": {
"type": "string"
},
"S3BucketRole": {
"type": "string"
},
"S3Key": {
"type": "string"
},
"S3ObjectVersion": {
"type": "string"
}
},
"required": [
"S3Bucket",
"S3Key"
],
"type": "object"
}
},
"description": "Resource Type definition for Alexa::ASK::Skill",
"primaryIdentifier": [
"/properties/Id"
],
"properties": {
"AuthenticationConfiguration": {
"$ref": "#/definitions/AuthenticationConfiguration"
},
"Id": {
"type": "string"
},
"SkillPackage": {
"$ref": "#/definitions/SkillPackage"
},
"VendorId": {
"type": "string"
}
},
"readOnlyProperties": [
"/properties/Id"
],
"required": [
"AuthenticationConfiguration",
"VendorId",
"SkillPackage"
],
"typeName": "Alexa::ASK::Skill"
}
{
"additionalProperties": false,
"createOnlyProperties": [
"/properties/VendorId"
],
"definitions": {
"AuthenticationConfiguration": {
"additionalProperties": false,
"properties": {
"ClientId": {
"type": "string"
},
"ClientSecret": {
"type": "string"
},
"RefreshToken": {
"type": "string"
}
},
"required": [
"RefreshToken",
"ClientSecret",
"ClientId"
],
"type": "object"
},
"Overrides": {
"additionalProperties": false,
"properties": {
"Manifest": {
"type": "object"
}
},
"type": "object"
},
"SkillPackage": {
"additionalProperties": false,
"properties": {
"Overrides": {
"$ref": "#/definitions/Overrides"
},
"S3Bucket": {
"type": "string"
},
"S3BucketRole": {
"type": "string"
},
"S3Key": {
"type": "string"
},
"S3ObjectVersion": {
"type": "string"
}
},
"required": [
"S3Bucket",
"S3Key"
],
"type": "object"
}
},
"description": "Resource Type definition for Alexa::ASK::Skill",
"primaryIdentifier": [
"/properties/Id"
],
"properties": {
"AuthenticationConfiguration": {
"$ref": "#/definitions/AuthenticationConfiguration"
},
"Id": {
"type": "string"
},
"SkillPackage": {
"$ref": "#/definitions/SkillPackage"
},
"VendorId": {
"type": "string"
}
},
"readOnlyProperties": [
"/properties/Id"
],
"required": [
"AuthenticationConfiguration",
"VendorId",
"SkillPackage"
],
"typeName": "Alexa::ASK::Skill"
}
Loading

0 comments on commit cd95ade

Please sign in to comment.