Skip to content

Add new "context" option for multiprocessing while adding handler (#852) #222

Add new "context" option for multiprocessing while adding handler (#852)

Add new "context" option for multiprocessing while adding handler (#852) #222

name: CodeQL
on:
push:
pull_request:
schedule:
- cron: 0 0 * * 0
jobs:
analyze:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2