Skip to content

⬆️ Bump github/codeql-action from 3.26.0 to 3.27.1 #603

⬆️ Bump github/codeql-action from 3.26.0 to 3.27.1

⬆️ Bump github/codeql-action from 3.26.0 to 3.27.1 #603

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@d632683dd7b4114ad314bca15554477dd762a938"
- name: "Run CodeQL init"
uses: "github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda"
with:
config-file: "./.github/codeql.yml"
languages: "python"
- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@4f3212b61783c3c68e8309a0f18a699764811cda"
- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda"