Skip to content

Remove redundant CodeQL Advanced workflow - #26

Merged
cyrusjamula merged 1 commit into
mainfrom
copilot/pick-one-codeql-variant
Aug 16, 2026
Merged

Remove redundant CodeQL Advanced workflow#26
cyrusjamula merged 1 commit into
mainfrom
copilot/pick-one-codeql-variant

Conversation

Copilot AI commented Aug 16, 2026

Copy link
Copy Markdown
Contributor

The repository had both GitHub’s default CodeQL setup and a custom CodeQL Advanced workflow, causing duplicate scans.

Changes

  • Retain GitHub’s default CodeQL setup.
  • Remove .github/workflows/codeql.yml.
  • Keep PSScriptAnalyzer SARIF reporting unchanged.

Co-authored-by: cyrusjamula <19627536+cyrusjamula@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 16, 2026 22:42
@cyrusjamula
cyrusjamula marked this pull request as ready for review August 16, 2026 22:42
@cyrusjamula
cyrusjamula enabled auto-merge (squash) August 16, 2026 22:43
@cyrusjamula
cyrusjamula merged commit 4cc310e into main Aug 16, 2026
8 checks passed
@cyrusjamula
cyrusjamula deleted the copilot/pick-one-codeql-variant branch August 16, 2026 22:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Removes the repository’s custom “CodeQL Advanced” GitHub Actions workflow to avoid running duplicate CodeQL scans alongside GitHub’s default CodeQL configuration.

Changes:

  • Deleted .github/workflows/codeql.yml (custom CodeQL Advanced workflow) to eliminate duplicate code scanning.
  • Left the existing PSScriptAnalyzer workflow (including SARIF upload) unchanged.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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.

3 participants