Skip to content

Bump certifi from 2023.7.22 to 2023.11.17 #644

Bump certifi from 2023.7.22 to 2023.11.17

Bump certifi from 2023.7.22 to 2023.11.17 #644

Workflow file for this run

---
name: CodeQL
"on":
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
workflow_dispatch:
schedule:
- cron: "30 1 * * 0"
jobs:
codeql:
name: Scanning
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2