Skip to content

CodeQL

CodeQL #9958

name: 'CodeQL'
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '17 2 * * 2'
workflow_run:
workflows:
- CD
types:
- completed
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['javascript']
steps:
- name: Checkout repository
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
- name: Initialize CodeQL
uses: github/codeql-action/init@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2
with:
languages: ${{ matrix.language }}
config-file: .github/codeql/config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@f3feb00acb00f31a6f60280e6ace9ca31d91c76a # v2