Skip to content

Replace type:'string' with type'text' for elasticsearch 5 compaitbility. #770

Replace type:'string' with type'text' for elasticsearch 5 compaitbility.

Replace type:'string' with type'text' for elasticsearch 5 compaitbility. #770

Workflow file for this run

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