Skip to content

Removed submodule shared-plugins/jetpack-force-2fa (#5582) #1972

Removed submodule shared-plugins/jetpack-force-2fa (#5582)

Removed submodule shared-plugins/jetpack-force-2fa (#5582) #1972

name: CodeQL Analysis
on:
push:
branches:
- develop
pull_request:
branches:
- develop
paths:
- "search/search-dev-tools/src/**.js"
- ".github/workflows/codeql-analysis.yml"
schedule:
- cron: '24 2 * * 6'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Static Code Analysis with CodeQL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.5
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.5
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.5