Skip to content

CodeQL Periodic Scans #714

CodeQL Periodic Scans

CodeQL Periodic Scans #714

name: CodeQL Periodic Scans
'on':
# See pr-checks.yml for PR checks. This workflow is for periodic scans and merges to main.
push:
branches:
- main
schedule:
- cron: 47 13 * * 4
workflow_dispatch: null
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- name: Run Code Scanning
uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main
with:
language: ${{ matrix.language }}