-
Notifications
You must be signed in to change notification settings - Fork 48
45 lines (42 loc) · 930 Bytes
/
Copy pathcodeql-analysis.yml
File metadata and controls
45 lines (42 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
name: "CodeQL"
on:
schedule:
- cron: "26 20 * * 6"
push:
branches:
- main
paths:
- src/
- tools/
- docs/sitesrc/
- docs/smcat-online-interpreter.js
- docs/state-machine-cat-inpage.js
- docs/index.html
- docs/inpage.html
pull_request:
branches:
- main
paths:
- src/
- tools/
- docs/sitesrc/
- docs/smcat-online-interpreter.js
- docs/state-machine-cat-inpage.js
- docs/index.html
- docs/inpage.html
workflow_dispatch:
jobs:
analyze:
name: CodeQL
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: javascript
config-file: ./.github/codeql/codeql-config.yml
- uses: github/codeql-action/analyze@v3