Update codeql-analysis.yml

This commit is contained in:
aparnajyothi-y 2024-07-15 13:57:36 +05:30 committed by GitHub
parent 5e63e7aef0
commit 6f9c553ee3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ on:
description: "Optional input to set languages for CodeQL check. Supported values are: 'cpp', 'csharp', 'go', 'java', 'javascript', 'typescript', 'python', 'ruby'. To set multiple languages, use the same syntax as you can see in the default value."
required: false
type: string
default: "['javascript']"
default: '["javascript"]'
codeql-cfg-path:
description: "Optional input to set path to a CodeQL config file"
required: false