-
Notifications
You must be signed in to change notification settings - Fork 0
46 lines (40 loc) · 985 Bytes
/
codeql.yml
File metadata and controls
46 lines (40 loc) · 985 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
46
name: CodeQL
on:
pull_request:
paths-ignore:
- dist/**
- test/fixtures/**
- .cstack/**
push:
branches:
- main
paths-ignore:
- dist/**
- test/fixtures/**
- .cstack/**
schedule:
- cron: "17 4 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: CodeQL
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check out repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
with:
fetch-depth: 0
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13
with:
languages: javascript-typescript
build-mode: none
- name: Analyze
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13