Skip to content

chore(deps-dev): bump pre-commit from 3.7.0 to 3.7.1 #387

chore(deps-dev): bump pre-commit from 3.7.0 to 3.7.1

chore(deps-dev): bump pre-commit from 3.7.0 to 3.7.1 #387

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- main
schedule:
- cron: "0 0 * * 1"
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: Python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2