GitNexus/.github/workflows
Gergő Magyar 6ec1f04604
chore(quality): exclude test/fixtures from CodeQL, ESLint, and Prettier (#1313)
Test fixtures are intentionally synthetic inputs (broken/unused code,
malformed samples) used to exercise the analyzer. Quality-tool findings
on them are noise, not real bugs — they were drowning out actionable
signal in the GitHub Security tab.

- CodeQL: add `**/test/fixtures/**` to paths-ignore in codeql.yml
- ESLint: add `gitnexus-web/test/fixtures/**` to global ignores
  (the gitnexus/ counterpart was already ignored)
- Prettier: add `gitnexus-web/test/fixtures/` to .prettierignore
  (same gap as ESLint)

Real test files (*.test.ts) remain in scope so genuine issues like
js/file-system-race and js/insecure-temporary-file in test code still
surface.
2026-05-04 09:35:34 +01:00
..
ci-e2e.yml fix(ci): configure e2e GitNexus home at runtime 2026-05-01 12:39:02 +01:00
ci-quality.yml chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#1033) 2026-04-23 05:06:22 +01:00
ci-report.yml Merge pull request #851 from abhigyanpatwari/dependabot/github_actions/marocchino/sticky-pull-request-comment-3.0.4 2026-04-16 06:48:07 +01:00
ci-scope-parity.yml fix(ci): allow expected legacy parity failures (#1099) 2026-04-27 06:59:18 +01:00
ci-tests.yml feat: add docker support (#848) 2026-04-18 08:39:18 +01:00
ci.yml ci: avoid duplicate main push checks 2026-04-30 19:06:21 +01:00
claude.yml fix(ci): consolidate Claude review workflow (#1258) 2026-05-02 08:15:46 +01:00
codeql.yml chore(quality): exclude test/fixtures from CodeQL, ESLint, and Prettier (#1313) 2026-05-04 09:35:34 +01:00
dependency-review.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
docker.yml fix(ci): skip docker.yml tag-input validation on direct tag pushes (#1065) 2026-04-24 16:44:02 +01:00
gitleaks.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
pr-description-check.yml chore(deps): bump actions/github-script from 7.0.1 to 9.0.0 2026-04-15 20:17:08 +00:00
pr-labeler.yml chore(deps): bump release-drafter/release-drafter from 7.2.0 to 7.2.1 (#1208) 2026-04-30 05:02:15 +01:00
publish.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
release-candidate.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
scorecard.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
tree-sitter-upgrade-readiness.yml chore(deps): tree-sitter 0.25 upgrade readiness monitor with daily Dependabot (#847) 2026-04-16 09:17:21 +01:00
triage-sweep.yml chore(deps): bump actions/cache from 5.0.4 to 5.0.5 (#840) 2026-04-15 13:36:38 +01:00
trivy.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00
workflow-lint.yml ci(security): add automated security and vulnerability scans (#1297) 2026-05-04 08:21:53 +01:00