Skip to content

ci: add CodeQL security analysis#55

Merged
badhope merged 1 commit into
mainfrom
feat/wf-codeql
Jun 10, 2026
Merged

ci: add CodeQL security analysis#55
badhope merged 1 commit into
mainfrom
feat/wf-codeql

Conversation

@badhope

@badhope badhope commented Jun 9, 2026

Copy link
Copy Markdown
Owner

ci: add codeql workflow

Adds .github/workflows/codeql.yml per the gap analysis in
PROJECT_RECOMMENDATIONS.md.

Why
A-class complex multi-component repos. Add monthly CodeQL scan; supports Python / JS / TS / Rust based on the languages it finds.

Notes

  • Uses minimal permissions: blocks (least privilege, OpenSSF Scorecard).
  • Uses concurrency: with cancel-in-progress so PRs don't queue.
  • No npm ci / pip install — leaves the existing ci.yml to do that.
  • Can be merged independently of the standardization PR.

Adds .github/workflows/codeql via a follow-up PR.
Standard hygiene pass: extend the OSS baseline already merged
in #standardize with the workflow gap from PROJECT_RECOMMENDATIONS.md.
@badhope badhope merged commit 2dcc156 into main Jun 10, 2026
6 of 10 checks passed
@badhope badhope deleted the feat/wf-codeql branch June 10, 2026 06:42
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.

1 participant