Skip to content

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5 #340

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5

⬆️ Bump github/codeql-action from 2.13.4 to 3.25.5 #340

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "0 0 * * 5"
permissions: "read-all"
jobs:
analyze:
name: "Analyze"
runs-on: "ubuntu-latest"
permissions:
actions: read
contents: read
security-events: write
steps:
- name: "Checkout repository"
uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608"
- name: "Run CodeQL init"
uses: "github/codeql-action/init@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@b7cec7526559c32f1616476ff32d17ba4c59b2d6"
- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@b7cec7526559c32f1616476ff32d17ba4c59b2d6"