Skip to content

Conversation

@p-
Copy link
Contributor

@p- p- commented Oct 23, 2025

Updated CodeQL workflow to use security-extended and security-and-quality query suites.
(Default template that is proposed when switching from automated config to manual)

Updated CodeQL workflow to use security-extended and security-and-quality query suites.
@p- p- requested review from JarLob and m-y-mo as code owners October 23, 2025 08:59
Copilot AI review requested due to automatic review settings October 23, 2025 08:59
Copy link
Contributor

Copilot AI left a 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 introduces a new CodeQL workflow configuration to enhance security and quality analysis for the repository. The workflow is configured to run CodeQL scans using the security-extended and security-and-quality query suites, which provide more comprehensive security and code quality checks.

Key Changes

  • Added a new CodeQL Advanced workflow that triggers on pushes to main, pull requests to main, and on a weekly schedule
  • Configured the workflow to analyze both GitHub Actions and Python code
  • Enabled enhanced security scanning with security-extended and security-and-quality query suites

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

# Prefix the list here with "+" to use these queries and those in the config file.

# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
queries: security-extended,security-and-quality
Copy link

Copilot AI Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The queries parameter expects query suite references in the format owner/repo/suite@ref or built-in suite names like security-extended. However, security-and-quality is not a standard CodeQL query suite name. The standard built-in suites are security-extended, security-and-quality does not exist. Consider using code-scanning if you want quality queries in addition to security, or verify the correct suite name in CodeQL documentation.

Copilot uses AI. Check for mistakes.
@p- p- changed the title modify CodeQL queries for enhanced security and quality analysis modify CodeQL query suite for enhanced security and quality analysis Oct 23, 2025
kevinbackhouse
kevinbackhouse previously approved these changes Oct 23, 2025
@p- p- merged commit 8bb5044 into main Oct 24, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants