Introduce Github CodeQL#26
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
PR SummaryLow Risk Overview The job checks out the repo, initializes CodeQL with Reviewed by Cursor Bugbot for commit efd12cf. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Missing pull request trigger
- Added a pull_request trigger for main so CodeQL runs on PR updates before merge.
Or push these changes by commenting:
@cursor push 6d26a871bd
Preview (6d26a871bd)
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -14,6 +14,8 @@
on:
push:
branches: [ "main" ]
+ pull_request:
+ branches: [ "main" ]
schedule:
- cron: '41 1 * * 3'You can send follow-ups to the cloud agent here.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit efd12cf. Configure here.


No description provided.