Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bdoyal committed Mar 21, 2024
1 parent 2e5e82b commit b6cff41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Pixeebot works directly with your repositories in GitHub through pull requests,

### Does Pixeebot work with CodeQL?

Yes! Pixeebot can help you address issues discovered by [CodeQL](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql) and [GitHub Advanced Security](https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security). For the best results, use the [GitHub provided action](https://github.com/github/codeql-action) to trigger CodeQL analysis against your default branch and Pixeebot will take it from there. If CodeQL discovers issues Pixeebot can fix, you'll see a pull request from Pixeebot with suggested changes to your code. Check out our [docs page](code-scanning-tools/codeql) for more information about the types of CodeQL findings Pixeebot can fix.
Yes! Pixeebot can help you address issues discovered by [CodeQL](https://docs.github.com/en/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql) and [GitHub Advanced Security](https://docs.github.com/en/get-started/learning-about-github/about-github-advanced-security). For the best results, use the [GitHub provided action](https://github.com/github/codeql-action) to trigger CodeQL analysis against your default branch and Pixeebot will take it from there. If CodeQL discovers issues Pixeebot can fix, you'll see a pull request from Pixeebot with suggested changes to your code. Check out our [docs page](code-scanning-tools/codeql) for more information about the types of CodeQL findings Pixeebot can fix.

### How can I apply automatic formatting to PRs generated by Pixeebot?

Expand Down

0 comments on commit b6cff41

Please sign in to comment.