-
Notifications
You must be signed in to change notification settings - Fork 47
39 lines (30 loc) · 842 Bytes
/
codeql.yml
File metadata and controls
39 lines (30 loc) · 842 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
name: Code Scanning
on:
pull_request:
branches:
- master
push:
branches:
- master
permissions: read-all
jobs:
codeql-build:
name: CodeQL Build
permissions:
security-events: write
strategy:
matrix:
language:
- actions
- typescript
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
with:
config-file: .github/codeql/codeql-configuration.yml
languages: ${{ matrix.language }}
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15