Introduce Github CodeQL#9693
Conversation
Removed pull request trigger for CodeQL analysis.
Co-authored-by: Cursor <cursoragent@cursor.com>
PR SummaryLow Risk Overview The job analyzes Reviewed by Cursor Bugbot for commit 1730437. Configure here. |
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
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 targeting main so CodeQL runs on PRs before merge.
Or push these changes by commenting:
@cursor push 107a218cdf
Preview (107a218cdf)
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: '29 7 * * 2'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 1730437. Configure here.
|
I have read the CLA Document and I hereby sign the CLA |


No description provided.