Conversation
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
There was a problem hiding this comment.
Pull request overview
Adds a GitHub Actions workflow to run CodeQL “Advanced” code scanning for this Rails (Ruby) codebase, enabling GitHub Advanced Security/code scanning results on pushes and PRs.
Changes:
- Introduces a new
.github/workflows/codeql.ymlworkflow that runs CodeQL analysis for Ruby onpushandpull_requesttomain. - Configures CodeQL init/analyze steps and job permissions for uploading code-scanning results.
Suppressed comments (1)
.github/workflows/codeql.yml:97
github/codeql-action/analyzeis referenced by a floating major tag (@v4). To match the repository’s action-pinning convention and to avoidzizmorCI failures, pin this action to a specific commit SHA (see.github/workflows/ci.yml:40-55for precedent).
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Test coverage92.18% line coverage reported by SimpleCov. |
Status
What's changed?
Steps to perform after deploying to production
Applies to CI only.