8000 Merge pull request #2009 from django-haystack/pre-commit-ci-update-config · django-haystack/django-haystack@a6516b2 · GitHub
[go: up one dir, main page]

Skip to content

Merge pull request #2009 from django-haystack/pre-commit-ci-update-co… #942

Merge pull request #2009 from django-haystack/pre-commit-ci-update-co…

Merge pull request #2009 from django-haystack/pre-commit-ci-update-co… #942

name: "CodeQL"
on:
push:
branches: [master]
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: "0 6 * * 5"
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# 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
0