nicoloboschi opened a new pull request, #15684: URL: https://github.com/apache/pulsar/pull/15684
### Motivation Owasp regular checks is now failing with this error ``` Invalid workflow file The workflow is not valid. .github/workflows/ci-owasp-dependency-check.yaml (Line: 69, Col: 13): Unexpected symbol: '"branch-2'. Located at position 16 within expression: matrix.name != "branch-2.8" && matrix.name != "branch-2.9" && matrix.name != "branch-2.10" .github/workflows/ci-owasp-dependency-check.yaml (Line: 76, Col: 13): Unexpected symbol: '"branch-2'. Located at position 16 within expression: matrix.name == "branch-2.8" || matrix.name == "branch-2.9" || matrix.name == "branch-2.10" ``` That is because single quote must be used with strings. ### Modifications * Use single quote for strings - [x] `no-need-doc` -- 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]
