Add CodeQL code scanning workflow#73
Conversation
|
Closing as redundant. mmdbconvert already runs CodeQL via GitHub's built-in "default setup" — the dynamic |
|
Reopening — default setup has been disabled on this repo, so the advanced CodeQL workflow can now upload results. Expecting green CI this time. |
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
Requested by William Storey, Greg Oschwald · Slack thread
What: mmdbconvert currently runs no static analysis. This adds GitHub CodeQL code scanning, so security/quality issues in the Go code are flagged on every pull request and on a weekly schedule — matching every other Go repo in the org (mmdbinspect, mmdbwriter, geoipupdate, etc.).
How: Adds
.github/workflows/codeql-analysis.yml, mirroring the org's existing CodeQL workflow (Autobuild for Go,github/codeql-actionv4.37.0 pinned by SHA, weeklyschedule+pull_requesttriggers). Also adds acodeqlgroup to thegithub-actionsDependabot ecosystem (patterns: github/codeql-action*) so the codeql-action sub-action bumps arrive as a single grouped PR, consistent with STF-983.Note: the Dependabot change overlaps STF-983's open PR for this repo; this is expected to merge first.
Generated by Claude Code