File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : " CodeQL"
2
2
3
3
on :
4
- push :
5
- branches : [ main ]
6
- pull_request :
7
- # The branches below must be a subset of the branches above
8
- branches : [ main ]
4
+ schedule :
5
+ - cron : ' 0 6 * * 1'
9
6
10
7
concurrency :
11
8
group : ${{ github.workflow }}-${{ github.ref }}
@@ -30,11 +27,11 @@ jobs:
30
27
31
28
steps :
32
29
- name : Checkout repository
33
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
34
31
35
32
# Initializes the CodeQL tools for scanning.
36
33
- name : Initialize CodeQL
37
- uses : github/codeql-action/init@v1
34
+ uses : github/codeql-action/init@v2
38
35
with :
39
36
languages : ${{ matrix.language }}
40
37
# If you wish to specify custom queries, you can do so here or in a config file.
45
42
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
43
# If this step fails, then you should remove it and run the build manually (see below)
47
44
- name : Autobuild
48
- uses : github/codeql-action/autobuild@v1
45
+ uses : github/codeql-action/autobuild@v2
49
46
50
47
# ℹ️ Command-line programs to run using the OS shell.
51
48
# 📚 https://git.io/JvXDl
59
56
# make release
60
57
61
58
- name : Perform CodeQL Analysis
62
- uses : github/codeql-action/analyze@v1
59
+ uses : github/codeql-action/analyze@v2
You can’t perform that action at this time.
0 commit comments