Skip to content
Snippets Groups Projects
Unverified Commit ba59deae authored by Jed Fox's avatar Jed Fox Committed by GitHub
Browse files

Add CodeQL action (#890)

parent ad9cd5fc
No related branches found
No related tags found
No related merge requests found
name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '23 11 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: '/language:javascript'
---
category: Maintenance
authors: [j-f1]
---
Add a CodeQL workflow to automatically scan for potential security issues
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment