Skip to content

Bump lxml from 4.9.3 to 5.2.0 in /bot #1006

Bump lxml from 4.9.3 to 5.2.0 in /bot

Bump lxml from 4.9.3 to 5.2.0 in /bot #1006

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 15 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: ['python', 'javascript']
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- 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