Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

fix(deps): update dependency pre-commit to v3.6.2 #694

fix(deps): update dependency pre-commit to v3.6.2

fix(deps): update dependency pre-commit to v3.6.2 #694

Workflow file for this run

name: "CodeQL"
on:
push:
branches: ["main"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["main"]
schedule:
- cron: "38 12 * * 4"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: snok/install-poetry@v1.3.4
- name: Install Dependencies
run: poetry install --with=test --without=dev
shell: bash
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:python"