From 068944c55c6a7a68354bc6c8784dac8feab6752a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 28 Sep 2022 00:30:11 +0200 Subject: [PATCH] Setup python 3.10 for codeql --- .github/workflows/codeql-analysis.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 8020130..55ee989 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -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