Skip to content

feat: add CodeQL security scanning workflow#76

Merged
PAMulligan merged 1 commit intomainfrom
13-add-codeql-security-scanning-workflow
Apr 13, 2026
Merged

feat: add CodeQL security scanning workflow#76
PAMulligan merged 1 commit intomainfrom
13-add-codeql-security-scanning-workflow

Conversation

@PAMulligan
Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/workflows/codeql.yml for automated security vulnerability detection
  • Configured for JavaScript/TypeScript analysis using GitHub CodeQL
  • Runs on push to main, pull requests to main, and weekly (Monday 6am UTC)

Test plan

  • Verify workflow appears in the Actions tab after merge
  • Confirm CodeQL analysis completes on a PR targeting main
  • Check Security tab for CodeQL alerts after first run

Closes #13

🤖 Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@PAMulligan PAMulligan linked an issue Apr 13, 2026 that may be closed by this pull request
5 tasks
@github-actions github-actions bot added the area: ci-cd CI/CD workflows label Apr 13, 2026
@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.

@PAMulligan PAMulligan self-assigned this Apr 13, 2026
@PAMulligan PAMulligan moved this from Todo to Done in PMDS Open Source Roadmap Apr 13, 2026
@PAMulligan PAMulligan merged commit a59654f into main Apr 13, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci-cd CI/CD workflows

Projects

Development

Successfully merging this pull request may close these issues.

Add CodeQL security scanning workflow

2 participants