File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,13 @@ name: GitHub CodeQL 🔬
2
2
3
3
on :
4
4
push :
5
- branches : [master]
5
+ branches :
6
+ - master
6
7
paths-ignore :
7
8
- ' **/*.md'
8
9
pull_request :
9
- branches : [master]
10
+ branches :
11
+ - master
10
12
paths-ignore :
11
13
- ' **/*.md'
12
14
schedule :
@@ -20,19 +22,20 @@ jobs:
20
22
strategy :
21
23
fail-fast : false
22
24
matrix :
23
- language : ['typescript']
25
+ language :
26
+ - typescript
24
27
steps :
25
28
- name : Checkout repository ⬇️
26
29
uses : actions/checkout@v3.0.0
27
30
28
31
- name : Initialize CodeQL 🛠️
29
- uses : github/codeql-action/init@v1
32
+ uses : github/codeql-action/init@v2
30
33
with :
31
34
languages : ${{ matrix.language }}
32
35
queries : +security-and-quality
33
36
34
37
- name : Autobuild 📦
35
- uses : github/codeql-action/autobuild@v1
38
+ uses : github/codeql-action/autobuild@v2
36
39
37
40
- name : Perform CodeQL Analysis 🧪
38
- uses : github/codeql-action/analyze@v1
41
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments