Skip to content

deps(actions): bump actions/dependency-review-action from 4 to 5 #36

deps(actions): bump actions/dependency-review-action from 4 to 5

deps(actions): bump actions/dependency-review-action from 4 to 5 #36

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # weekly Monday 06:00 UTC
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- uses: actions/checkout@v4
- name: Init CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform analysis
uses: github/codeql-action/analyze@v3