Skip to content

Bump python-dateutil from 2.8.2 to 2.9.0 (#1703) #731

Bump python-dateutil from 2.8.2 to 2.9.0 (#1703)

Bump python-dateutil from 2.8.2 to 2.9.0 (#1703) #731

name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '35 12 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Apt Packages
run: |
sudo apt-get update
sudo apt-get install --yes libxmlsec1-dev libxml2-dev
- name: Update pip
run: |
pip install --upgrade pip
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
config-file: ./.github/codeql/config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: ".github/workflows/codeql-analysis.yml:analyze/language:python"