Skip to content

Introduce Github CodeQL#26

Open
skonefal wants to merge 2 commits into
mainfrom
szymon/advanced-codeql
Open

Introduce Github CodeQL#26
skonefal wants to merge 2 commits into
mainfrom
szymon/advanced-codeql

Conversation

@skonefal
Copy link
Copy Markdown

No description provided.

skonefal and others added 2 commits May 22, 2026 14:12
@cursor
Copy link
Copy Markdown

cursor Bot commented May 22, 2026

PR Summary

Low Risk
Low risk: adds a new GitHub Actions workflow for static analysis only; main impact is potential CI noise/failures if CodeQL finds issues or if workflow permissions/configuration are mis-scoped.

Overview
Introduces a new .github/workflows/codeql.yml GitHub Actions workflow to run CodeQL Advanced scanning for javascript-typescript on pushes to main and on a weekly cron schedule.

The job checks out the repo, initializes CodeQL with build-mode: none, and uploads results via github/codeql-action/analyze, with required security-events (and read-only) permissions configured.

Reviewed by Cursor Bugbot for commit efd12cf. Configure here.

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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.

Create PR

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.

Comment thread .github/workflows/codeql.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant