1
0
Fork 0
toolkit/.github/workflows/codeql.yml

38 lines
695 B
YAML
Raw Normal View History

2024-01-26 19:07:41 +00:00
name: CodeQL Analysis
on:
push:
2024-01-26 19:01:49 +00:00
branches:
- main
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
2024-01-26 19:01:49 +00:00
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
2024-01-26 19:01:49 +00:00
- name: Checkout
id: checkout
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
id: init
uses: github/codeql-action/init@v2
with:
languages: javascript
- name: Autobuild
id: autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
id: analyze
uses: github/codeql-action/analyze@v2