Skip to content

chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 #134

chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9

chore(deps): bump github/codeql-action from 4.37.8 to 4.37.9 #134

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
jobs:
analyze:
name: Analyze
runs-on: macos-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python]
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.9
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4.37.9
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.9
with:
category: "/language:${{ matrix.language }}"