Skip to content

Conversation

@security-graft-app
Copy link
Contributor

🔒 Migrate to org-wide CodeQL configuration

Hello! 👋

The sec eng team is rolling out an improved CodeQL configuration across all repositories. This provides several benefits:

  • Organisation-wide custom security rules — built on findings from past VAPTs
  • Suppression of noisy rules — reducing false positives in code scanning results
  • Faster rollout of fixes — critical rules can be added and silenced centrally without per-repo updates

🚀 What's changing with this PR?

  • Adds the custom CodeQL workflow in your repository

⚠️ Expected CI behaviour

The CodeQL action in this PR will fail initially. This is expected behaviour because custom CodeQL scanning cannot run whilst the default CodeQL scanning is still enabled on the repository.


ℹ️ What do I need to do as a maintainer?

  1. Disable the default CodeQL code scanning configuration:
    • This is because our custom CodeQL configuration cannot run alongside the default CodeQL configuration (hence CI fails).
    • Go to Settings > Security & analysis in your repo
    • Look for “Code scanning” > “CodeQL analysis”
    • Click Disable CodeQL
  2. Merge this PR

Your repository will then automatically use our shared CodeQL setup and custom rules.

If you wish to revert this change, you just need to re-enable the CodeQL in the settings page above, then remove the workflow added in this PR.


💬 Questions or feedback?

Reach out anytime at #security and let us know if you spot issues.

Thank you for helping keep our codebases secure and maintainable!


Generated by GRAFT

@vercel
Copy link

vercel bot commented Oct 23, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
starter-kit Error Error Nov 14, 2025 5:53am

@karrui karrui force-pushed the graft/migrate-codeql branch from f1569fd to 36c4eaf Compare November 14, 2025 05:52
@karrui karrui merged commit adc4b43 into main Nov 14, 2025
12 of 14 checks passed
@karrui karrui deleted the graft/migrate-codeql branch November 14, 2025 05:55
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