Skip to content

CodeQL Scan

CodeQL Scan #62

Workflow file for this run

# This is the main codeql.yml file which scans for CodeQL alerts.
# Most of the code is in .github/workflows/codeql-scan-job.yml
name: "CodeQL Scan"
on:
push:
branches: [ 'gh-pages' ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'gh-pages' ]
schedule:
- cron: '30 5 * * 5'
workflow_dispatch:
jobs:
codeql-scan-job:

Check failure on line 16 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / CodeQL Scan

Invalid workflow file

The workflow is not valid. .github/workflows/codeql.yml (Line: 16, Col: 3): Error calling workflow 'njackman-2344/website/.github/workflows/codeql-scan-job.yml@058ddb5ff730c03dd7da376c5987320db7a700d8'. The nested job 'analyze' is requesting 'actions: read, security-events: write', but is only allowed 'actions: none, security-events: none'.
uses: ./.github/workflows/codeql-scan-job.yml