Skip to content

fix(ci): run CodeQL on pushes - #26

Merged
Seddryck merged 1 commit into
mainfrom
fix/codeql-push-trigger
Aug 15, 2026
Merged

fix(ci): run CodeQL on pushes#26
Seddryck merged 1 commit into
mainfrom
fix/codeql-push-trigger

Conversation

@Seddryck

Copy link
Copy Markdown
Owner

Summary

  • add an advanced CodeQL workflow for C#
  • run analysis on every push, pull requests targeting main, a weekly schedule, and manual dispatch
  • grant only the permissions needed to upload code-scanning results

Root cause

The repository did not contain a CodeQL workflow, so pushes had nothing to trigger.

Validation

  • parsed .github/workflows/codeql.yml and verified its triggers and CodeQL actions
  • dotnet build src/Expressif.LanguageServer/Expressif.LanguageServer.csproj --configuration Release --framework net10.0 --runtime win-x64 --no-restore --nologo
  • git diff --cached --check

@coderabbitai

coderabbitai Bot commented Aug 14, 2026

Copy link
Copy Markdown

Important

Review available on request

  • 🔍 Trigger review

Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment @coderabbitai review to review the latest changes. For a full review, comment @coderabbitai full review.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: f2be75a8-9b6a-4676-a423-66902f17a65e


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@Seddryck
Seddryck marked this pull request as ready for review August 15, 2026 00:12
@Seddryck
Seddryck merged commit b09504b into main Aug 15, 2026
7 checks passed
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.

2 participants