ci: install python3.8 for code ql

This commit is contained in:
Jens Langhammer 2020-10-19 11:08:49 +02:00
parent 8da0b14f29
commit 32f6ba6302
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- uses: actions/setup-python@v2
with:
python-version: '3.8'
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1