Skip to content

Add CodeQL analysis workflow configuration - #3

Merged
mo74m3ed merged 1 commit into
copilot/explain-repository-structurefrom
copilot/mo74m3ed-resolve-issue
Aug 6, 2026
Merged

Add CodeQL analysis workflow configuration#3
mo74m3ed merged 1 commit into
copilot/explain-repository-structurefrom
copilot/mo74m3ed-resolve-issue

Conversation

@mo74m3ed

@mo74m3ed mo74m3ed commented Aug 6, 2026

Copy link
Copy Markdown
Owner

No description provided.

@mo74m3ed mo74m3ed self-assigned this Aug 6, 2026
Copilot AI lite review requested due to automatic review settings August 6, 2026 11:20
@mo74m3ed
mo74m3ed merged commit 74d63b8 into copilot/explain-repository-structure Aug 6, 2026
1 check passed

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 adds a GitHub Actions workflow to run GitHub CodeQL “Advanced” code scanning for the repository.

Changes:

  • Introduces a new .github/workflows/codeql.yml CodeQL analysis workflow.
  • Configures triggers for push, pull_request, and a scheduled run.
  • Sets up a matrix-based analysis job intended to run CodeQL per-language.
Suppressed comments (1)

.github/workflows/codeql.yml:69

  • build-mode is set from ${{ matrix.build-mode }}, but the matrix does not define build-mode. Passing an empty/undefined value here can cause codeql-action/init to fail or behave unexpectedly. For this repository (no compiled languages detected), set build-mode explicitly to none (or remove the key entirely).
        build-mode: ${{ matrix.build-mode }}

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

Comment thread .github/workflows/codeql.yml
Comment on lines +42 to +45
strategy:
fail-fast: false
matrix:
include:
Comment on lines +54 to +56
steps:
- name: Checkout repository
uses: actions/checkout@v7
mo74m3ed added a commit that referenced this pull request Aug 6, 2026
Merge pull request #3 from mo74m3ed/copilot/mo74m3ed-resolve-issue
mo74m3ed added a commit that referenced this pull request Aug 6, 2026
…ry-structure

Revert "Merge pull request #3 from mo74m3ed/copilot/mo74m3ed-resolve-issue"
mo74m3ed added a commit that referenced this pull request Aug 7, 2026
…#19)

* Revert "Merge pull request #3 from mo74m3ed/copilot/mo74m3ed-resolve-issue"

* Fix CodeQL workflow: branch filters, empty matrix, and steps indentation (#4)

* Initial plan

* Fix codeql.yml: update branch filters, add actions language matrix, fix steps indentation

Co-authored-by: mo74m3ed <71875716+mo74m3ed@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: mo74m3ed <71875716+mo74m3ed@users.noreply.github.com>

* Update issue templates (#11)

* Create CI workflow for copilot/integration branch (#14)

This workflow triggers on push and pull request events for the 'copilot/integration' branch and can be run manually.

* Mo74m3ed patch 1 (#12)

* Fix codeql.yml: update branch filters, add actions language matrix, fix steps indentation (#7)

* Add initial devcontainer configuration file

* Create CI workflow for copilot/integration branch (#18)

This workflow triggers on push and pull request events for the 'copilot/integration' branch and can be run manually.

---------

Co-authored-by: Mohammed alshammari <71875716+mo74m3ed@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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.

2 participants