Skip to content

Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs #3

Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs

Bump readthedocs-sphinx-search from 0.1.1 to 0.3.2 in /docs #3

Workflow file for this run

name: "Code scanning - action"
"on":
push:
pull_request:
schedule:
- cron: "0 19 * * 0"
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with:
languages: python
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1