From 5418fc2cdccca6e953d48bfa15e35b3e07512e79 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 30 Jan 2023 15:59:39 +0100 Subject: [PATCH] Update python for codeql --- .github/workflows/codeql-analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 07e6945..08f2f22 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -45,7 +45,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL