Skip to content

ci(deps): bump the actions-all group across 1 directory with 2 updates #351

ci(deps): bump the actions-all group across 1 directory with 2 updates

ci(deps): bump the actions-all group across 1 directory with 2 updates #351

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "30 3 * * 1" # Mondays 03:30 UTC
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
language: [python] # add 'go' once frontend/ exists
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-extended
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"