Skip to content

chore(ci): bump actions/setup-python from 6.2.0 to 6.3.0 (#378) #176

chore(ci): bump actions/setup-python from 6.2.0 to 6.3.0 (#378)

chore(ci): bump actions/setup-python from 6.2.0 to 6.3.0 (#378) #176

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
# Weekly on Monday
- cron: "0 8 * * 1"
jobs:
analyze-python-code:
name: Analyze Python
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Check out code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
with:
languages: python
queries: security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
with:
category: python