-
Notifications
You must be signed in to change notification settings - Fork 0
Docs and logging #23
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
Docs and logging #23
Conversation
…or functions and modules
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
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.
Pull Request Overview
This PR enhances the CodeQL Extractor Action with comprehensive documentation and improved logging throughout the codebase. The changes add structured module-level documentation, detailed function documentation, and extensive debug/info logging to help with troubleshooting and monitoring the action's execution.
- Adds comprehensive module and function documentation following Rust documentation standards
- Implements detailed logging at debug and info levels throughout the workflow
- Enhances error handling with better error messages and timing information
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
src/main.rs | Adds module documentation and detailed logging for the main workflow execution with timing information |
src/extractors.rs | Adds function documentation and comprehensive logging for extractor fetching, SARIF processing, and permission handling |
src/codeql.rs | Adds module documentation and enhanced error handling with status checking for GitHub CLI commands |
src/action.rs | Adds module documentation and detailed logging for action configuration and validation methods |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…e error handling for CodeQL directory retrieval
No description provided.