File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ "main" ]
1716 pull_request :
18- branches : [ "main" ]
1917 schedule :
2018 - cron : ' 27 10 * * 3'
2119
@@ -45,13 +43,14 @@ jobs:
4543
4644 steps :
4745 - name : Checkout repository
48- uses : actions/checkout@v3
46+ uses : actions/checkout@v4
4947
5048 # Initializes the CodeQL tools for scanning.
5149 - name : Initialize CodeQL
5250 uses : github/codeql-action/init@v2
5351 with :
5452 languages : ${{ matrix.language }}
53+ setup-python-dependencies : false
5554 # If you wish to specify custom queries, you can do so here or in a config file.
5655 # By default, queries listed here will override any specified in a config file.
5756 # 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