Skip to content

Bump actions/download-artifact from 4 to 8 #6

Bump actions/download-artifact from 4 to 8

Bump actions/download-artifact from 4 to 8 #6

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Monthly, low-frequency - matches this project's Dependabot cadence.
- cron: "0 6 1 * *"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.3
with:
languages: python
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4.37.3