Skip to content

CodeQL

CodeQL #1

Workflow file for this run

name: CodeQL
on:
pull_request:
branches: [master]
paths:
- 'src/**'
- 'tests/**'
push:
branches: [master]
paths:
- 'src/**'
- 'tests/**'
schedule:
- cron: '0 5 * * 1'
workflow_dispatch:
jobs:
code_ql:

Check failure on line 19 in .github/workflows/code-ql.yml

View workflow run for this annotation

GitHub Actions / CodeQL

Invalid workflow file

The workflow is not valid. .github/workflows/code-ql.yml (Line: 19, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
name: CodeQL
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2