Skip to content

[PIP] Update click requirement from <8.4,>=8.0.0 to >=8.0.0,<8.5 #783

[PIP] Update click requirement from <8.4,>=8.0.0 to >=8.0.0,<8.5

[PIP] Update click requirement from <8.4,>=8.0.0 to >=8.0.0,<8.5 #783

Workflow file for this run

---
name: "CodeQL"
on:
push:
branches:
- "main"
workflow_call:
jobs:
analyze:
name: "Analyze"
runs-on: "ubuntu-latest"
permissions:
actions: "read"
contents: "read"
security-events: "write"
steps:
- name: "Checkout"
uses: "actions/checkout@v6"
- name: "Initialize CodeQL"
uses: "github/codeql-action/init@v4"
with:
languages: "python"
- name: "Perform CodeQL Analysis"
uses: "github/codeql-action/analyze@v4"
with:
category: "/language:python"
...