bito-code-review[bot] commented on PR #43791: URL: https://github.com/apache/superset/pull/43791#issuecomment-5507924427
<!-- Bito Reply --> Yes, updating these action pins atomically is recommended to maintain compatibility and avoid potential CodeQL failures. You can update both the `init` and `analyze` actions to the same version in a single commit to ensure the master branch remains in a consistent state. **.github/workflows/codeql-analysis.yml** ``` - uses: github/codeql-action/[email protected] - uses: github/codeql-action/[email protected] ``` -- 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]
