Skip to content

[CI] Split pytest into groups #3421

[CI] Split pytest into groups

[CI] Split pytest into groups #3421

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [ py3 ]
pull_request:
branches: [ py3 ]
concurrency:
group: codeql-${{ github.head_ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql_config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3