Skip to content

CI hardening: CodeQL + concurrency guard#18

Open
varkart wants to merge 2 commits into
mainfrom
feature/ci-hardening
Open

CI hardening: CodeQL + concurrency guard#18
varkart wants to merge 2 commits into
mainfrom
feature/ci-hardening

Conversation

@varkart

@varkart varkart commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Changes

  • ci.yml — add concurrency group per ref with cancel-in-progress so superseded pushes stop early
  • codeql.yml (new) — CodeQL v4 static analysis on push/PR to main plus weekly Monday cron

Notes

  • cache: npm on setup-node was considered but skipped — repo has no package-lock.json, which setup-node caching requires. Committing a lockfile (and moving to npm ci) is a good follow-up.
  • Dependabot config already present, untouched.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

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