mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
fix: Use YamlScalar for booleans
This commit is contained in:
@@ -26,7 +26,7 @@ class ActionsCheckoutStep extends Actions::Step {
|
||||
/**
|
||||
* A `with:`/`persist-credentials` field sibling to `uses: actions/checkout`.
|
||||
*/
|
||||
class ActionsCheckoutWithPersistCredentials extends YamlNode, YamlString {
|
||||
class ActionsCheckoutWithPersistCredentials extends YamlNode, YamlScalar {
|
||||
ActionsCheckoutStep step;
|
||||
|
||||
ActionsCheckoutWithPersistCredentials() {
|
||||
|
||||
Reference in New Issue
Block a user