We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b7ec6 commit 58547d8Copy full SHA for 58547d8
.github/workflows/codeql.yml
@@ -13,9 +13,7 @@ name: "CodeQL"
13
14
on:
15
push:
16
- branches: [ "main" ]
17
pull_request:
18
19
schedule:
20
- cron: '27 10 * * 3'
21
@@ -45,13 +43,14 @@ jobs:
45
43
46
44
steps:
47
- name: Checkout repository
48
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
49
50
# Initializes the CodeQL tools for scanning.
51
- name: Initialize CodeQL
52
uses: github/codeql-action/init@v2
53
with:
54
languages: ${{ matrix.language }}
+ setup-python-dependencies: false
55
# If you wish to specify custom queries, you can do so here or in a config file.
56
# By default, queries listed here will override any specified in a config file.
57
# Prefix the list here with "+" to use these queries and those in the config file.
0 commit comments