Setup python 3.10 for codeql
This commit is contained in:
parent
8e087672d8
commit
068944c55c
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codeql-analysis.yaml
vendored
4
.github/workflows/codeql-analysis.yaml
vendored
|
@ -39,6 +39,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
python-version: '3.10'
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|
Reference in a new issue