Skip to content

502 if uv isnt used dont add a pre commit config relying on uv #497

502 if uv isnt used dont add a pre commit config relying on uv

502 if uv isnt used dont add a pre commit config relying on uv #497

Workflow file for this run

name: "CodeQL"
permissions: {}
on:
push:
branches: ["main"]
paths-ignore:
- "docs/**"
- "**/*.md"
- "mkdocs.yml"
pull_request:
branches: ["main"]
paths-ignore:
- "docs/**"
- "**/*.md"
- "mkdocs.yml"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: "ubuntu-latest"
permissions:
security-events: write # Required for all workflows
strategy:
fail-fast: false
matrix:
include:
- language: actions
- language: python
steps:
- name: Checkout repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
with:
languages: ${{ matrix.language }}
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
with:
category: "/language:${{matrix.language}}"