Skip to content

feat: add advanced CodeQL workflow with dist/ exclusion#97

Merged
antonwinter merged 1 commit intomainfrom
antonwinter/fix/codeql-and-tests
Mar 3, 2026
Merged

feat: add advanced CodeQL workflow with dist/ exclusion#97
antonwinter merged 1 commit intomainfrom
antonwinter/fix/codeql-and-tests

Conversation

@antonwinter
Copy link
Contributor

Summary

  • Replaces default CodeQL setup with advanced workflow that excludes bundled dist/ directory from analysis
  • Prevents false positives from third-party dependencies bundled via @vercel/ncc

Changes

  • Added .github/workflows/codeql-analysis.yml with paths-ignore: dist
  • Disabled default CodeQL setup via API

Replaces default CodeQL setup with advanced workflow that excludes
bundled dist/ directory from analysis to prevent false positives
from third-party dependencies.
@antonwinter antonwinter merged commit 5362e3d into main Mar 3, 2026
4 checks passed
@antonwinter antonwinter deleted the antonwinter/fix/codeql-and-tests branch March 3, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant