Skip to content

Update lxml requirement from ~=4.9 to ~=5.1 #399

Update lxml requirement from ~=4.9 to ~=5.1

Update lxml requirement from ~=4.9 to ~=5.1 #399

name: "CodeQL"
on:
push:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["python"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2