Skip to content

Bump github/codeql-action from 3 to 4 #5

Bump github/codeql-action from 3 to 4

Bump github/codeql-action from 3 to 4 #5

Workflow file for this run

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