Skip to content

ArgumentParser check_config method and skip_check parameter renamed to validate and skip_validation #122

ArgumentParser check_config method and skip_check parameter renamed to validate and skip_validation

ArgumentParser check_config method and skip_check parameter renamed to validate and skip_validation #122

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request_target:
branches: [main]
schedule:
- cron: "57 5 * * 3" # M H d m w (Every Wednesday at 5:57 AM)
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
queries: +security-and-quality
config-file: ./.github/codeql-config.yaml
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"