dagecko commented on PR #38893: URL: https://github.com/apache/superset/pull/38893#issuecomment-4148614827
Hey, thanks again for merging this. I was doing some additional validation against the CodeQL envvar-injection-critical guidance (https://codeql.github.com/codeql-query-help/actions/actions-envvar-injection-critical/) and noticed `${INPUT_LIMIT}` on the limit flag should be quoted as `"${INPUT_LIMIT}"` for completeness. Minor one, just flagging it for your awareness. - Chris -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
