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 code scanning on pushes/PRs to main and on a weekly schedule, enabling automated security/static analysis for the repo.
Changes:
- Introduces a new
.github/workflows/codeql.ymlworkflow for CodeQL scanning. - Configures a language matrix for
actionsandjavascript-typescript. - Runs CodeQL init/analyze steps (with a placeholder manual build step gated on
build-mode: manual).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Agent-Logs-Url: https://github.com/cameri/nostream/sessions/db5ea1d7-794d-41b1-bd2a-2c2d59800915 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: cameri <378886+cameri@users.noreply.github.com> Co-authored-by: Ricardo Cabral <me@ricardocabral.io>
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: