Skip to content

codeql

codeql #8

name: codeql
on:
schedule:
- cron: '0 0 1 * *'
workflow_dispatch:
jobs:
analyze:
strategy:
fail-fast: false
matrix:
language: javascript

Check failure on line 13 in .github/workflows/codeql-analysis.yaml

View workflow run for this annotation

GitHub Actions / codeql

Invalid workflow file

The workflow is not valid. .github/workflows/codeql-analysis.yaml (Line: 13, Col: 19): Unexpected value 'javascript'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2