Skip to content

chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6 #36

chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6

chore(deps): bump github/codeql-action from 4.37.4 to 4.37.6 #36

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v7
- name: Free disk space
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android /opt/ghc /opt/hostedtoolcache/go
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.6
with:
languages: python
- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.6
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.6
with:
category: "/language:python"