Skip to content

build(deps): bump github/codeql-action from 4.37.3 to 4.37.6 in the github-actions group #56

build(deps): bump github/codeql-action from 4.37.3 to 4.37.6 in the github-actions group

build(deps): bump github/codeql-action from 4.37.3 to 4.37.6 in the github-actions group #56

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "27 4 * * 1" # weekly, Mondays
permissions:
contents: read
jobs:
analyze:
name: Analyze (Python)
runs-on: ubuntu-latest
permissions:
actions: read # read workflow run metadata
contents: read # required for actions/checkout
security-events: write # upload CodeQL results
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.6
with:
languages: python
queries: security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.37.6