Skip to content

Update README.rst (#1236) #118

Update README.rst (#1236)

Update README.rst (#1236) #118

name: CodeQL Analysis
on:
workflow_dispatch:
push:
branches-ignore:
- 'release/*'
jobs:
CodeQL-Build:
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: Autobuild
uses: github/codeql-action/autobuild@v1
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1