Skip to content

Commit 7a1e1ff

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/SortVision/npm_and_yarn-d580857466
2 parents e9b5fab + 4d83a26 commit 7a1e1ff

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ Longer validation: format, lint, build, `pnpm run test:extended`, sitemap, **pnp
3232
- **TruffleHog** (pinned release) for verified secrets.
3333
- **Dependency review** on pull requests (`fail-on-severity: moderate`).
3434

35-
### `codeql.yml`
35+
### CodeQL (GitHub default setup)
3636

37-
**Triggers:** push/PR when `SortVision/**` or this workflow changes; weekly schedule.
38-
39-
JavaScript/TypeScript analysis scoped to `SortVision` via [`codeql-config.yml`](../codeql/codeql-config.yml).
37+
This repo does **not** use a custom `codeql.yml` workflow. Enable **Code scanning** with **Default setup** under **Settings → Code security and analysis → Code scanning**. Results and status appear under the **Security** tab; required checks (if any) use the names GitHub shows for that setup (not the old workflow job `Analyze (JavaScript)`).
4038

4139
### `typos.yml`
4240

@@ -50,13 +48,13 @@ Auto-merge rules for Dependabot PRs (repository-specific).
5048

5149
## Branch protection
5250

53-
Required status check names must match each job’s `name:` field exactly (for example **Formatting**, **Lint**, **Build and test**, **Typos**, **Analyze (JavaScript)**).
51+
Required status check names must match each job’s `name:` field exactly (for example **Formatting**, **Lint**, **Build and test**, **Typos**). Add CodeQL-related checks only if you require them, using the exact names from **Settings → Rules** after a green run.
5452

5553
## Adding more checks
5654

5755
- **Default PR path:** extend [`continuous-integration.yml`](continuous-integration.yml) or add a job with `needs:` as appropriate.
5856
- **Nightly / manual only:** use [`extended-quality-assurance.yml`](extended-quality-assurance.yml) or a new workflow file.
59-
- **Security:** prefer [`security-scan.yml`](security-scan.yml) or CodeQL-related config under `.github/codeql/`.
57+
- **Security:** prefer [`security-scan.yml`](security-scan.yml); CodeQL is managed in **Settings → Code scanning** (default setup).
6058

6159
**Not configured here (optional later):** Knip/depcheck for unused exports, Playwright E2E — useful once you want the extra maintenance cost.
6260

_typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ extend-ignore-re = [
1919
"(?i)radix",
2020
"(?i)tailwind",
2121
]
22+
23+
# Locale / CS terms typos would otherwise “fix” incorrectly.
24+
[default.extend-words]
25+
Algorithmus = "Algorithmus"
26+
DAA = "DAA"

0 commit comments

Comments
 (0)