|
@@ -37,11 +37,11 @@ jobs:
|
|
steps:
|
|
steps:
|
|
- name: Checkout repository
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
uses: actions/checkout@v3
|
|
-
|
|
|
|
- - name: Setup Python 3.10
|
|
|
|
|
|
+
|
|
|
|
+ - name: Setup Python 3.11
|
|
uses: actions/setup-python@v4
|
|
uses: actions/setup-python@v4
|
|
with:
|
|
with:
|
|
- python-version: 3.10
|
|
|
|
|
|
+ python-version: 3.11
|
|
architecture: x64
|
|
architecture: x64
|
|
|
|
|
|
# Initializes the CodeQL tools for scanning.
|
|
# Initializes the CodeQL tools for scanning.
|