forked from Synthetixio/staking
-
Notifications
You must be signed in to change notification settings - Fork 0
33 lines (27 loc) · 818 Bytes
/
codeql.yml
File metadata and controls
33 lines (27 loc) · 818 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
name: CodeQL
on:
push:
branches: [master, dev]
paths-ignore:
- node_modules
pull_request:
branches: [master, dev]
paths-ignore:
- node_modules
schedule:
- cron: '0 6 * * 3'
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725
with:
queries: security-and-quality
languages: javascript
- name: Autobuild
uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725