@@ -15,9 +15,13 @@ name: "CodeQL"
15
15
on :
16
16
push :
17
17
branches : [ master,release-1.x ]
18
+ paths-ignore :
19
+ - ' **/*_test.js'
18
20
pull_request :
19
21
# The branches below must be a subset of the branches above
20
22
branches : [ master,release-1.x ]
23
+ paths-ignore :
24
+ - ' **/*_test.js'
21
25
schedule :
22
26
- cron : ' 35 14 * * 3'
23
27
@@ -36,11 +40,11 @@ jobs:
36
40
37
41
steps :
38
42
- name : Checkout repository
39
- uses : actions/checkout@v2
43
+ uses : actions/checkout@v3
40
44
41
45
# Initializes the CodeQL tools for scanning.
42
46
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v1
47
+ uses : github/codeql-action/init@v2
44
48
with :
45
49
languages : ${{ matrix.language }}
46
50
# If you wish to specify custom queries, you can do so here or in a config file.
51
55
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
56
# If this step fails, then you should remove it and run the build manually (see below)
53
57
- name : Autobuild
54
- uses : github/codeql-action/autobuild@v1
58
+ uses : github/codeql-action/autobuild@v2
55
59
56
60
# ℹ️ Command-line programs to run using the OS shell.
57
61
# 📚 https://git.io/JvXDl
65
69
# make release
66
70
67
71
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@v1
72
+ uses : github/codeql-action/analyze@v2
0 commit comments