File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ name: "CodeQL"
13
13
14
14
on :
15
15
push :
16
- branches : [ "main" ]
17
16
pull_request :
18
- branches : [ "main" ]
19
17
schedule :
20
18
- cron : ' 27 10 * * 3'
21
19
@@ -45,13 +43,14 @@ jobs:
45
43
46
44
steps :
47
45
- name : Checkout repository
48
- uses : actions/checkout@v3
46
+ uses : actions/checkout@v4
49
47
50
48
# Initializes the CodeQL tools for scanning.
51
49
- name : Initialize CodeQL
52
50
uses : github/codeql-action/init@v2
53
51
with :
54
52
languages : ${{ matrix.language }}
53
+ setup-python-dependencies : false
55
54
# If you wish to specify custom queries, you can do so here or in a config file.
56
55
# By default, queries listed here will override any specified in a config file.
57
56
# Prefix the list here with "+" to use these queries and those in the config file.
You can’t perform that action at this time.
0 commit comments