Setup python 3.10 for codeql

This commit is contained in:
Gabriel Augendre 2022-09-28 00:30:11 +02:00
parent 8e087672d8
commit 068944c55c

View file

@ -39,6 +39,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL