Skip to content

chore(deps): bump github/codeql-action from 3 to 4 #13

chore(deps): bump github/codeql-action from 3 to 4

chore(deps): bump github/codeql-action from 3 to 4 #13

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
- master
- "open-source/**"
schedule:
- cron: "31 2 * * 1"
permissions:
security-events: write
packages: read
actions: read
contents: read
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4