-
Notifications
You must be signed in to change notification settings - Fork 0
27 lines (27 loc) · 774 Bytes
/
codeql.yml
File metadata and controls
27 lines (27 loc) · 774 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
name: CodeQL
on:
push:
branches: [main]
workflow_dispatch:
schedule:
- cron: '24 3 * * 1'
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
analyze:
name: CodeQL analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write # Required to upload CodeQL code scanning results.
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- uses: github/codeql-action/init@4d7c95ad6bec2e9a536fd2c8c62165890dcaf8a6
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@4d7c95ad6bec2e9a536fd2c8c62165890dcaf8a6