Skip to content

Fix: break out of all loops on first focus #6601

Fix: break out of all loops on first focus

Fix: break out of all loops on first focus #6601

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ master, v6 ]
pull_request:
branches: [ master ]
schedule:
- cron: '40 0 * * 3'
permissions:
contents: read
jobs:
analyze:
permissions:
security-events: write
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1