This repository is a Jekyll-based GitHub Pages site with no custom Ruby source code that requires security scanning.
CodeQL scanning has been disabled for this repository because:
- No custom Ruby source code exists (only Jekyll build configuration)
- Ruby is used only for the Jekyll build process, not for application logic
- Security scanning is not applicable to this use case
.github/codeql/codeql-config.yml- Disables CodeQL scanning.github/dependabot.yml- Removed bundler configuration (no Gemfile to manage)
If CodeQL scanning was enabled through GitHub repository settings, it may need to be manually disabled via:
- Go to repository Settings
- Navigate to Security & analysis
- Disable CodeQL analysis
This configuration ensures that no automated security scanning runs for this Jekyll-only repository.