Skip to content

Merge pull request #5 from vivifyhealthcare/open_health_bot #3

Merge pull request #5 from vivifyhealthcare/open_health_bot

Merge pull request #5 from vivifyhealthcare/open_health_bot #3

Workflow file for this run

name: Code Scanning
on:
push:
branches:
- main
jobs:
code_scanning:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Code Scanning
uses: github/codeql-action/analyze@v2
with:
# The path to the CodeQL queries
queries: ./codeql-queries