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 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: 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