Introduce Github CodeQL#98
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
PR SummaryLow Risk Overview The job analyzes Reviewed by Cursor Bugbot for commit 239a9f1. 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 defeats proactive security scanning
- Added the missing CodeQL pull_request trigger for main so PRs are scanned before merge.
Or push these changes by commenting:
@cursor push 3dbb80f0cf
Preview (3dbb80f0cf)
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: '23 5 * * 1'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 239a9f1. Configure here.


No description provided.