-
Notifications
You must be signed in to change notification settings - Fork 25
ci: set up CodeQL analysis #403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,41 @@ | ||||||||||||
| name: CodeQL Analysis | ||||||||||||
|
|
||||||||||||
| on: | ||||||||||||
| push: | ||||||||||||
| branches: | ||||||||||||
| - main | ||||||||||||
| pull_request: | ||||||||||||
| branches: | ||||||||||||
| - main | ||||||||||||
|
||||||||||||
| - main | |
| - develop |
sjinks marked this conversation as resolved.
Show resolved
Hide resolved
Copilot
AI
Jul 19, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The language matrix only includes 'actions' which analyzes GitHub Actions workflows. If this repository contains other programming languages (JavaScript, Python, Java, etc.), they should also be included in the matrix for comprehensive code analysis.
| - actions | |
| - actions | |
| - javascript | |
| - python | |
| - java |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The workflow triggers on pushes to 'main' branch, but the PR description mentions 'develop' branch. This inconsistency should be resolved to match the intended target branch.