Skip to content

ci(deps): bump github/codeql-action from 4.32.6 to 4.35.1 #222

ci(deps): bump github/codeql-action from 4.32.6 to 4.35.1

ci(deps): bump github/codeql-action from 4.32.6 to 4.35.1 #222

Workflow file for this run

---
name: "CodeQL Analysis"
on:
pull_request:
branches: [main]
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: "23 2 * * 1" # Weekly on Mondays at 2:23 AM UTC
workflow_dispatch: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 360
permissions:
security-events: write
contents: read
actions: read
packages: read
strategy:
matrix:
include:
- language: python
build-mode: none # CodeQL supports 'none' for Python
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
queries: +security-extended,security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4
with:
category: "/language:${{matrix.language}}"