Introduce Github CodeQL#5
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
PR SummaryLow Risk Overview The workflow checks out the repo, initializes CodeQL with Reviewed by Cursor Bugbot for commit b3d43cf. 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 CodeQL pull_request trigger for the master branch so PRs are scanned before merge.
Or push these changes by commenting:
@cursor push ab531b0acc
Preview (ab531b0acc)
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: [ "master" ]
+ pull_request:
+ branches: [ "master" ]
schedule:
- cron: '26 19 * * 0'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 b3d43cf. Configure here.


No description provided.