Skip to content

CodeQL - Code Scanning #634

CodeQL - Code Scanning

CodeQL - Code Scanning #634

Workflow file for this run

name: "CodeQL - Code Scanning"
on:
schedule:
# run every day at 0700 UTC
- cron: "0 7 * * *"
jobs:
analyze:
if: github.repository == 'Recidiviz/pulse-data'
name: CodeQL Build and Analyze
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript"]
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2