Skip to content

ci(PRODSEC-343): consolidate CodeQL workflows into single unified scan#6

Open
anguprasad07 wants to merge 1 commit into
masterfrom
PRODSEC-343/consolidate-codeql
Open

ci(PRODSEC-343): consolidate CodeQL workflows into single unified scan#6
anguprasad07 wants to merge 1 commit into
masterfrom
PRODSEC-343/consolidate-codeql

Conversation

@anguprasad07

Copy link
Copy Markdown

Replaces separate codeql-full-scan.yml and codeql-pr-scan.yml with a single unified codeql.yml workflow.

Copilot AI review requested due to automatic review settings May 14, 2026 17:30

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

This PR consolidates two separate CodeQL workflows (full scan and PR scan) into a single unified workflow that calls a reusable workflow from the KeepTruckin/security-scanners repository. The unified workflow handles both scheduled/manual full scans and PR scans, with concurrency rules tuned so PR scans cancel on new commits while full scans run to completion.

Changes:

  • Adds .github/workflows/codeql.yml triggered by schedule, workflow_dispatch, and pull_request.
  • Delegates scanning to the reusable KeepTruckin/security-scanners/.github/workflows/codeql-scan.yml@master workflow.
  • Configures concurrency to cancel only PR scans, and seeds the overlay-base cache only on full scans.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ktbot ktbot 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.

Approved PRODSEC-343 CodeQL workflow consolidation.

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