Skip to content

Bump actions/upload-artifact from 4.6.2 to 7.0.1 #66

Bump actions/upload-artifact from 4.6.2 to 7.0.1

Bump actions/upload-artifact from 4.6.2 to 7.0.1 #66

Workflow file for this run

# CodeQL static analysis. Armed since the repo went public (2026-08-31) —
# on a private repo this needs GitHub Advanced Security and fails red.
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "14 4 * * 1" # Mondays, 04:14 UTC
workflow_dispatch:
permissions:
contents: read
jobs:
analyze:
name: Analyze (python)
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
languages: python
- uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4
with:
category: "/language:python"