Skip to content

Bump certifi from 2023.11.17 to 2024.2.2 #1287

Bump certifi from 2023.11.17 to 2024.2.2

Bump certifi from 2023.11.17 to 2024.2.2 #1287

Workflow file for this run

name: "CodeQL"
on:
pull_request:
branches: [master]
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3