Skip to content

Bump github/codeql-action from 3 to 4.37.4 #60

Bump github/codeql-action from 3 to 4.37.4

Bump github/codeql-action from 3 to 4.37.4 #60

Workflow file for this run

name: codeql
on:
pull_request:
branches: [main, master]
push:
branches: [main, master]
schedule:
- cron: "30 3 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze Python
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.4
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.37.4