From af131d598f4a95f9ee313a857be3746e70e34af4 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:20:01 +0000 Subject: [PATCH 1/3] chore: add next (on.push.branches) chore: add next (on.pull_request.branches) --- .github/workflows/codeql_analysis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 0198aac9..d14d1001 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - next pull_request: branches: - master + - next jobs: analyze: name: Analyze @@ -16,14 +18,14 @@ jobs: - name: git checkout run: git checkout if: ${{ github.event_name == 'pull_request' }} - - name: prepare CodeQL - uses: github/codeql-action/init@v4 - with: - languages: javascript - name: prepare node uses: actions/setup-node@v6.1.0 with: node-version: 24.11.1 + - name: prepare CodeQL + uses: github/codeql-action/init@v4 + with: + languages: javascript - name: install run: npm ci - name: perform CodeQL analysis From b0f60ed157e46f09f0092f931152a70810bfa09b Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:20:03 +0000 Subject: [PATCH 2/3] chore: add npx playwright install --with-deps (jobs.update_package_lock.steps.run) --- .github/workflows/update_package_lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_package_lock.yml b/.github/workflows/update_package_lock.yml index 5bb2d97c..2773687d 100644 --- a/.github/workflows/update_package_lock.yml +++ b/.github/workflows/update_package_lock.yml @@ -18,7 +18,7 @@ jobs: - name: remove lock run: rm package-lock.json - name: install playwright - run: npx playwright install + run: npx playwright install --with-deps - name: test run: npm install-test env: From 7f25749231275f7f72d006dbb51e0a71d68b6bd9 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:20:05 +0000 Subject: [PATCH 3/3] docs(README): update from template --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8c1e1713..8f41d518 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Known Vulnerabilities](https://snyk.io/test/github/template-tools/template-sync-cli/badge.svg)](https://snyk.io/test/github/template-tools/template-sync-cli) -[![Coverage Status](https://coveralls.io/repos/template-tools/template-sync-cli/badge.svg)](https://coveralls.io/github/template-tools/template-sync-cli) ## @template-tools/sync-cli