From e0307d61830dc35ba5b28810b21333fbcca699b2 Mon Sep 17 00:00:00 2001 From: HiddenTrojan <93521146+Labeeb2339@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:04:29 +0800 Subject: [PATCH 1/2] Correct documented unit test count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99bbbca..06b63fd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ The application contains a “known-defect demo” that uses only synthetic valu npm run check ``` -The check runs ESLint, TypeScript, 15 detector/parser/report unit tests, a production vinext/Cloudflare Worker build, and six server-render/API integration tests. GitHub Actions runs the same command on Node.js 22. +The check runs ESLint, TypeScript, 16 detector/parser/report unit tests, a production vinext/Cloudflare Worker build, and six server-render/API integration tests. GitHub Actions runs the same command on Node.js 22. ## Architecture From cd1751efbf92f4f0b25670583af6086eb8e7a5a5 Mon Sep 17 00:00:00 2001 From: HiddenTrojan <93521146+Labeeb2339@users.noreply.github.com> Date: Sun, 19 Jul 2026 15:07:31 +0800 Subject: [PATCH 2/2] Fetch history for pull request secret scans --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d7f4c..c42afae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,8 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 - uses: gitleaks/gitleaks-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}