3 on: [pull_request, push]
9 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10 cancel-in-progress: ${{ github.head_ref != '' }}
15 runs-on: ubuntu-latest
19 working-directory: src/webui/www
22 - name: Checkout repository
23 uses: actions/checkout@v4
26 uses: actions/setup-node@v4
41 - name: Initialize CodeQL
42 uses: github/codeql-action/init@v3
44 config-file: .github/workflows/helper/codeql/js.yaml
47 - name: Run CodeQL analysis
48 uses: github/codeql-action/analyze@v3