-
Notifications
You must be signed in to change notification settings - Fork 0
fix: apply PR #2 review feedback - CodeQL auto-detection, docs accuracy #8
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 |
|---|---|---|
|
|
@@ -56,9 +56,9 @@ | |
|
|
||
| <!-- Descreva os passos para testar as mudanças --> | ||
|
|
||
| 1. | ||
|
Check failure on line 59 in .github/pull_request_template.md
|
||
| 2. | ||
|
Check failure on line 60 in .github/pull_request_template.md
|
||
| 3. | ||
|
Check failure on line 61 in .github/pull_request_template.md
|
||
|
|
||
| ## 📝 Notas Adicionais | ||
|
|
||
|
|
@@ -68,4 +68,4 @@ | |
|
|
||
| <!-- @mencione revisores específicos, se houver --> | ||
|
|
||
| @ | ||
| @reviewer-username | ||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -96,10 +96,10 @@ PR Opened | |||||
|
|
||||||
| **What it does**: | ||||||
| - Scans code for security vulnerabilities | ||||||
| - Analyzes JavaScript and Python code | ||||||
| - Automatically detects and analyzes supported languages in the repository | ||||||
| - Reports findings to Security tab | ||||||
|
|
||||||
| **Languages**: JavaScript, Python (automatically detected) | ||||||
| **Languages**: Automatically detected (supports C++, C#, Go, Java, JavaScript, Python, Ruby, Swift) | ||||||
|
||||||
| **Languages**: Automatically detected (supports C++, C#, Go, Java, JavaScript, Python, Ruby, Swift) | |
| **Languages**: Automatically detected based on the CodeQL workflow configuration (currently JavaScript and Python) |
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
github/codeql-action/init@v3step no longer provides awith.languagesinput. The CodeQL init action expects explicit languages to analyze, so this workflow will fail at runtime rather than auto-detecting. Consider adding a lightweight detection step that outputs a comma-separated language list (or skips the job entirely when none are found) and pass that value toinit.