Skip to content

chore(demo-playwright): add Playwright #10490

chore(demo-playwright): add Playwright

chore(demo-playwright): add Playwright #10490

Workflow file for this run

name: ⚙️ CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '40 7 * * 6'
jobs:
analyze:
if: ${{ !contains(github.head_ref, 'release/') }}
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true