Skip to content

Bump urllib3 from 2.2.3 to 2.3.0 #472

Bump urllib3 from 2.2.3 to 2.3.0

Bump urllib3 from 2.2.3 to 2.3.0 #472

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
paths:
- "**/*.py"
- "**/*.txt"
- ".github/workflows/codeql.yml"
schedule:
- cron: '24 0 * * 4'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}