Skip to content

Commit aaece3d

Browse files
committed
1 parent 8c006f8 commit aaece3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,15 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v4
3838

39+
- name: Set up Python
40+
uses: actions/setup-python@v5
41+
with:
42+
python-version: 3.11
43+
architecture: x64
44+
cache: 'pip'
45+
cache-dependency-path: |
46+
setup.py
47+
3948
- name: Initialize CodeQL
4049
uses: github/codeql-action/init@v2
4150
with:

0 commit comments

Comments
 (0)